aboutsummaryrefslogtreecommitdiffstats
path: root/www/cakephp13
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2011-09-27 22:00:52 +0800
committerglarkin <glarkin@FreeBSD.org>2011-09-27 22:00:52 +0800
commitad2b0b0c013f476a8e46ae80cbbeb9827f869a99 (patch)
tree92225e1fa0f67b6a3fa4a1723bed9cf2a568b401 /www/cakephp13
parent7abdd5406c2f34342ebd64c0b540fc565669c073 (diff)
downloadfreebsd-ports-gnome-ad2b0b0c013f476a8e46ae80cbbeb9827f869a99.tar.gz
freebsd-ports-gnome-ad2b0b0c013f476a8e46ae80cbbeb9827f869a99.tar.zst
freebsd-ports-gnome-ad2b0b0c013f476a8e46ae80cbbeb9827f869a99.zip
- 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]
Diffstat (limited to 'www/cakephp13')
-rw-r--r--www/cakephp13/Makefile9
-rw-r--r--www/cakephp13/distinfo4
-rw-r--r--www/cakephp13/pkg-plist1
3 files changed, 7 insertions, 7 deletions
diff --git a/www/cakephp13/Makefile b/www/cakephp13/Makefile
index 895d83109eb7..5734ef7ce9c9 100644
--- a/www/cakephp13/Makefile
+++ b/www/cakephp13/Makefile
@@ -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} \
diff --git a/www/cakephp13/distinfo b/www/cakephp13/distinfo
index 93fe96a5fe70..acb780feb9b1 100644
--- a/www/cakephp13/distinfo
+++ b/www/cakephp13/distinfo
@@ -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
diff --git a/www/cakephp13/pkg-plist b/www/cakephp13/pkg-plist
index 2285593db26f..8e49c493dace 100644
--- a/www/cakephp13/pkg-plist
+++ b/www/cakephp13/pkg-plist
@@ -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