summaryrefslogtreecommitdiff
path: root/www/php-concrete5/Makefile
diff options
context:
space:
mode:
authortaca <taca>2014-09-28 14:13:47 +0000
committertaca <taca>2014-09-28 14:13:47 +0000
commit0bd59d5fdcc81b95d9e688a439bdb87c062deae9 (patch)
treee0e6a3d443058355be369b0fc306795e1e7c88e3 /www/php-concrete5/Makefile
parentcde872d0abd5c120e81756ef044be176151bdcc8 (diff)
downloadpkgsrc-0bd59d5fdcc81b95d9e688a439bdb87c062deae9.tar.gz
Update to 5.6.3.2, latest release of 5.6, which should be fixed security
problem of 5.6.1.2. Changes are too many and please refer these release notes. http://www.concrete5.org/documentation/background/version_history/5-6-2-release-notes/ http://www.concrete5.org/documentation/background/version_history/5-6-2-1-release-notes/ http://www.concrete5.org/documentation/background/version_history/5-6-3-release-notes/ http://www.concrete5.org/documentation/background/version_history/5-6-3-1-release-notes/ http://www.concrete5.org/documentation/background/version_history/5-6-3-2/
Diffstat (limited to 'www/php-concrete5/Makefile')
-rw-r--r--www/php-concrete5/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/php-concrete5/Makefile b/www/php-concrete5/Makefile
index d39c520939f..5ea69ec2ccf 100644
--- a/www/php-concrete5/Makefile
+++ b/www/php-concrete5/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2014/05/17 16:10:49 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2014/09/28 14:13:47 taca Exp $
#
-DISTNAME= concrete5.6.1.2
+DISTNAME= concrete5.6.3.2
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/concrete5/concrete5-5/}
-PKGREVISION= 2
CATEGORIES= www
-MASTER_SITES= http://www.concrete5.org/download_file/-/view/51635/8497/
+MASTER_SITES= http://www.concrete5.org/download_file/-/view/66159/8497/
EXTRACT_SUFX= .zip
MAINTAINER= ryoon@NetBSD.org
@@ -26,6 +25,7 @@ BUILD_DEFS+= APACHE_GROUP APACHE_USER
C5DIR= share/concrete5
INSTALLATION_DIRS= ${C5DIR}
+WRKSRC= ${WRKDIR}/concrete5.6.3.1
.include "../../mk/bsd.prefs.mk"
@@ -40,7 +40,8 @@ PKG_GROUPS_VARS= APACHE_GROUP
FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \
C5DIR=${C5DIR}
-REPLACE_PYTHON+= concrete/libraries/3rdparty/htmldiff.py
+pre-install:
+ cd ${WRKSRC} && ${FIND} . languages -type f -exec ${CHMOD} -x {} \;
do-install:
cd ${WRKSRC} && ${FIND} . -type f \! -name '*.orig' -print | \