From owner-svn-ports-all@FreeBSD.ORG Mon May 4 02:27:18 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22E95623; Mon, 4 May 2015 02:27:18 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10DE319DF; Mon, 4 May 2015 02:27:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t442RHhR082041; Mon, 4 May 2015 02:27:17 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t442RHFB082039; Mon, 4 May 2015 02:27:17 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201505040227.t442RHFB082039@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 4 May 2015 02:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385367 - head/devel/pecl-jsonc 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.20 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: Mon, 04 May 2015 02:27:18 -0000 Author: vanilla Date: Mon May 4 02:27:16 2015 New Revision: 385367 URL: https://svnweb.freebsd.org/changeset/ports/385367 Log: Upgrade to 1.3.7. PR: 199875 Submitted by: maintainer Modified: head/devel/pecl-jsonc/Makefile head/devel/pecl-jsonc/distinfo Modified: head/devel/pecl-jsonc/Makefile ============================================================================== --- head/devel/pecl-jsonc/Makefile Mon May 4 02:25:03 2015 (r385366) +++ head/devel/pecl-jsonc/Makefile Mon May 4 02:27:16 2015 (r385367) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= jsonc -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.7 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= gasol.wu@gmail.com @@ -14,11 +13,14 @@ COMMENT= PECL extension for JSON manipul LICENSE= PHP301 -CONFLICTS_INSTALL= php54-json-5* php55-json-5* php5-json-5* +LIB_DEPENDS= libjson-c.so:${PORTSDIR}/devel/json-c -CONFIGURE_ARGS= --with-jsonc +USES= pkgconfig tar:tgz +CONFIGURE_ARGS= --with-jsonc --with-libjson +MAKE_ARGS= EXTRA_CFLAGS=-DCOMPILE_DL_JSON=1 USE_PHP= yes USE_PHPEXT= yes IGNORE_WITH_PHP=52 53 +CONFLICTS_INSTALL= php54-json-5* php55-json-5* php5-json-5* .include Modified: head/devel/pecl-jsonc/distinfo ============================================================================== --- head/devel/pecl-jsonc/distinfo Mon May 4 02:25:03 2015 (r385366) +++ head/devel/pecl-jsonc/distinfo Mon May 4 02:27:16 2015 (r385367) @@ -1,2 +1,2 @@ -SHA256 (PECL/jsonc-1.3.6.tgz) = 26296e93a3ab40814255332176061d3ee79d67aec8b1d0037859edfab96f1c5e -SIZE (PECL/jsonc-1.3.6.tgz) = 69111 +SHA256 (PECL/jsonc-1.3.7.tgz) = 4f0a6616102a5560bdcd3528d012d3b0ac5199a0f9f9387341f874ad99661cf6 +SIZE (PECL/jsonc-1.3.7.tgz) = 69794