diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-24 17:02:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-24 17:02:54 +0000 |
commit | 29525d2c29d03ff5d3688bdf1f0c7cae0b31adf5 (patch) | |
tree | bb72cba987d9815c58f3c2ebdad0d516011e85f6 | |
parent | Unbreak after PORT_OPTIONS conversion (diff) |
Deprecate: broken on FreeBSD 8 and newer
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=321693
-rw-r--r-- | net/slbd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/slbd/Makefile b/net/slbd/Makefile index 9f7ed8f344e8..f57b336dc03f 100644 --- a/net/slbd/Makefile +++ b/net/slbd/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF MAINTAINER= jmohacsi@bsd.hu COMMENT= Server load balancing daemon for *BSD pf +DEPRECATED= Broken on FreeBSD 8 and newer +EXPIRATION_DATE=2013-08-24 + PLIST_FILES= sbin/slbd etc/slbdcap-sample PORTDOCS= configfile.txt |