svn commit: r366230 - head/devel/json-c
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Aug 26 17:22:08 UTC 2014
Author: sunpoet
Date: Tue Aug 26 17:22:07 2014
New Revision: 366230
URL: http://svnweb.freebsd.org/changeset/ports/366230
QAT: https://qat.redports.org/buildarchive/r366230/
Log:
- Update USE_GITHUB usage
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Bump PORTREVISION for tarball size/hash change (no content change)
- Cosmetic change
- Take maintainership
Modified:
head/devel/json-c/Makefile
head/devel/json-c/distinfo
Modified: head/devel/json-c/Makefile
==============================================================================
--- head/devel/json-c/Makefile Tue Aug 26 17:22:02 2014 (r366229)
+++ head/devel/json-c/Makefile Tue Aug 26 17:22:07 2014 (r366230)
@@ -3,26 +3,26 @@
PORTNAME= json-c
PORTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/
+#MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= JSON (JavaScript Object Notation) implementation in C
LICENSE= MIT
-USE_LDCONFIG= yes
+CONFLICTS_INSTALL= cocaine-core-[0-9]*
+
GNU_CONFIGURE= yes
-USES= gmake pathfix pkgconfig libtool
-USE_GITHUB= yes
+INSTALL_TARGET= install-strip
+USE_LDCONFIG= yes
+USES= gmake libtool pathfix pkgconfig
+USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME}
+GH_COMMIT= 2a03577
GH_PROJECT= ${PORTNAME}
-GH_TAGNAME= 20140410
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}
-INSTALL_TARGET= install-strip
-
-CONFLICTS= cocaine-core-[0-9]*
+GH_TAGNAME= ${PORTNAME}-${PORTVERSION}-20140410
.include <bsd.port.mk>
Modified: head/devel/json-c/distinfo
==============================================================================
--- head/devel/json-c/distinfo Tue Aug 26 17:22:02 2014 (r366229)
+++ head/devel/json-c/distinfo Tue Aug 26 17:22:07 2014 (r366230)
@@ -1,2 +1,2 @@
-SHA256 (json-c-0.12.tar.gz) = de5f051019c3273b9165134394fb5d459a22a554947a7004237a9edd77069e4a
-SIZE (json-c-0.12.tar.gz) = 507377
+SHA256 (json-c-0.12.tar.gz) = 630fd9b9f0ce44036118b8c736f354c606f2c0e72bf4b334b1698a910dc99b23
+SIZE (json-c-0.12.tar.gz) = 507423
More information about the svn-ports-all
mailing list