diff options
-rw-r--r-- | www/drupal4-filemanager/Makefile | 6 | ||||
-rw-r--r-- | www/drupal4-gsitemap/Makefile | 2 | ||||
-rw-r--r-- | www/drupal4-i18n/Makefile | 2 | ||||
-rw-r--r-- | www/drupal4-taxonomy_access/Makefile | 2 | ||||
-rw-r--r-- | www/drupal4/Makefile | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/www/drupal4-filemanager/Makefile b/www/drupal4-filemanager/Makefile index a228b46f757a..be9d99846d55 100644 --- a/www/drupal4-filemanager/Makefile +++ b/www/drupal4-filemanager/Makefile @@ -13,14 +13,14 @@ CATEGORIES= www security MAINTAINER= nick@foobar.org COMMENT= A full featured file management API for Drupal modules -DEPRECATED= Drupal 4.7.x is end-of-life since 200802. Please migrate to Drupal 6.x -EXPIRATION_DATE= 2009-03-26 - DRUPAL4_MODULE= yes MODULE_FILES= filemanager.install filemanager.module DOC_DIRS= doc DOC_FILES= LICENSE.txt README.txt CREDITS INSTALL doc/filemanager.php +DEPRECATED= Drupal 4.7.x is end-of-life since 200802. Please migrate to Drupal 6.x +EXPIRATION_DATE=2009-03-26 + .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" .include <bsd.port.post.mk> diff --git a/www/drupal4-gsitemap/Makefile b/www/drupal4-gsitemap/Makefile index df725271b97c..b65aa23a0686 100644 --- a/www/drupal4-gsitemap/Makefile +++ b/www/drupal4-gsitemap/Makefile @@ -15,7 +15,7 @@ MAINTAINER= nick@foobar.org COMMENT= Produces Google/sitemaps.org compliant XML WWW site maps DEPRECATED= Drupal 4.7.x is end-of-life since 200802. Please migrate to Drupal 6.x -EXPIRATION_DATE=2009-03-26 +EXPIRATION_DATE=2009-03-26 DRUPAL4_MODULE= yes MODULE_FILES= gsitemap.install gsitemap.module diff --git a/www/drupal4-i18n/Makefile b/www/drupal4-i18n/Makefile index 6d6651ea59d7..ac3d192627a9 100644 --- a/www/drupal4-i18n/Makefile +++ b/www/drupal4-i18n/Makefile @@ -15,7 +15,7 @@ MAINTAINER= nick@foobar.org COMMENT= An internationalisation module for the Drupal CMS DEPRECATED= Drupal 4.7.x is end-of-life since 200802. Please migrate to Drupal 6.x -EXPIRATION_DATE= 2009-03-26 +EXPIRATION_DATE=2009-03-26 DRUPAL4_MODULE= yes DRUPAL_MODSUBDIR= i18n diff --git a/www/drupal4-taxonomy_access/Makefile b/www/drupal4-taxonomy_access/Makefile index 469c72d13dc4..006114f9dfaa 100644 --- a/www/drupal4-taxonomy_access/Makefile +++ b/www/drupal4-taxonomy_access/Makefile @@ -16,7 +16,7 @@ MAINTAINER= nick@foobar.org COMMENT= Access control system for the Drupal based on Taxonomy classification DEPRECATED= Drupal 4.7.x is end-of-life since 200802. Please migrate to Drupal 6.x -EXPIRATION_DATE= 2009-03-26 +EXPIRATION_DATE=2009-03-26 DRUPAL4_MODULE= yes MODULE_FILES= taxonomy_access.install taxonomy_access.module taxonomy_access_admin.inc diff --git a/www/drupal4/Makefile b/www/drupal4/Makefile index 2eee75145f8d..7a2acc2c19f2 100644 --- a/www/drupal4/Makefile +++ b/www/drupal4/Makefile @@ -18,7 +18,7 @@ COMMENT= CMS that supports pgsql and mysql DRUPAL_PORT= yes DEPRECATED= Drupal 4.7.x is end-of-life since 200802. Please migrate to Drupal 6.x -EXPIRATION_DATE= 2009-03-26 +EXPIRATION_DATE=2009-03-26 USE_PHP= gd pcre session xml WANT_PHP_WEB= yes |