diff options
author | brooks <brooks@FreeBSD.org> | 2007-01-09 11:13:55 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2007-01-09 11:13:55 +0800 |
commit | 88a747592c64bfcacd2b716ac35ce0892b9e800a (patch) | |
tree | 24c136a03c8ab305f8ce44b18c71edd9ac60698a | |
parent | e7244d13cb7498ce5eff7fc2d4b333eb69f3fec6 (diff) | |
download | freebsd-ports-gnome-88a747592c64bfcacd2b716ac35ce0892b9e800a.tar.gz freebsd-ports-gnome-88a747592c64bfcacd2b716ac35ce0892b9e800a.tar.zst freebsd-ports-gnome-88a747592c64bfcacd2b716ac35ce0892b9e800a.zip |
Drop maintainership.
Because this port will likely stop working fairly quickly without a
maintainer, deprecate it and set it to expire Feb 1st. If you use this
port, you may want to become the maintainer.
-rw-r--r-- | www/drupal-pubcookie/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/drupal-pubcookie/Makefile b/www/drupal-pubcookie/Makefile index 68eeb0124189..3f35fa1f13fa 100644 --- a/www/drupal-pubcookie/Makefile +++ b/www/drupal-pubcookie/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 20060907 CATEGORIES= www security MASTER_SITE_SUBDIR= brooks -MAINTAINER= brooks@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Pubcookie user authentication for the Drupal CMS RUN_DEPENDS= ${LOCALBASE}/pubcookie/keyclient:${PORTSDIR}/www/mod_pubcookie @@ -22,6 +22,9 @@ DRUPAL_MODULE= yes MODULE_FILES= pubcookie.module DOC_FILES= LICENSE.txt README.txt +DEPRECATED= No maintainer +EXPIRATION_DATE= 2007-02-01 + .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/drupal/bsd.drupal.mk" .include <bsd.port.post.mk> |