From owner-svn-ports-all@FreeBSD.ORG Sun Feb 23 15:20:47 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E28D684; Sun, 23 Feb 2014 15:20:47 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EEE4115B4; Sun, 23 Feb 2014 15:20:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1NFKkR4088713; Sun, 23 Feb 2014 15:20:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1NFKkpg088711; Sun, 23 Feb 2014 15:20:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402231520.s1NFKkpg088711@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Feb 2014 15:20:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345729 - head/www/pecl-yaf 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.17 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: Sun, 23 Feb 2014 15:20:47 -0000 Author: sunpoet Date: Sun Feb 23 15:20:46 2014 New Revision: 345729 URL: http://svnweb.freebsd.org/changeset/ports/345729 QAT: https://qat.redports.org/buildarchive/r345729/ Log: - Update to 2.3.2 - While I'm here, convert to new LIB_DEPENDS format Changes: http://pecl.php.net/package-changelog.php?package=yaf PR: ports/186843 Submitted by: John Chen (maintainer) Modified: head/www/pecl-yaf/Makefile head/www/pecl-yaf/distinfo Modified: head/www/pecl-yaf/Makefile ============================================================================== --- head/www/pecl-yaf/Makefile Sun Feb 23 15:20:40 2014 (r345728) +++ head/www/pecl-yaf/Makefile Sun Feb 23 15:20:46 2014 (r345729) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaf -PORTVERSION= 2.2.9 +PORTVERSION= 2.3.2 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -14,7 +14,7 @@ COMMENT= MVC framework written as a C PH LICENSE= PHP301 -LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config Modified: head/www/pecl-yaf/distinfo ============================================================================== --- head/www/pecl-yaf/distinfo Sun Feb 23 15:20:40 2014 (r345728) +++ head/www/pecl-yaf/distinfo Sun Feb 23 15:20:46 2014 (r345729) @@ -1,2 +1,2 @@ -SHA256 (PECL/yaf-2.2.9.tgz) = 6ccae301e6c60b6adcadd50a0c44c34bb6c5a760d5295b842bfd3722001d9db6 -SIZE (PECL/yaf-2.2.9.tgz) = 95034 +SHA256 (PECL/yaf-2.3.2.tgz) = 30dece10e7716982ff25f0117ad630eb65a3fce139a14cb70472f980e302156b +SIZE (PECL/yaf-2.3.2.tgz) = 105177