diff options
author | feld <feld@FreeBSD.org> | 2016-08-18 02:59:30 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-08-18 02:59:30 +0800 |
commit | 1bf023e58bcca93c0a85b77cc2981448c74d1c06 (patch) | |
tree | e27b41dfd92c2ab57a1a87bcdcd1c5c749d07373 /net-mgmt | |
parent | 23617e712bb47347449ac51e9e72ef017332f4eb (diff) | |
download | freebsd-ports-gnome-1bf023e58bcca93c0a85b77cc2981448c74d1c06.tar.gz freebsd-ports-gnome-1bf023e58bcca93c0a85b77cc2981448c74d1c06.tar.zst freebsd-ports-gnome-1bf023e58bcca93c0a85b77cc2981448c74d1c06.zip |
net-mgmt/rancid: Mark DEPRECATED, provide an EXPIRATION_DATE
PR: 211718
MFH: 2016Q3
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/rancid/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile index 02b969eb7fab..868afa072ae1 100644 --- a/net-mgmt/rancid/Makefile +++ b/net-mgmt/rancid/Makefile @@ -34,6 +34,9 @@ OPTIONS_DEFINE= SVN SVN_DESC= Use Subversion instead of CVS +DEPRECATED= Not supported upstream. Please upgrade to net-mgmt/rancid3 +EXPIRATION_DATE= 2016-10-01 + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSVN} |