Date: Thu, 8 Nov 2012 13:52:30 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307184 - head/www/pecl-yaf Message-ID: <201211081352.qA8DqULe085006@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@gmail.com> (maintainer) [1] Dereckson <dereckson@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211081352.qA8DqULe085006>