summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2016-08-17 18:59:30 +0000
committerMark Felder <feld@FreeBSD.org>2016-08-17 18:59:30 +0000
commit90d8bee0d2d2848a3563699a09e6259560230937 (patch)
treee27b41dfd92c2ab57a1a87bcdcd1c5c749d07373 /net-mgmt
parentEXPIRED_DATE -> EXPIRATION_DATE (diff)
net-mgmt/rancid: Mark DEPRECATED, provide an EXPIRATION_DATE
PR: 211718 MFH: 2016Q3
Notes
Notes: svn path=/head/; revision=420366
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/rancid/Makefile3
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}