Summary: | [MAINTAINER] www/pecl-yaf: update to 2.3.2 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | johnpupu | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
johnpupu
2014-02-17 14:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) Redports - https://redports.org/buildarchive/20140217132301-41403/ -- John 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 <johnpupu@gmail.com> (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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |