diff options
author | glarkin <glarkin@FreeBSD.org> | 2009-04-22 04:23:37 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2009-04-22 04:23:37 +0800 |
commit | 66d8d2ad57d85f7d53daf306d570e86e1a25b741 (patch) | |
tree | b205ec71797fd0b2e738023fbfc0dd1696cc7f7c /www/cakephp13 | |
parent | 44db18694a43e204bb5601b9862fdc97d5d79caf (diff) | |
download | freebsd-ports-gnome-66d8d2ad57d85f7d53daf306d570e86e1a25b741.tar.gz freebsd-ports-gnome-66d8d2ad57d85f7d53daf306d570e86e1a25b741.tar.zst freebsd-ports-gnome-66d8d2ad57d85f7d53daf306d570e86e1a25b741.zip |
- Update to 1.2.2.8120
- Remove bash dependency [1]
Submitted by: scf [1]
Diffstat (limited to 'www/cakephp13')
-rw-r--r-- | www/cakephp13/Makefile | 11 | ||||
-rw-r--r-- | www/cakephp13/distinfo | 6 |
2 files changed, 6 insertions, 11 deletions
diff --git a/www/cakephp13/Makefile b/www/cakephp13/Makefile index 294f790424ec..ea185d032311 100644 --- a/www/cakephp13/Makefile +++ b/www/cakephp13/Makefile @@ -6,9 +6,9 @@ # PORTNAME= cakephp -PORTVERSION= 1.2.1.8004 +PORTVERSION= 1.2.2.8120 CATEGORIES= www -MASTER_SITES= http://cakeforge.org/frs/download.php/697/ \ +MASTER_SITES= http://cakeforge.org/frs/download.php/712/ \ LOCAL/glarkin PKGNAMESUFFIX= -devel DISTNAME= cake_${PORTVERSION} @@ -116,9 +116,6 @@ USE_PHP+= apc USE_PHP+= memcache .endif -# Include bash for Cake console script -RUN_DEPENDS+= bash>=0:${PORTSDIR}/shells/bash - do-fetch: @${INSTALL} -d ${DISTDIR} .if !exists(${DISTDIR}/${TARGET_DISTFILE}) @@ -179,9 +176,7 @@ do-install: @${ECHO_CMD} '@exec ${FIND} ${WWWDIR} -type d -print0 | \ ${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST} -# Fix the bash shell path and the permissions of the Cake console script - @${REINPLACE_CMD} -e "s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|" ${WWWDIR}/${CAKE_CONSOLE} - @${ECHO_CMD} '@exec ${REINPLACE_CMD} -e "s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|" ${WWWDIR}/${CAKE_CONSOLE}' >> ${TMPPLIST} +# Fix the permissions of the Cake console script @${CHMOD} 755 ${WWWDIR}/${CAKE_CONSOLE} @${ECHO_CMD} '@exec ${CHMOD} 755 ${WWWDIR}/${CAKE_CONSOLE}' >> ${TMPPLIST} diff --git a/www/cakephp13/distinfo b/www/cakephp13/distinfo index 3d8358727988..2224eb605e93 100644 --- a/www/cakephp13/distinfo +++ b/www/cakephp13/distinfo @@ -1,3 +1,3 @@ -MD5 (cake_1.2.1.8004.tar.bz2) = 0d01d1bc4e2df9ccf82130a838b06dd6 -SHA256 (cake_1.2.1.8004.tar.bz2) = caebfef56e2d63d3afd1e0bd622130a96bf17912d0e19ae85b34a68954d487ba -SIZE (cake_1.2.1.8004.tar.bz2) = 328592 +MD5 (cake_1.2.2.8120.tar.bz2) = 8cd28516c74be2c0b6f4ed0562840f79 +SHA256 (cake_1.2.2.8120.tar.bz2) = c99491e370e3bd3855aecea7b22c3c735571b345f10cc93cb2682a0cbb14373b +SIZE (cake_1.2.2.8120.tar.bz2) = 329934 |