diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-07-10 21:12:39 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-07-10 21:12:39 +0000 |
commit | 1aae597250d0d8d726222a6d80d61ef14f9a3501 (patch) | |
tree | 10d49ee5b2f518f2b83876ee6e7ab467f3681e62 /www/drupal6/Makefile | |
parent | 39189687dfcffab53fd9e1cc3137abbd33dd74fc (diff) | |
download | pkgsrc-1aae597250d0d8d726222a6d80d61ef14f9a3501.tar.gz |
Update to 6.3
All the details of the changes can be found here: http://drupal.org/node/280583
The main reason for this update is to fix a known security issue:
http://drupal.org/node/280571
Diffstat (limited to 'www/drupal6/Makefile')
-rw-r--r-- | www/drupal6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index 4d772a9fb75..85b25f787fd 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2008/05/26 02:13:25 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/07/10 21:12:39 adrianp Exp $ -DISTNAME= drupal-6.2 +DISTNAME= drupal-6.3 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ |