svn commit: r307184 - head/www/pecl-yaf
Jason E. Hale
jhale at FreeBSD.org
Thu Nov 8 13:52:31 UTC 2012
Author: jhale
Date: Thu Nov 8 13:52:30 2012
New Revision: 307184
URL: http://svnweb.freebsd.org/changeset/ports/307184
Log:
- 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 at gmail.com> (maintainer) [1]
Dereckson <dereckson at gmail.com> [2]
Approved by: maintainer [2]
makc, avilla (mentors, implicit)
Feature safe: yes
Modified:
head/www/pecl-yaf/Makefile
head/www/pecl-yaf/distinfo
head/www/pecl-yaf/pkg-descr (contents, props changed)
Modified: head/www/pecl-yaf/Makefile
==============================================================================
--- head/www/pecl-yaf/Makefile Thu Nov 8 13:41:27 2012 (r307183)
+++ head/www/pecl-yaf/Makefile Thu Nov 8 13:52:30 2012 (r307184)
@@ -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 at 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
Modified: head/www/pecl-yaf/distinfo
==============================================================================
--- head/www/pecl-yaf/distinfo Thu Nov 8 13:41:27 2012 (r307183)
+++ head/www/pecl-yaf/distinfo Thu Nov 8 13:52:30 2012 (r307184)
@@ -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
Modified: head/www/pecl-yaf/pkg-descr
==============================================================================
--- head/www/pecl-yaf/pkg-descr Thu Nov 8 13:41:27 2012 (r307183)
+++ head/www/pecl-yaf/pkg-descr Thu Nov 8 13:52:30 2012 (r307184)
@@ -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
More information about the svn-ports-head
mailing list