- Update USE_GITHUB usage
- Use CONFLICTS_INSTALL instead of CONFLICTS - Bump PORTREVISION for tarball size/hash change (no content change) - Cosmetic change - Take maintainership
This commit is contained in:
parent
db36575598
commit
95d2176260
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366230
2 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
||||
GH_ACCOUNT= ${PORTNAME}
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= 20140410
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
|
||||
CONFLICTS= cocaine-core-[0-9]*
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ${PORTNAME}
|
||||
GH_COMMIT= 2a03577
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= ${PORTNAME}-${PORTVERSION}-20140410
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue