Date: Fri, 18 Jan 2013 23:25:14 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310625 - head/www/cakephp22 Message-ID: <201301182325.r0INPEVm085194@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri Jan 18 23:25:14 2013 New Revision: 310625 URL: http://svnweb.freebsd.org/changeset/ports/310625 Log: - Update to 2.2.5 - Trim Makefile header PR: ports/175387 Submitted by: Phil Phillips <pphillips@experts-exchange.com> (maintainer) Modified: head/www/cakephp22/Makefile head/www/cakephp22/distinfo (contents, props changed) head/www/cakephp22/pkg-plist (contents, props changed) Modified: head/www/cakephp22/Makefile ============================================================================== --- head/www/cakephp22/Makefile Fri Jan 18 23:24:01 2013 (r310624) +++ head/www/cakephp22/Makefile Fri Jan 18 23:25:14 2013 (r310625) @@ -1,12 +1,8 @@ -# New ports collection makefile for: cakephp2 -# Date created: 20 February 2012 -# Whom: Christoph Theis <theis@gmx.at> -# +# Created by: Christoph Theis <theis@gmx.at> # $FreeBSD$ -# PORTNAME= cakephp -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.5 CATEGORIES= www MAINTAINER= pphillips@experts-exchange.com @@ -16,7 +12,7 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} -GH_COMMIT= ac41b42 +GH_COMMIT= 26b5425 PORTDOCS= README.md Modified: head/www/cakephp22/distinfo ============================================================================== --- head/www/cakephp22/distinfo Fri Jan 18 23:24:01 2013 (r310624) +++ head/www/cakephp22/distinfo Fri Jan 18 23:25:14 2013 (r310625) @@ -1,2 +1,2 @@ -SHA256 (cakephp-2.2.2.tar.gz) = e6265f174d7fd157012c9997222ecabfc93faf785a7603c32c1743449dc37269 -SIZE (cakephp-2.2.2.tar.gz) = 1192572 +SHA256 (cakephp-2.2.5.tar.gz) = 6f985745a2d9b7838ad3f4ce3448e160da36535cdf41110cc764988ea19399da +SIZE (cakephp-2.2.5.tar.gz) = 1203691 Modified: head/www/cakephp22/pkg-plist ============================================================================== --- head/www/cakephp22/pkg-plist Fri Jan 18 23:24:01 2013 (r310624) +++ head/www/cakephp22/pkg-plist Fri Jan 18 23:25:14 2013 (r310625) @@ -406,6 +406,7 @@ %%WWWDIR%%/lib/Cake/Test/Case/Network/CakeSocketTest.php %%WWWDIR%%/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php %%WWWDIR%%/lib/Cake/Test/Case/Network/Email/DebugTransportTest.php +%%WWWDIR%%/lib/Cake/Test/Case/Network/Email/MailTransportTest.php %%WWWDIR%%/lib/Cake/Test/Case/Network/Email/SmtpTransportTest.php %%WWWDIR%%/lib/Cake/Test/Case/Network/Http/BasicAuthenticationTest.php %%WWWDIR%%/lib/Cake/Test/Case/Network/Http/DigestAuthenticationTest.php @@ -832,6 +833,7 @@ %%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/extend_loop_inner.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/extend_missing_element.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/extend_self.ctp +%%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/extend_with_element.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/helper_overwrite.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/index.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Posts/multiple_nocache.ctp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301182325.r0INPEVm085194>