diff options
author | brooks <brooks@FreeBSD.org> | 2006-03-18 08:08:04 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-03-18 08:08:04 +0800 |
commit | 8b912df11d7d27b1234cb50088968e8228e23048 (patch) | |
tree | 38aed7221c26c9cefb59d955675a00a85d2a4c44 /www/drupal4/Makefile | |
parent | 79dbb69b95e8b36bb9ee7960baae03527bb7bfbe (diff) | |
download | freebsd-ports-graphics-8b912df11d7d27b1234cb50088968e8228e23048.tar.gz freebsd-ports-graphics-8b912df11d7d27b1234cb50088968e8228e23048.tar.zst freebsd-ports-graphics-8b912df11d7d27b1234cb50088968e8228e23048.zip |
Update to 4.6.6 fixing four security issues. See http://drupal.org/security
for details.
Security: vid:6779e82f-b60b-11da-913d-000ae42e9b93
Diffstat (limited to 'www/drupal4/Makefile')
-rw-r--r-- | www/drupal4/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/drupal4/Makefile b/www/drupal4/Makefile index e4f44af57d1..9e479b69ed3 100644 --- a/www/drupal4/Makefile +++ b/www/drupal4/Makefile @@ -6,8 +6,8 @@ # PORTNAME= drupal -PORTVERSION= 4.6.5 -PORTREVISION= 2006010503 +PORTVERSION= 4.6.6 +PORTREVISION= 2006031700 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks @@ -16,8 +16,6 @@ DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql -FORBIDDEN= Multiple (generally minor) vulnerabilities - DRUPAL_PORT= yes USE_PHP= gd pcre session xml |