Date: Sat, 21 Feb 2009 20:20:07 GMT From: Edmondas Girkantas <eg@fbsd.lt> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131943: [UPDATE] devel/json-c to 0.8 Message-ID: <200902212020.n1LKK7Xs041498@www.freebsd.org> Resent-Message-ID: <200902212030.n1LKU13d012986@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131943 >Category: ports >Synopsis: [UPDATE] devel/json-c to 0.8 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 21 20:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Edmondas Girkantas >Release: 7.1-RELEASE >Organization: >Environment: FreeBSD big.bug.lt 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Changes: - updated to 0.8 version - fixed pkg-plist, added additional header files >How-To-Repeat: >Fix: Apply given patch. Patch attached with submission follows: diff -ruN json-c.orig/Makefile json-c/Makefile --- json-c.orig/Makefile 2009-02-20 22:54:27.000000000 +0200 +++ json-c/Makefile 2009-02-20 23:41:29.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= json-c -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= devel MASTER_SITES= http://oss.metaparadigm.com/json-c/ diff -ruN json-c.orig/distinfo json-c/distinfo --- json-c.orig/distinfo 2009-02-20 22:54:27.000000000 +0200 +++ json-c/distinfo 2009-02-20 23:43:06.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (json-c-0.7.tar.gz) = 7f989874987d15fe4f44775e9c7040fb -SHA256 (json-c-0.7.tar.gz) = 75722085ea8e5e1bde9e748e631e925dc680f23e562211830dedbb7cee154c6c -SIZE (json-c-0.7.tar.gz) = 411964 +MD5 (json-c-0.8.tar.gz) = 9c7b90dff16eec3063084829c382ebac +SHA256 (json-c-0.8.tar.gz) = 3fce14594ef8903d0182571ec0e4322f7e2d9ef7faf6bd9a0cee64d537a1576c +SIZE (json-c-0.8.tar.gz) = 329781 diff -ruN json-c.orig/pkg-plist json-c/pkg-plist --- json-c.orig/pkg-plist 2009-02-20 22:54:27.000000000 +0200 +++ json-c/pkg-plist 2009-02-21 22:08:56.000000000 +0200 @@ -7,8 +7,10 @@ include/json/debug.h include/json/json.h include/json/json_object.h +include/json/json_object_private.h include/json/json_tokener.h include/json/json_util.h include/json/linkhash.h +include/json/printbuf.h libdata/pkgconfig/json.pc @dirrm include/json >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902212020.n1LKK7Xs041498>