From owner-svn-ports-head@FreeBSD.ORG Mon Jul 28 13:20:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 053A4B2D; Mon, 28 Jul 2014 13:20:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E72922886; Mon, 28 Jul 2014 13:20:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6SDKaua051912; Mon, 28 Jul 2014 13:20:36 GMT (envelope-from robak@svn.freebsd.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6SDKa3g051906; Mon, 28 Jul 2014 13:20:36 GMT (envelope-from robak@svn.freebsd.org) Message-Id: <201407281320.s6SDKa3g051906@svn.freebsd.org> From: Bartek Rutkowski Date: Mon, 28 Jul 2014 13:20:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363149 - head/www/cakephp21 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.18 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: Mon, 28 Jul 2014 13:20:37 -0000 Author: robak Date: Mon Jul 28 13:20:35 2014 New Revision: 363149 URL: http://svnweb.freebsd.org/changeset/ports/363149 QAT: https://qat.redports.org/buildarchive/r363149/ Log: www/cakephp21: update 2.1.3 -> 2.1.5 - Convert the patch submitted to use Github support PR: 170082 Submitted by: Christoph Theis Approved by: swills (mentor) Modified: head/www/cakephp21/Makefile head/www/cakephp21/distinfo head/www/cakephp21/pkg-plist Modified: head/www/cakephp21/Makefile ============================================================================== --- head/www/cakephp21/Makefile Mon Jul 28 13:07:23 2014 (r363148) +++ head/www/cakephp21/Makefile Mon Jul 28 13:20:35 2014 (r363149) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= cakephp -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.5 CATEGORIES= www -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ +MASTER_SITES= GH PKGNAMESUFFIX= 21 -DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} MAINTAINER= theis@gmx.at COMMENT= Framework for developing PHP web applications LICENSE= MIT -GITVERSION= 0-gc26df70 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-4b81775 +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} +GH_COMMIT= 0bcf34c PORTDOCS= README Modified: head/www/cakephp21/distinfo ============================================================================== --- head/www/cakephp21/distinfo Mon Jul 28 13:07:23 2014 (r363148) +++ head/www/cakephp21/distinfo Mon Jul 28 13:20:35 2014 (r363149) @@ -1,2 +1,2 @@ -SHA256 (cakephp-cakephp-2.1.3-0-gc26df70.tar.gz) = 838c3a4c193d6979fa14d8efdc3057d8c44767f26082e32d1450ad4342306619 -SIZE (cakephp-cakephp-2.1.3-0-gc26df70.tar.gz) = 1131383 +SHA256 (cakephp-2.1.5.tar.gz) = 46b3d3845f48a0bfac50e17e5d5cbbb7d4b4b9a78319a799fd100065b08b953b +SIZE (cakephp-2.1.5.tar.gz) = 1133329 Modified: head/www/cakephp21/pkg-plist ============================================================================== --- head/www/cakephp21/pkg-plist Mon Jul 28 13:07:23 2014 (r363148) +++ head/www/cakephp21/pkg-plist Mon Jul 28 13:20:35 2014 (r363149) @@ -575,8 +575,10 @@ %%WWWDIR%%/lib/Cake/Test/test_app/Console/Templates/test/views/admin_edit.ctp %%WWWDIR%%/lib/Cake/Test/test_app/Controller/AppController.php %%WWWDIR%%/lib/Cake/Test/test_app/Controller/PagesController.php +%%WWWDIR%%/lib/Cake/Test/test_app/Controller/TestAppsErrorController.php %%WWWDIR%%/lib/Cake/Test/test_app/Controller/TestsAppsController.php %%WWWDIR%%/lib/Cake/Test/test_app/Controller/TestsAppsPostsController.php +%%WWWDIR%%/lib/Cake/Test/test_app/Error/TestAppsExceptionRenderer.php %%WWWDIR%%/lib/Cake/Test/test_app/Lib/Cache/Engine/TestAppCacheEngine.php %%WWWDIR%%/lib/Cake/Test/test_app/Lib/Library.php %%WWWDIR%%/lib/Cake/Test/test_app/Lib/Log/Engine/TestAppLog.php @@ -748,6 +750,7 @@ %%WWWDIR%%/lib/Cake/Test/test_app/View/Elements/type_check.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/html/custom.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/html/default.ctp +%%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/html/image.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/html/japanese.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/html/nested_element.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Emails/text/custom.ctp @@ -765,6 +768,7 @@ %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/Emails/text/japanese.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/ajax.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/ajax2.ctp +%%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/banana.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/cache_empty_sections.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/cache_layout.ctp %%WWWDIR%%/lib/Cake/Test/test_app/View/Layouts/default.ctp @@ -1111,6 +1115,7 @@ @dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Lib/Cache/Engine @dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Lib/Cache @dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Lib +@dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Error @dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Controller/Component @dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Controller @dirrm %%WWWDIR%%/lib/Cake/Test/test_app/Console/Templates/test/views