diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-03-14 16:48:48 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-03-14 16:48:48 +0000 |
commit | eb2609903ea5eb7e769651050dca54ee20c7dd30 (patch) | |
tree | 7ba14f52f130248b20e4a3714a9cdedfc04733e2 /www/drupal/Makefile | |
parent | 68323ec99401b45a098f2f729204a48cd55f89e8 (diff) | |
download | pkgsrc-eb2609903ea5eb7e769651050dca54ee20c7dd30.tar.gz |
Update to 4.6.6
fixed bugs, including 4 security vulnerabilities.
1. http://drupal.org/sa-2006-001/advisory.txt
2. http://drupal.org/sa-2006-002/advisory.txt
3. http://drupal.org/sa-2006-003/advisory.txt
4. http://drupal.org/sa-2006-004/advisory.txt
For further details see: http://drupal.org/project/cvs/3060/?branch=DRUPAL-4-6
Diffstat (limited to 'www/drupal/Makefile')
-rw-r--r-- | www/drupal/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile index eaeadadc656..f6710a7a79e 100644 --- a/www/drupal/Makefile +++ b/www/drupal/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2006/02/05 23:11:20 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/03/14 16:48:48 adrianp Exp $ -DISTNAME= drupal-4.6.5 -PKGREVISION= 4 +DISTNAME= drupal-4.6.6 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ @@ -12,7 +11,6 @@ COMMENT= Open source content management system DEPENDS+= ap-php>=4.3.3:../../www/ap-php DEPENDS+= php-gd>=4.3.3:../../graphics/php-gd -DIST_SUBDIR= ${PKGNAME} NO_BUILD= YES USE_PKGINSTALL= YES DRUPAL= ${PREFIX}/share/drupal @@ -29,7 +27,7 @@ SUBST_CLASSES+= conf SUBST_STAGE.conf= pre-install SUBST_FILES.conf= drupal.conf SUBST_SED.conf= -e "s|@DRUPAL@|${DRUPAL}|g" -SUBST_MESSAGE.conf= "Fixing configuration files." +SUBST_MESSAGE.conf= Fixing configuration files. .include "options.mk" |