Date: Tue, 19 Aug 2014 08:49:07 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365366 - head/devel/json-c Message-ID: <201408190849.s7J8n7ow011381@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Aug 19 08:49:07 2014 New Revision: 365366 URL: http://svnweb.freebsd.org/changeset/ports/365366 QAT: https://qat.redports.org/buildarchive/r365366/ Log: devel/json-c: Upgrade version 0.11 => 0.12, add MIT license PR: 190351 Submitted by: Eoro Hanninen Alternate by: Muhammad Rahman Tweaked by: marino Modified: head/devel/json-c/Makefile head/devel/json-c/distinfo head/devel/json-c/pkg-plist Modified: head/devel/json-c/Makefile ============================================================================== --- head/devel/json-c/Makefile Tue Aug 19 08:27:55 2014 (r365365) +++ head/devel/json-c/Makefile Tue Aug 19 08:49:07 2014 (r365366) @@ -2,24 +2,26 @@ # $FreeBSD$ PORTNAME= json-c -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= devel MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/ MAINTAINER= gno@yahoo-inc.com COMMENT= JSON (JavaScript Object Notation) implementation in C +LICENSE= MIT + USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= gmake pathfix pkgconfig zip +USES= gmake pathfix pkgconfig libtool USE_GITHUB= yes -MAKE_JOBS_UNSAFE= yes GH_ACCOUNT= ${PORTNAME} GH_PROJECT= ${PORTNAME} -GH_TAGNAME= 20130402 +GH_TAGNAME= 20140410 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} +INSTALL_TARGET= install-strip CONFLICTS= cocaine-core-[0-9]* Modified: head/devel/json-c/distinfo ============================================================================== --- head/devel/json-c/distinfo Tue Aug 19 08:27:55 2014 (r365365) +++ head/devel/json-c/distinfo Tue Aug 19 08:49:07 2014 (r365366) @@ -1,2 +1,2 @@ -SHA256 (json-c-0.11.zip) = b32bedb692ab0ab8205df7837e806082ec459b55693730238ca03238cf896e95 -SIZE (json-c-0.11.zip) = 550947 +SHA256 (json-c-0.12.tar.gz) = de5f051019c3273b9165134394fb5d459a22a554947a7004237a9edd77069e4a +SIZE (json-c-0.12.tar.gz) = 507377 Modified: head/devel/json-c/pkg-plist ============================================================================== --- head/devel/json-c/pkg-plist Tue Aug 19 08:27:55 2014 (r365365) +++ head/devel/json-c/pkg-plist Tue Aug 19 08:49:07 2014 (r365366) @@ -1,11 +1,7 @@ -lib/libjson.a -lib/libjson.la -lib/libjson.so -lib/libjson.so.1 lib/libjson-c.a -lib/libjson-c.la lib/libjson-c.so lib/libjson-c.so.2 +lib/libjson-c.so.2.0.1 include/json-c/arraylist.h include/json-c/bits.h include/json-c/debug.h @@ -20,8 +16,6 @@ include/json-c/json_tokener.h include/json-c/json_util.h include/json-c/linkhash.h include/json-c/printbuf.h -include/json -libdata/pkgconfig/json.pc +include/json-c/random_seed.h libdata/pkgconfig/json-c.pc -@dirrmtry include/json @dirrm include/json-c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408190849.s7J8n7ow011381>