diff options
author | lme <lme@FreeBSD.org> | 2019-01-03 18:06:45 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2019-01-03 18:06:45 +0800 |
commit | d2a6954096d59190da9da9b5e9fc6d6c5b0139a8 (patch) | |
tree | 008361e0f9fbc063080c866957af6afca52e35bc /net-mgmt | |
parent | e5f623f5ff3cb28baa79c078a6e331c703161220 (diff) | |
download | freebsd-ports-gnome-d2a6954096d59190da9da9b5e9fc6d6c5b0139a8.tar.gz freebsd-ports-gnome-d2a6954096d59190da9da9b5e9fc6d6c5b0139a8.tar.zst freebsd-ports-gnome-d2a6954096d59190da9da9b5e9fc6d6c5b0139a8.zip |
net-mgmt/icinga-core
Icinga 1.x was EOL'ed by upstream on 2018-12-31.
Add a deprecation warning and expiration date in a month.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/icinga-core/Makefile.common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/icinga-core/Makefile.common b/net-mgmt/icinga-core/Makefile.common index a9ed76f9ffb0..7e20c2d2b6f8 100644 --- a/net-mgmt/icinga-core/Makefile.common +++ b/net-mgmt/icinga-core/Makefile.common @@ -8,6 +8,9 @@ MAINTAINER= lme@FreeBSD.org LICENSE= GPLv2 +DEPRECATED= Upstream EOLed Icinga 1.x from 2018-12-31 +EXPIRATION_DATE= 2019-02-03 + LIB_DEPENDS+= libltdl.so:devel/libltdl USES= cpe gmake perl5 |