- Updated to 1.3.12 [1]

ChangeLog: http://cakephp.org/changelogs/1.3.12
- Simultaneouly fixed missing distfile problem in version 1.3.11 [2]

PR:		ports/161030
Submitted by:	Christoph Theis <theis@gmx.at> (maintainer) [1]
Reported by:	pointyhat (via pav) [2]
This commit is contained in:
Greg Larkin 2011-09-27 14:00:52 +00:00
parent ab95e61e34
commit 99c4c43782
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282488
6 changed files with 14 additions and 14 deletions

View file

@ -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 @@ DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION}
MAINTAINER= theis@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
@ -141,7 +141,8 @@ post-extract:
@${FIND} ${WRKSRC} -name ._\* -delete
post-patch:
@${RM} ${WRKSRC}/cake/console/cake.orig
@${RM} ${WRKSRC}/cake/console/cake.orig \
${WRKSRC}/app/config/core.php.orig
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} \

View file

@ -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

View file

@ -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

View file

@ -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 @@ DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION}
MAINTAINER= theis@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
@ -141,7 +141,8 @@ post-extract:
@${FIND} ${WRKSRC} -name ._\* -delete
post-patch:
@${RM} ${WRKSRC}/cake/console/cake.orig
@${RM} ${WRKSRC}/cake/console/cake.orig \
${WRKSRC}/app/config/core.php.orig
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} \

View file

@ -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

View file

@ -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