svn commit: r489153 - head/net-mgmt/icinga-core

Lars Engels lme at FreeBSD.org
Thu Jan 3 10:06:46 UTC 2019


Author: lme
Date: Thu Jan  3 10:06:45 2019
New Revision: 489153
URL: https://svnweb.freebsd.org/changeset/ports/489153

Log:
  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.

Modified:
  head/net-mgmt/icinga-core/Makefile.common

Modified: head/net-mgmt/icinga-core/Makefile.common
==============================================================================
--- head/net-mgmt/icinga-core/Makefile.common	Thu Jan  3 09:57:41 2019	(r489152)
+++ head/net-mgmt/icinga-core/Makefile.common	Thu Jan  3 10:06:45 2019	(r489153)
@@ -8,6 +8,9 @@ MAINTAINER=	lme at 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
 


More information about the svn-ports-head mailing list