Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2019 11:41:30 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496944 - in head/net-mgmt: zabbix32-server zabbix34-server
Message-ID:  <201903271141.x2RBfUJg028606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Wed Mar 27 11:41:30 2019
New Revision: 496944
URL: https://svnweb.freebsd.org/changeset/ports/496944

Log:
  net-mgmt/zabbix[32|34]*: Mark as deprecated
  
  Mark as deprecated due to being marked end of life upstream.
  
  Zabbix 3.2 since November, 2017.
  Zabbix 3.4 since October, 2018.
  
  PR:		236760
  Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)

Modified:
  head/net-mgmt/zabbix32-server/Makefile
  head/net-mgmt/zabbix34-server/Makefile

Modified: head/net-mgmt/zabbix32-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix32-server/Makefile	Wed Mar 27 11:37:10 2019	(r496943)
+++ head/net-mgmt/zabbix32-server/Makefile	Wed Mar 27 11:41:30 2019	(r496944)
@@ -15,6 +15,9 @@ COMMENT=	Enterprise-class open source distributed moni
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=		End of Life was November, 2017
+EXPIRATION_DATE=	2019-04-27
+
 CONFLICTS=	zabbix[0-24-9][0-9]${PKGNAMESUFFIX} \
 		zabbix3[0-13-9]${PKGNAMESUFFIX} \
 		zabbix[0-9]${PKGNAMESUFFIX}

Modified: head/net-mgmt/zabbix34-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix34-server/Makefile	Wed Mar 27 11:37:10 2019	(r496943)
+++ head/net-mgmt/zabbix34-server/Makefile	Wed Mar 27 11:41:30 2019	(r496944)
@@ -15,6 +15,9 @@ COMMENT=	Enterprise-class open source distributed moni
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=		End of Life was October, 2018
+EXPIRATION_DATE=	2019-04-27
+
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
 CONFLICTS=	zabbix[0-24-9][0-9]${PKGNAMESUFFIX} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903271141.x2RBfUJg028606>