Update devel/uthash to 2.0.2, and take maintainership.

Also remove the unneeded PORTHOME directive.
This commit is contained in:
fcambus 2017-05-14 17:49:27 +00:00
parent 82c6abcde1
commit bec1163c0e
3 changed files with 20 additions and 19 deletions

View File

@ -1,21 +1,22 @@
# $OpenBSD: Makefile,v 1.14 2017/03/13 15:38:24 fcambus Exp $
# $OpenBSD: Makefile,v 1.15 2017/05/14 17:49:27 fcambus Exp $
COMMENT= C macros to add, find and delete items from a hash
COMMENT = C macros to add, find and delete items from a hash
GH_ACCOUNT= troydhanson
GH_PROJECT= uthash
GH_TAGNAME= v2.0.1
GH_ACCOUNT = troydhanson
GH_PROJECT = uthash
GH_TAGNAME = v2.0.2
CATEGORIES= devel
CATEGORIES = devel
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_CDROM = Yes
NO_BUILD= Yes
PKG_ARCH= *
NO_BUILD = Yes
PKG_ARCH = *
PORTHOME= ${WRKDIR}
TEST_TARGET= run_tests
TEST_TARGET = run_tests
do-install:
${INSTALL_DATA} ${WRKSRC}/src/*.h ${PREFIX}/include
@ -24,7 +25,6 @@ do-install:
do-test:
@cd ${WRKSRC}/tests/ && exec ${SETENV} ${MAKE_ENV} \
${MAKE_PROGRAM} ${TEST_FLAGS} -f ${MAKE_FILE} \
${TEST_TARGET}
${MAKE_PROGRAM} ${TEST_FLAGS} -f ${MAKE_FILE} ${TEST_TARGET}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (uthash-2.0.1.tar.gz) = YTuV/MNot9AVrS0IAjEydwEvUMSsKQw9/BQtQuvqMzc=
SIZE (uthash-2.0.1.tar.gz) = 189051
SHA256 (uthash-2.0.2.tar.gz) = NKMdUd16g5gZzs1vRgSbT/4DHX8xR9mgQvVQT9sTSNE=
SIZE (uthash-2.0.2.tar.gz) = 191173

View File

@ -1,10 +1,11 @@
$OpenBSD: patch-tests_Makefile,v 1.8 2017/03/13 15:38:24 fcambus Exp $
$OpenBSD: patch-tests_Makefile,v 1.9 2017/05/14 17:49:27 fcambus Exp $
- Remove GNU make crap that never applied to us anyway.
--- tests/Makefile.orig Tue Jul 5 23:05:33 2016
+++ tests/Makefile Wed Mar 1 21:55:35 2017
@@ -24,48 +24,10 @@ CFLAGS += -Wall
Index: tests/Makefile
--- tests/Makefile.orig
+++ tests/Makefile
@@ -25,48 +25,10 @@ CFLAGS += -Wall
#CFLAGS += -std=c89
CFLAGS += ${EXTRA_CFLAGS}