ports/161030: [maintainer update] Update of cakephp13 to version 1.3.12

Christoph Theis theis at gmx.at
Mon Sep 26 10:30:11 UTC 2011


>Number:         161030
>Category:       ports
>Synopsis:       [maintainer update] Update of cakephp13 to version 1.3.12
>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 Sep 26 10:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Christoph Theis
>Release:        8.2-RELEASE
>Organization:
>Environment:
>Description:
CakePHP 1.3 has been updated to 1.3.12.
This will also fix the problem that in the current version the distfile could not be found.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/cakephp13/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- Makefile	19 Sep 2011 19:00:25 -0000	1.28
+++ Makefile	26 Sep 2011 10:10:05 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cakephp
-PORTVERSION=	1.3.11
+PORTVERSION=	1.3.12
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ \
 		LOCAL/glarkin
@@ -15,9 +15,9 @@
 MAINTAINER=	theis at gmx.at
 COMMENT=	A framework for developing PHP web applications
 
-GITVERSION=	4-g762fcf2
+GITVERSION=	0-g96a8d97
 FETCH_ARGS=	-pRr
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-3b830a4
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-8236c7e
 
 LICENSE=	MIT
 
@@ -142,6 +142,7 @@
 
 post-patch:
 	@${RM} ${WRKSRC}/cake/console/cake.orig
+	@${FIND} ${WRKSRC}/app/config -name core.php.orig -delete
 
 do-install:
 	@cd ${WRKSRC} && ${COPYTREE_SHARE} \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/cakephp13/distinfo,v
retrieving revision 1.19
diff -u -r1.19 distinfo
--- distinfo	19 Sep 2011 19:00:25 -0000	1.19
+++ distinfo	26 Sep 2011 10:10:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (cakephp-cakephp-1.3.11-4-g762fcf2.tar.gz) = 7d49129bc3e5637dea2684020fd01db381bbcdb4cb32dbbcbe4a4e8bbdc235b7
-SIZE (cakephp-cakephp-1.3.11-4-g762fcf2.tar.gz) = 983115
+SHA256 (cakephp-cakephp-1.3.12-0-g96a8d97.tar.gz) = 6bc9462bfb7df09852b7a129727d3f9a9b2197f1e92bee57223e5d6ba0ef0d48
+SIZE (cakephp-cakephp-1.3.12-0-g96a8d97.tar.gz) = 985790
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/cakephp13/pkg-plist,v
retrieving revision 1.14
diff -u -r1.14 pkg-plist
--- pkg-plist	19 Sep 2011 19:00:25 -0000	1.14
+++ pkg-plist	26 Sep 2011 10:10:06 -0000
@@ -9,7 +9,6 @@
 @unexec if cmp -s %D/%%WWWDIR%%/app/config/core.php.default %D/%%WWWDIR%%/app/config/core.php; then rm -f %D/%%WWWDIR%%/app/config/core.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/config/core.php has not been removed"; fi
 %%WWWDIR%%/app/config/core.php.default
 @exec if [ ! -f %D/%%WWWDIR%%/app/config/core.php.default ]; then cp -p %B/core.php %B/core.php.default; fi
-%%WWWDIR%%/app/config/core.php.orig
 @unexec if cmp -s %D/%%WWWDIR%%/app/config/database.php.default %D/%%WWWDIR%%/app/config/database.php; then rm -f %D/%%WWWDIR%%/app/config/database.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/config/database.php has not been removed"; fi
 %%WWWDIR%%/app/config/database.php.default
 @exec if [ ! -f %D/%%WWWDIR%%/app/config/database.php ]; then cp -p %D/%F %B/database.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/app/config/database.php has not been overwritten"; fi


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list