diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-02 11:42:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-02 11:42:30 +0800 |
commit | c2ba6e61fe9f203dced9a476673d87723b25ae15 (patch) | |
tree | a14fa136f87e36730f68cc9fc032d9839e28fc6d /www | |
parent | 20c9bac33e9be602c0f723d85b071120f0920b5c (diff) | |
download | freebsd-ports-gnome-c2ba6e61fe9f203dced9a476673d87723b25ae15.tar.gz freebsd-ports-gnome-c2ba6e61fe9f203dced9a476673d87723b25ae15.tar.zst freebsd-ports-gnome-c2ba6e61fe9f203dced9a476673d87723b25ae15.zip |
- Update to 2.1.3
Changes: http://pecl.php.net/package-changelog.php?package=yaf&release=2.1.3
Submitted by: John Chen <johnpupu@gmail.com> (maintainer, via private mail)
Diffstat (limited to 'www')
-rw-r--r-- | www/pecl-yaf/Makefile | 13 | ||||
-rw-r--r-- | www/pecl-yaf/distinfo | 4 | ||||
-rw-r--r-- | www/pecl-yaf/pkg-descr | 2 |
3 files changed, 9 insertions, 10 deletions
diff --git a/www/pecl-yaf/Makefile b/www/pecl-yaf/Makefile index af98362dc685..032207857b63 100644 --- a/www/pecl-yaf/Makefile +++ b/www/pecl-yaf/Makefile @@ -6,11 +6,12 @@ # PORTNAME= yaf -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.3 CATEGORIES= www -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= php- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com COMMENT= Yaf is a php framework, the difference is yaf is a PHP Extension @@ -19,11 +20,9 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config -PROJECTHOST= yafphp + USE_PHP= yes -USE_ZIP= yes USE_PHPEXT= yes USE_PHPIZE= yes -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} .include <bsd.port.mk> diff --git a/www/pecl-yaf/distinfo b/www/pecl-yaf/distinfo index 37154faece8c..6baafad0fae5 100644 --- a/www/pecl-yaf/distinfo +++ b/www/pecl-yaf/distinfo @@ -1,2 +1,2 @@ -SHA256 (php-yaf-2.0.1.zip) = 07d4e8f7cbe0d5ef62ad2c2befd58d0ba488475e4e140a002d188be9552897e3 -SIZE (php-yaf-2.0.1.zip) = 112168 +SHA256 (PECL/yaf-2.1.3.tgz) = c621977efe8a044da33a95eafe6378f146a518987eab08475ad73baa8752357c +SIZE (PECL/yaf-2.1.3.tgz) = 73979 diff --git a/www/pecl-yaf/pkg-descr b/www/pecl-yaf/pkg-descr index 7f3ccf67d1f7..bda1cc7e7d63 100644 --- a/www/pecl-yaf/pkg-descr +++ b/www/pecl-yaf/pkg-descr @@ -1,3 +1,3 @@ Yaf is a php framework , the difference is yaf is a PHP Extension. -WWW: http://code.google.com/p/yafphp +WWW: http://pecl.php.net/package/yaf |