Hi ports@,
Here is a diff to update devel/uthash to 2.0.2, and take maintainership.
I reformatted alignment slightly and also removed the unneeded PORTHOME
directive.
Comments? OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/uthash/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile 13 Mar 2017 15:38:24 -0000 1.14
+++ Makefile 10 May 2017 09:10:33 -0000
@@ -1,21 +1,20 @@
# $OpenBSD: Makefile,v 1.14 2017/03/13 15:38:24 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
# 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 +23,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>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/uthash/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo 13 Mar 2017 15:38:24 -0000 1.11
+++ distinfo 10 May 2017 09:10:33 -0000
@@ -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
Index: patches/patch-tests_Makefile
===================================================================
RCS file: /cvs/ports/devel/uthash/patches/patch-tests_Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 patch-tests_Makefile
--- patches/patch-tests_Makefile 13 Mar 2017 15:38:24 -0000 1.8
+++ patches/patch-tests_Makefile 10 May 2017 09:10:33 -0000
@@ -2,9 +2,10 @@ $OpenBSD: patch-tests_Makefile,v 1.8 201
- 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}