diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-01-19 07:25:14 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-01-19 07:25:14 +0800 |
commit | b0e0ec154be9d416c0c49f0120ff9136cacacb4e (patch) | |
tree | 121a60946cb20432e856107e7ca9076a994b2165 /www | |
parent | 99d5d2152c3cbaa5013f9ff9979c11e1f0a01c59 (diff) | |
download | freebsd-ports-gnome-b0e0ec154be9d416c0c49f0120ff9136cacacb4e.tar.gz freebsd-ports-gnome-b0e0ec154be9d416c0c49f0120ff9136cacacb4e.tar.zst freebsd-ports-gnome-b0e0ec154be9d416c0c49f0120ff9136cacacb4e.zip |
- Update to 2.2.5
- Trim Makefile header
PR: ports/175387
Submitted by: Phil Phillips <pphillips@experts-exchange.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/cakephp22/Makefile | 10 | ||||
-rw-r--r-- | www/cakephp22/distinfo | 4 | ||||
-rw-r--r-- | www/cakephp22/pkg-plist | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/www/cakephp22/Makefile b/www/cakephp22/Makefile index baa4ea9a2a09..c76082b1a590 100644 --- a/www/cakephp22/Makefile +++ b/www/cakephp22/Makefile @@ -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 diff --git a/www/cakephp22/distinfo b/www/cakephp22/distinfo index 17dc03deac7d..fc8fa17d420b 100644 --- a/www/cakephp22/distinfo +++ b/www/cakephp22/distinfo @@ -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 diff --git a/www/cakephp22/pkg-plist b/www/cakephp22/pkg-plist index 77a6fd727476..3b5352b68825 100644 --- a/www/cakephp22/pkg-plist +++ b/www/cakephp22/pkg-plist @@ -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 |