mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Upgrade to 0.7.
Approved by: maintainer timeout (2 weeks).
This commit is contained in:
parent
ec18bce1c4
commit
c3f52863ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201445
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user