From owner-svn-ports-head@FreeBSD.ORG Thu Nov 8 13:52:30 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D66B39B; Thu, 8 Nov 2012 13:52:30 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9FB0E8FC18; Thu, 8 Nov 2012 13:52:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA8DqUWS085009; Thu, 8 Nov 2012 13:52:30 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA8DqULe085006; Thu, 8 Nov 2012 13:52:30 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201211081352.qA8DqULe085006@svn.freebsd.org> From: "Jason E. Hale" Date: Thu, 8 Nov 2012 13:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307184 - head/www/pecl-yaf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 13:52:31 -0000 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 (maintainer) [1] Dereckson [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