diff options
author | brooks <brooks@FreeBSD.org> | 2006-07-14 00:23:04 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-07-14 00:23:04 +0800 |
commit | 7523d404852710cef941fe8f4254cafc6d38fee3 (patch) | |
tree | e3470e0c1b8db91d76b0fe0dd841eaebf42c5efd /www/drupal/Makefile | |
parent | 9769d720cd56e37ce66153f4320fdc1ac81454a9 (diff) | |
download | freebsd-ports-gnome-7523d404852710cef941fe8f4254cafc6d38fee3.tar.gz freebsd-ports-gnome-7523d404852710cef941fe8f4254cafc6d38fee3.tar.zst freebsd-ports-gnome-7523d404852710cef941fe8f4254cafc6d38fee3.zip |
Update to 4.6.8 fixing a variety of security issues.
Add OSUOSL as a master site as they seem to have stable files.
Security: vuxml vid:6da7344b-128a-11db-b25f-00e00c69a70d
Diffstat (limited to 'www/drupal/Makefile')
-rw-r--r-- | www/drupal/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile index 0894b8510042..73505f091d8b 100644 --- a/www/drupal/Makefile +++ b/www/drupal/Makefile @@ -6,18 +6,17 @@ # PORTNAME= drupal -PORTVERSION= 4.6.6 +PORTVERSION= 4.6.8 PORTREVISION= 2006031700 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/ \ + ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql -FORBIDDEN= SQL injection and remote execution vulnerabilities - DRUPAL_PORT= yes USE_PHP= gd pcre session xml |