Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2014 21:17:10 GMT
From:      Eero Hänninen <fax@nohik.ee>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190351: [UPDATE] devel/json-c update to version 0.12
Message-ID:  <201405282117.s4SLHAUO053869@cgiserv.freebsd.org>
Resent-Message-ID: <201405282120.s4SLK0pv097964@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190351
>Category:       ports
>Synopsis:       [UPDATE] devel/json-c update to version 0.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 28 21:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Eero Hänninen
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD vussvillem 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #0: Tue May 13 18:31:10 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
- version update to 0.12
- added LICENSE
- added USES libtool
- added STRIP
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN devel/json-c.orig/Makefile devel/json-c/Makefile
--- devel/json-c.orig/Makefile	2014-03-07 18:49:09.000000000 +0200
+++ devel/json-c/Makefile	2014-05-29 00:00:32.773979478 +0300
@@ -2,16 +2,18 @@
 # $FreeBSD: head/devel/json-c/Makefile 347405 2014-03-07 16:49:09Z bapt $
 
 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 zip libtool
 USE_GITHUB=	yes
 MAKE_JOBS_UNSAFE=	yes
 
@@ -23,4 +25,6 @@
 
 CONFLICTS=	cocaine-core-[0-9]*
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libjson-c.so.2.0.1
 .include <bsd.port.mk>
diff -ruN devel/json-c.orig/distinfo devel/json-c/distinfo
--- devel/json-c.orig/distinfo	2014-01-22 17:30:13.000000000 +0200
+++ devel/json-c/distinfo	2014-05-28 23:41:41.756689809 +0300
@@ -1,2 +1,2 @@
-SHA256 (json-c-0.11.zip) = b32bedb692ab0ab8205df7837e806082ec459b55693730238ca03238cf896e95
-SIZE (json-c-0.11.zip) = 550947
+SHA256 (json-c-0.12.zip) = e85ee6abc136b2d5c6291a6c1b7c5610a3a04a71bea3374430199024dbc7cc01
+SIZE (json-c-0.12.zip) = 608086


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405282117.s4SLHAUO053869>