From owner-svn-ports-all@FreeBSD.ORG Sat Nov 9 15:57:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CC187C88; Sat, 9 Nov 2013 15:57:22 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAFDE25E7; Sat, 9 Nov 2013 15:57:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9FvMfI033974; Sat, 9 Nov 2013 15:57:22 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9FvJqE033953; Sat, 9 Nov 2013 15:57:19 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311091557.rA9FvJqE033953@svn.freebsd.org> From: William Grzybowski Date: Sat, 9 Nov 2013 15:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333306 - in head: audio/pianobar databases/postgis20 databases/postgis21 devel/json-c graphics/mypaint net/grive security/razorback-api security/razorback-virusTotal sysutils/rsyslog6 ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 15:57:23 -0000 Author: wg Date: Sat Nov 9 15:57:18 2013 New Revision: 333306 URL: http://svnweb.freebsd.org/changeset/ports/333306 Log: 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) Modified: head/audio/pianobar/Makefile head/databases/postgis20/Makefile head/databases/postgis21/Makefile head/devel/json-c/Makefile head/devel/json-c/distinfo head/devel/json-c/pkg-descr head/devel/json-c/pkg-plist head/graphics/mypaint/Makefile head/net/grive/Makefile head/security/razorback-api/Makefile head/security/razorback-virusTotal/Makefile head/sysutils/rsyslog6-gnutls/Makefile head/sysutils/rsyslog6-relp/Makefile head/sysutils/rsyslog6/Makefile head/sysutils/rsyslog7-devel/Makefile head/sysutils/rsyslog7/Makefile head/www/newsbeuter/Makefile Modified: head/audio/pianobar/Makefile ============================================================================== --- head/audio/pianobar/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/audio/pianobar/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -3,6 +3,7 @@ PORTNAME= pianobar PORTVERSION= 2013.09.15 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://6xq.net/projects/${PORTNAME}/ Modified: head/databases/postgis20/Makefile ============================================================================== --- head/databases/postgis20/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/databases/postgis20/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -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/ Modified: head/databases/postgis21/Makefile ============================================================================== --- head/databases/postgis21/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/databases/postgis21/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -2,6 +2,7 @@ PORTNAME= postgis PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ Modified: head/devel/json-c/Makefile ============================================================================== --- head/devel/json-c/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/devel/json-c/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -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 Notatio 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 Modified: head/devel/json-c/distinfo ============================================================================== --- head/devel/json-c/distinfo Sat Nov 9 15:44:26 2013 (r333305) +++ head/devel/json-c/distinfo Sat Nov 9 15:57:18 2013 (r333306) @@ -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 Modified: head/devel/json-c/pkg-descr ============================================================================== --- head/devel/json-c/pkg-descr Sat Nov 9 15:44:26 2013 (r333305) +++ head/devel/json-c/pkg-descr Sat Nov 9 15:57:18 2013 (r333306) @@ -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 Modified: head/devel/json-c/pkg-plist ============================================================================== --- head/devel/json-c/pkg-plist Sat Nov 9 15:44:26 2013 (r333305) +++ head/devel/json-c/pkg-plist Sat Nov 9 15:57:18 2013 (r333306) @@ -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 Modified: head/graphics/mypaint/Makefile ============================================================================== --- head/graphics/mypaint/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/graphics/mypaint/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -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/ Modified: head/net/grive/Makefile ============================================================================== --- head/net/grive/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/net/grive/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -3,6 +3,7 @@ PORTNAME= grive PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= ktsin@acm.org Modified: head/security/razorback-api/Makefile ============================================================================== --- head/security/razorback-api/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/security/razorback-api/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -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 Modified: head/security/razorback-virusTotal/Makefile ============================================================================== --- head/security/razorback-virusTotal/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/security/razorback-virusTotal/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -3,6 +3,7 @@ PORTNAME= virusTotal PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/razorbacktm/Nuggets PKGNAMEPREFIX= razorback- Modified: head/sysutils/rsyslog6-gnutls/Makefile ============================================================================== --- head/sysutils/rsyslog6-gnutls/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/sysutils/rsyslog6-gnutls/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -1,7 +1,7 @@ # Created by: Cristiano Rolim Pereira # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= GNUTLS module for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog6 Modified: head/sysutils/rsyslog6-relp/Makefile ============================================================================== --- head/sysutils/rsyslog6-relp/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/sysutils/rsyslog6-relp/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -1,7 +1,7 @@ # Created by: Cristiano Rolim Pereira # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= RELP input/output module for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog6 Modified: head/sysutils/rsyslog6/Makefile ============================================================================== --- head/sysutils/rsyslog6/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/sysutils/rsyslog6/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -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 Modified: head/sysutils/rsyslog7-devel/Makefile ============================================================================== --- head/sysutils/rsyslog7-devel/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/sysutils/rsyslog7-devel/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -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 Modified: head/sysutils/rsyslog7/Makefile ============================================================================== --- head/sysutils/rsyslog7/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/sysutils/rsyslog7/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -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:${PORTSD 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 Modified: head/www/newsbeuter/Makefile ============================================================================== --- head/www/newsbeuter/Makefile Sat Nov 9 15:44:26 2013 (r333305) +++ head/www/newsbeuter/Makefile Sat Nov 9 15:57:18 2013 (r333306) @@ -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 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