diff options
author | dougb <dougb@FreeBSD.org> | 2011-09-03 15:55:32 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-09-03 15:55:32 +0800 |
commit | 38c930c911eeaeb2cb94bc1b86232817f977d3f8 (patch) | |
tree | e30e3e4f4c7fc010277e997a7d436d2bcf914840 /databases | |
parent | 886fc56a6b920e7701b75461a5657e3852d7881a (diff) | |
download | freebsd-ports-gnome-38c930c911eeaeb2cb94bc1b86232817f977d3f8.tar.gz freebsd-ports-gnome-38c930c911eeaeb2cb94bc1b86232817f977d3f8.tar.zst freebsd-ports-gnome-38c930c911eeaeb2cb94bc1b86232817f977d3f8.zip |
Add EXPIRATION to ports marked DEPRECATED that do not already have it. [1]
Date set to 2011-09-30 since that's > 1 month in all cases. Feel free to
change it to something more appropriate.
Change DEPRECATED to IGNORE for security/openvpn-beta to better fit the
intention.
Problem pointed out by: linimon [1]
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnats/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index 398ebd2702b9..135195cc0f01 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 FORBIDDEN= Security issues DEPRECATED= ${FORBIDDEN} +EXPIRATION= 2011-09-30 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lispdir=${PREFIX}/share/emacs/site-lisp \ |