diff options
author | crees <crees@FreeBSD.org> | 2011-07-29 16:36:47 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-07-29 16:36:47 +0800 |
commit | f972978b3049325fd23afa54f03578d2aa2cc893 (patch) | |
tree | 5e6fbd178eb63ec61b187fdfa3708a0ec0fa4375 /www/drupal5-ubercart | |
parent | 6030d3862ecb7baa511c19c20aa98262d8e3d357 (diff) | |
download | freebsd-ports-gnome-f972978b3049325fd23afa54f03578d2aa2cc893.tar.gz freebsd-ports-gnome-f972978b3049325fd23afa54f03578d2aa2cc893.tar.zst freebsd-ports-gnome-f972978b3049325fd23afa54f03578d2aa2cc893.zip |
Begin process of removal of drupal5 ports:
- Stop using the bsd.drupal.mk in drupal5/ and use the Mk/ version
- Deprecate the drupal5 ports for removal on 29/Aug
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
Diffstat (limited to 'www/drupal5-ubercart')
-rw-r--r-- | www/drupal5-ubercart/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/drupal5-ubercart/Makefile b/www/drupal5-ubercart/Makefile index 192a7f801e62..e7f751091059 100644 --- a/www/drupal5-ubercart/Makefile +++ b/www/drupal5-ubercart/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://ftp.drupal.org/files/projects/ MAINTAINER= jeremy@algenta.com COMMENT= Ubercart modules for Drupal 5 +DEPRECATED= Use drupal[67] instead +EXPIRATION_DATE=2011-08-29 + RUN_DEPENDS= ${LOCALBASE}/${DRUPAL_BASE}/sites/all/modules/tapir:${PORTSDIR}/www/drupal5-tapir \ ${LOCALBASE}/${DRUPAL_BASE}/sites/all/modules/ubrowser:${PORTSDIR}/www/drupal5-ubrowser \ ${LOCALBASE}/${DRUPAL_BASE}/sites/all/modules/token:${PORTSDIR}/www/drupal5-token \ |