Date: Mon, 14 May 2012 19:02:16 GMT From: Christoph Theis <theis@gmx.at> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/167888: [maintainer-update] Update www/cakephp2 to 2.1.2 Message-ID: <201205141902.q4EJ2Gbx061857@red.freebsd.org> Resent-Message-ID: <201205141910.q4EJA2br010439@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167888 >Category: ports >Synopsis: [maintainer-update] Update www/cakephp2 to 2.1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 14 19:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Christoph Theis >Release: >Organization: >Environment: >Description: Update to current version 2.1.2 Add dependency of PHP's ctype >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/cakephp2/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- Makefile 23 Apr 2012 17:49:24 -0000 1.34 +++ Makefile 14 May 2012 18:57:55 -0000 @@ -6,7 +6,7 @@ # PORTNAME= cakephp -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} @@ -16,9 +16,9 @@ LICENSE= MIT -GITVERSION= 0-g43cf2f0 +GITVERSION= 0-g7fd1995 FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-0cad237 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-77aa960 PORTDOCS= README @@ -28,7 +28,7 @@ NO_BUILD= yes USE_GETTEXT= yes -USE_PHP= session +USE_PHP= ctype session WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 IGNORE_WITH_PHP=4 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/cakephp2/distinfo,v retrieving revision 1.24 diff -u -r1.24 distinfo --- distinfo 23 Apr 2012 17:49:24 -0000 1.24 +++ distinfo 14 May 2012 18:57:55 -0000 @@ -1,2 +1,2 @@ -SHA256 (cakephp-cakephp-2.1.1-0-g43cf2f0.tar.gz) = e54f2fcb3eb14c8caaf773888613b01c7f7205c4ef82a50838ea2cecf9e7a9f3 -SIZE (cakephp-cakephp-2.1.1-0-g43cf2f0.tar.gz) = 1124497 +SHA256 (cakephp-cakephp-2.1.2-0-g7fd1995.tar.gz) = 393f668fe5b3b45686e3eb2a2f83884c505f4cc34fd1a2db6c5b39863324d9db +SIZE (cakephp-cakephp-2.1.2-0-g7fd1995.tar.gz) = 1128890 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/cakephp2/pkg-plist,v retrieving revision 1.19 diff -u -r1.19 pkg-plist --- pkg-plist 23 Apr 2012 17:49:24 -0000 1.19 +++ pkg-plist 14 May 2012 18:57:57 -0000 @@ -370,6 +370,7 @@ %%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php %%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/Database/SqliteTest.php %%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/Database/SqlserverTest.php +%%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php %%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php %%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php %%WWWDIR%%/lib/Cake/Test/Case/Model/Datasource/Session/DatabaseSessionTest.php @@ -716,6 +717,7 @@ %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/welcome.php %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/Example/ExampleExample.php %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/plugin_element.ctp +%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/sub_dir/sub_element.ctp %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/test_plugin_element.ctp %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/translate.ctp %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Emails/text/test_plugin_tpl.ctp @@ -1005,6 +1007,7 @@ @dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper @dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Emails/text @dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Emails +@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/sub_dir @dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements @dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/View @dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/sample >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205141902.q4EJ2Gbx061857>