diff options
author | jhale <jhale@FreeBSD.org> | 2012-11-08 21:52:30 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-11-08 21:52:30 +0800 |
commit | 9c68b06d040683f574cd79c34c316f99aad2f83d (patch) | |
tree | b08a4d619ba088c9c8bf0ec2f21a94ef88ea92b9 /www | |
parent | f642e981551143181efe92a26628a23da97e3bd6 (diff) | |
download | freebsd-ports-gnome-9c68b06d040683f574cd79c34c316f99aad2f83d.tar.gz freebsd-ports-gnome-9c68b06d040683f574cd79c34c316f99aad2f83d.tar.zst freebsd-ports-gnome-9c68b06d040683f574cd79c34c316f99aad2f83d.zip |
- Update to 2.2.6 [1]
- Add LICENSE (PHP301) [2]
- Improve wording of COMMENT and pkg-descr [2]
PR: ports/173467 [1]
ports/173089 [2]
Submitted by: John Chen <johnpupu@gmail.com> (maintainer) [1]
Dereckson <dereckson@gmail.com> [2]
Approved by: maintainer [2]
makc, avilla (mentors, implicit)
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/pecl-yaf/Makefile | 6 | ||||
-rw-r--r-- | www/pecl-yaf/distinfo | 4 | ||||
-rw-r--r-- | www/pecl-yaf/pkg-descr | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/www/pecl-yaf/Makefile b/www/pecl-yaf/Makefile index 98fcca0d1263..56e7963fcfbc 100644 --- a/www/pecl-yaf/Makefile +++ b/www/pecl-yaf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaf -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -10,7 +10,9 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com -COMMENT= Yaf is a php framework, the difference is yaf is a PHP Extension +COMMENT= MVC framework written as a C PHP extension + +LICENSE= PHP301 LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre diff --git a/www/pecl-yaf/distinfo b/www/pecl-yaf/distinfo index 84ad54a49bb8..0583b951a5c3 100644 --- a/www/pecl-yaf/distinfo +++ b/www/pecl-yaf/distinfo @@ -1,2 +1,2 @@ -SHA256 (PECL/yaf-2.2.5.tgz) = 299b5311a5b0358ac045fbb66f8ef1cdcd948bd7b48942be48b9e1e85e0532d0 -SIZE (PECL/yaf-2.2.5.tgz) = 94239 +SHA256 (PECL/yaf-2.2.6.tgz) = ced7909431dbb65db5fe338975225ed3773cd879b4f4d39484b31fc2ce1b60dd +SIZE (PECL/yaf-2.2.6.tgz) = 94276 diff --git a/www/pecl-yaf/pkg-descr b/www/pecl-yaf/pkg-descr index bda1cc7e7d63..c1609a212beb 100644 --- a/www/pecl-yaf/pkg-descr +++ b/www/pecl-yaf/pkg-descr @@ -1,3 +1,4 @@ -Yaf is a php framework , the difference is yaf is a PHP Extension. +Yaf is a PHP MVC framework, the difference being Yaf is a PHP +Extension. WWW: http://pecl.php.net/package/yaf |