summaryrefslogtreecommitdiff
path: root/www/drupal/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2009-12-19 09:20:23 +0000
committertaca <taca@pkgsrc.org>2009-12-19 09:20:23 +0000
commitbd703b15a1b36401fb28da1e8c66911a4715378f (patch)
tree7200aeb6f5b78eb64eecbe6a38817ad6b02990b7 /www/drupal/Makefile
parent2f462cd3faec01f7d66d4dded9d350a4507bebfa (diff)
downloadpkgsrc-bd703b15a1b36401fb28da1e8c66911a4715378f.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 \