diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-27 01:22:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-27 01:22:07 +0800 |
commit | 6723f019ad4e15bd03e5dacb2d274cc83e25a926 (patch) | |
tree | a4b66126af21427b1c5b57931feeabb7ed548409 /devel | |
parent | ccbe1c8e02a69c82d4f13238f13b6f2ef5bc5801 (diff) | |
download | freebsd-ports-gnome-6723f019ad4e15bd03e5dacb2d274cc83e25a926.tar.gz freebsd-ports-gnome-6723f019ad4e15bd03e5dacb2d274cc83e25a926.tar.zst freebsd-ports-gnome-6723f019ad4e15bd03e5dacb2d274cc83e25a926.zip |
- Update USE_GITHUB usage
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Bump PORTREVISION for tarball size/hash change (no content change)
- Cosmetic change
- Take maintainership
Diffstat (limited to 'devel')
-rw-r--r-- | devel/json-c/Makefile | 22 | ||||
-rw-r--r-- | devel/json-c/distinfo | 4 |
2 files changed, 13 insertions, 13 deletions
diff --git a/devel/json-c/Makefile b/devel/json-c/Makefile index a65268e9b6e1..24ff98730444 100644 --- a/devel/json-c/Makefile +++ b/devel/json-c/Makefile @@ -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@FreeBSD.org +MAINTAINER= sunpoet@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> diff --git a/devel/json-c/distinfo b/devel/json-c/distinfo index 5e71b52c95ce..317eedae726d 100644 --- a/devel/json-c/distinfo +++ b/devel/json-c/distinfo @@ -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 |