mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
devel/json-c: update to 0.11
- Update to 0.11 - Bump revision of dependent ports - Fix pkg-plist [1] PR: ports/182958 Submitted by: zi, wg [1] Approved by: maintainer (timeout)
This commit is contained in:
parent
b79c8a2c0b
commit
4aa588c9c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333306
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= pianobar
|
||||
PORTVERSION= 2013.09.15
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://6xq.net/projects/${PORTNAME}/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= postgis
|
||||
PORTVERSION= 2.0.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= http://download.osgeo.org/postgis/source/
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= postgis
|
||||
PORTVERSION= 2.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= http://download.osgeo.org/postgis/source/
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= json-c
|
||||
PORTVERSION= 0.9
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://oss.metaparadigm.com/json-c/
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/
|
||||
|
||||
MAINTAINER= gno@yahoo-inc.com
|
||||
COMMENT= JSON (JavaScript Object Notation) implementation in C
|
||||
@ -12,8 +12,16 @@ COMMENT= JSON (JavaScript Object Notation) implementation in C
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake pathfix pkgconfig
|
||||
USE_GITHUB= yes
|
||||
USE_ZIP= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
GH_ACCOUNT= ${PORTNAME}
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= 20130402
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
CONFLICTS= cocaine-core-[0-9]*
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (json-c-0.9.tar.gz) = 702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475
|
||||
SIZE (json-c-0.9.tar.gz) = 340953
|
||||
SHA256 (json-c-0.11.zip) = b32bedb692ab0ab8205df7837e806082ec459b55693730238ca03238cf896e95
|
||||
SIZE (json-c-0.11.zip) = 550947
|
||||
|
@ -1,5 +1,5 @@
|
||||
This is a port of json-c, an implementation of json in C. Json, JavaScript
|
||||
Object Notation is a lightweight data exchange format and a subset of the
|
||||
JavaScript programming language.
|
||||
JavaScript programming language.
|
||||
|
||||
WWW: http://oss.metaparadigm.com/json-c/
|
||||
WWW: https://github.com/json-c/json-c/wiki
|
||||
|
@ -1,16 +1,27 @@
|
||||
lib/libjson.a
|
||||
lib/libjson.la
|
||||
lib/libjson.so
|
||||
lib/libjson.so.0
|
||||
include/json/arraylist.h
|
||||
include/json/bits.h
|
||||
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
|
||||
lib/libjson.so.1
|
||||
lib/libjson-c.a
|
||||
lib/libjson-c.la
|
||||
lib/libjson-c.so
|
||||
lib/libjson-c.so.2
|
||||
include/json-c/arraylist.h
|
||||
include/json-c/bits.h
|
||||
include/json-c/debug.h
|
||||
include/json-c/json.h
|
||||
include/json-c/json_c_version.h
|
||||
include/json-c/json_config.h
|
||||
include/json-c/json_inttypes.h
|
||||
include/json-c/json_object.h
|
||||
include/json-c/json_object_iterator.h
|
||||
include/json-c/json_object_private.h
|
||||
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
|
||||
@dirrm include/json
|
||||
libdata/pkgconfig/json-c.pc
|
||||
@dirrmtry include/json
|
||||
@dirrm include/json-c
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mypaint
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://download.gna.org/mypaint/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= grive
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= ktsin@acm.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= api
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/razorbacktm/API
|
||||
PKGNAMEPREFIX= razorback-
|
||||
@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LIB_DEPENDS= config.10:${PORTSDIR}/devel/libconfig \
|
||||
uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \
|
||||
curl:${PORTSDIR}/ftp/curl \
|
||||
json.0:${PORTSDIR}/devel/json-c
|
||||
libjson.so:${PORTSDIR}/devel/json-c
|
||||
|
||||
OPTIONS_DEFINE= DEBUG ASSERT CNC_DEBUG STOMP_DEBUG
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= virusTotal
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/razorbacktm/Nuggets
|
||||
PKGNAMEPREFIX= razorback-
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Created by: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
|
||||
COMMENT= GNUTLS module for rsyslog
|
||||
MASTERDIR= ${.CURDIR}/../rsyslog6
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Created by: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
|
||||
COMMENT= RELP input/output module for rsyslog
|
||||
MASTERDIR= ${.CURDIR}/../rsyslog6
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= rsyslog
|
||||
PORTVERSION= 6.6.0
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
|
||||
PKGNAMESUFFIX= 6${EXTRASUFFIX}
|
||||
@ -18,7 +18,7 @@ USE_LDCONFIG= yes
|
||||
LIB_DEPENDS+= ee:${PORTSDIR}/devel/libee \
|
||||
estr:${PORTSDIR}/devel/libestr \
|
||||
sysinfo:${PORTSDIR}/devel/libsysinfo \
|
||||
json.0:${PORTSDIR}/devel/json-c \
|
||||
libjson.so:${PORTSDIR}/devel/json-c \
|
||||
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
|
||||
|
||||
USES= pkgconfig
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= rsyslog
|
||||
PORTVERSION= 7.5.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
|
||||
|
||||
@ -13,7 +14,7 @@ USE_LDCONFIG= yes
|
||||
|
||||
LIB_DEPENDS= ee:${PORTSDIR}/devel/libee \
|
||||
estr:${PORTSDIR}/devel/libestr \
|
||||
json.0:${PORTSDIR}/devel/json-c \
|
||||
libjson.so:${PORTSDIR}/devel/json-c \
|
||||
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
|
||||
|
||||
BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= rsyslog
|
||||
PORTVERSION= 7.4.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
|
||||
|
||||
@ -12,7 +13,7 @@ BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
LIB_DEPENDS= ee:${PORTSDIR}/devel/libee \
|
||||
estr:${PORTSDIR}/devel/libestr \
|
||||
json.0:${PORTSDIR}/devel/json-c
|
||||
libjson.so:${PORTSDIR}/devel/json-c
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= newsbeuter
|
||||
PORTVERSION= 2.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://newsbeuter.org/downloads/
|
||||
|
||||
@ -11,7 +12,7 @@ COMMENT= An RSS feed reader for the text console
|
||||
|
||||
LIB_DEPENDS= stfl.1:${PORTSDIR}/devel/stfl \
|
||||
curl:${PORTSDIR}/ftp/curl \
|
||||
json.0:${PORTSDIR}/devel/json-c
|
||||
libjson.so:${PORTSDIR}/devel/json-c
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user