diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2005-08-17 04:46:17 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2005-08-17 04:46:17 +0800 |
commit | 2cd676cb52c7dda7195366aba557f827f9666e6c (patch) | |
tree | 8bcc26d189923dd139a3f2e74d92ed4110f10545 /www/drupal7/Makefile | |
parent | cc8e93b9435eb6fdfd2e42205c65a3b9cbfb535d (diff) | |
download | freebsd-ports-gnome-2cd676cb52c7dda7195366aba557f827f9666e6c.tar.gz freebsd-ports-gnome-2cd676cb52c7dda7195366aba557f827f9666e6c.tar.zst freebsd-ports-gnome-2cd676cb52c7dda7195366aba557f827f9666e6c.zip |
Fix security issue noted in http://drupal.org/files/sa-2005-004/advisory.txt.
Update to 4.6.3.
Approved by: portmgr (krion), maintainer timeout (security issue)
Diffstat (limited to 'www/drupal7/Makefile')
-rw-r--r-- | www/drupal7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index afd3be1e8652..30e0cd1463a6 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -6,7 +6,7 @@ # PORTNAME= drupal -PORTVERSION= 4.6.2 +PORTVERSION= 4.6.3 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ DISTNAME= ${PORTNAME}-${PORTVERSION} |