diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-09-11 11:29:52 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-09-11 11:29:52 +0800 |
commit | 4c8e3c8f387ebc1e7ba68b810fb549b49916e476 (patch) | |
tree | 4cb3f1fc26c7a1699f5c6c8fe5a07115a00751ba /net-mgmt | |
parent | 46e15ad2b999a2b0d9dd6c54a339560435cb65b8 (diff) | |
download | freebsd-ports-gnome-4c8e3c8f387ebc1e7ba68b810fb549b49916e476.tar.gz freebsd-ports-gnome-4c8e3c8f387ebc1e7ba68b810fb549b49916e476.tar.zst freebsd-ports-gnome-4c8e3c8f387ebc1e7ba68b810fb549b49916e476.zip |
net-mgmt/collectd: Mark as deprecated. Collectd 4 is no longer developed.
PR: 202543
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
Approved by: feld (mentor)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/collectd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index 5ba5ab45e6e1..59bb4a222258 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -12,6 +12,9 @@ COMMENT= Systems & network statistics collection daemon LICENSE= GPLv2 +DEPRECATED= Please move to collectd5 - collect4 is not developed/patched +EXPIRATION_DATE= 2015-10-31 + LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl GNU_CONFIGURE= yes |