diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2007-10-14 11:23:39 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2007-10-14 11:23:39 +0000 |
commit | c3f52863ae56c045d896a74bf4d4c8ee2d7a3576 (patch) | |
tree | 6f201271d0c4b536b57ea2fa436fa6c8ed3e17cf /devel/json-c | |
parent | ec18bce1c46d61e9a0a46b528962fa30116fc54c (diff) |
Upgrade to 0.7.
Approved by: maintainer timeout (2 weeks).
Notes
Notes:
svn path=/head/; revision=201445
Diffstat (limited to 'devel/json-c')
-rw-r--r-- | devel/json-c/Makefile | 5 | ||||
-rw-r--r-- | devel/json-c/distinfo | 6 | ||||
-rw-r--r-- | devel/json-c/files/patch-Makefile.in | 16 |
3 files changed, 5 insertions, 22 deletions
diff --git a/devel/json-c/Makefile b/devel/json-c/Makefile index 2f0340e9d2c4..c441243bd5ce 100644 --- a/devel/json-c/Makefile +++ b/devel/json-c/Makefile @@ -6,7 +6,7 @@ # PORTNAME= json-c -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= devel MASTER_SITES= http://oss.metaparadigm.com/json-c/ @@ -16,7 +16,6 @@ COMMENT= A JSON (Javascript Object Notation) implementation in C INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnometarget -#USE_AUTOTOOLS= automake:14 +USE_GNOME= gnometarget pkgconfig gnomehack .include <bsd.port.mk> diff --git a/devel/json-c/distinfo b/devel/json-c/distinfo index 3837f551af5f..e9c1d31a6205 100644 --- a/devel/json-c/distinfo +++ b/devel/json-c/distinfo @@ -1,3 +1,3 @@ -MD5 (json-c-0.6.tar.gz) = 2d8b899aeeebbbe68158d25adf8a4f1e -SHA256 (json-c-0.6.tar.gz) = 915ee6c4b8f1ffd5313d990875cd44e5e7092a51de259707daca797fd5c42b46 -SIZE (json-c-0.6.tar.gz) = 320050 +MD5 (json-c-0.7.tar.gz) = 7f989874987d15fe4f44775e9c7040fb +SHA256 (json-c-0.7.tar.gz) = 75722085ea8e5e1bde9e748e631e925dc680f23e562211830dedbb7cee154c6c +SIZE (json-c-0.7.tar.gz) = 411964 diff --git a/devel/json-c/files/patch-Makefile.in b/devel/json-c/files/patch-Makefile.in deleted file mode 100644 index d3489fbced55..000000000000 --- a/devel/json-c/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Sat Jun 24 18:00:48 2006 -+++ Makefile.in Sat Jun 24 18:01:16 2006 -@@ -85,11 +85,11 @@ - STRIP = @STRIP@ - VERSION = @VERSION@ - --CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -+CFLAGS = -Wall -D_GNU_SOURCE -D_REENTRANT - - lib_LTLIBRARIES = libjson.la - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = json.pc - - libjsonincludedir = $(includedir)/json |