summaryrefslogtreecommitdiff
path: root/www/drupal/Makefile
diff options
context:
space:
mode:
authortaca <taca>2009-12-19 09:20:23 +0000
committertaca <taca>2009-12-19 09:20:23 +0000
commit7be9e425c0ec4197eecf0cc29ce37ca918f5aa23 (patch)
tree7200aeb6f5b78eb64eecbe6a38817ad6b02990b7 /www/drupal/Makefile
parent4034e27d5738f9db4ea123a91c502d2378b10645 (diff)
downloadpkgsrc-7be9e425c0ec4197eecf0cc29ce37ca918f5aa23.tar.gz
Update www/drupal package to 5.21, fixing security problem.
Drupal 5.21, 2009-12-16 ----------------------- - Fixed a security issue (Cross site scripting), see SA-CORE-2009-009. - Fixed a variety of small bugs.
Diffstat (limited to 'www/drupal/Makefile')
-rw-r--r--www/drupal/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile
index 9e36ed0214e..6ec70083e9f 100644
--- a/www/drupal/Makefile
+++ b/www/drupal/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2009/12/17 21:15:06 abs Exp $
+# $NetBSD: Makefile,v 1.43 2009/12/19 09:20:23 taca Exp $
-DISTNAME= drupal-5.20
+DISTNAME= drupal-5.21
CATEGORIES= www
MASTER_SITES= http://drupal.org/files/projects/
@@ -23,10 +23,9 @@ PKG_USERS_VARS+= APACHE_USER
BUILD_DEFS+= APACHE_USER APACHE_GROUP
USE_TOOLS+= perl:run pax
-USE_LANGUAGES= c
REPLACE_PERL= scripts/code-style.pl
-OWN_DIRS+= ${DRUPAL}/sites/default
+#OWN_DIRS+= ${DRUPAL}/sites/default
OWN_DIRS_PERMS+= ${DRUPAL}/files ${APACHE_USER} ${APACHE_GROUP} 0750
CONF_FILES= ${PREFIX}/share/examples/drupal/drupal.conf \