Date: Thu, 12 Oct 2017 12:46:48 +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: r451873 - head/net-mgmt/zabbix22-server Message-ID: <201710121246.v9CCkmLf080062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Thu Oct 12 12:46:47 2017 New Revision: 451873 URL: https://svnweb.freebsd.org/changeset/ports/451873 Log: net-mgmt/zabbix22-*: Update to 2.2.20 Update CONFLICTS to also match zabbix32. [1] Improve LICENSE. Changes: https://www.zabbix.com/rn2.2.20 PR: 222810 PR: 222317 [1] Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer) Submitted by: Franco Fichtner <franco@opnsense.org> [1] Modified: head/net-mgmt/zabbix22-server/Makefile head/net-mgmt/zabbix22-server/distinfo head/net-mgmt/zabbix22-server/pkg-plist.frontend Modified: head/net-mgmt/zabbix22-server/Makefile ============================================================================== --- head/net-mgmt/zabbix22-server/Makefile Thu Oct 12 12:38:23 2017 (r451872) +++ head/net-mgmt/zabbix22-server/Makefile Thu Oct 12 12:46:47 2017 (r451873) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix22 -PORTVERSION= 2.2.19 +PORTVERSION= 2.2.20 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} @@ -12,11 +12,12 @@ DISTNAME= zabbix-${PORTVERSION} MAINTAINER= pg@pakhom.spb.ru COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp -CONFLICTS= zabbix[0-13-9][0-13-9]${PKGNAMESUFFIX} zabbix[0-9]${PKGNAMESUFFIX} +CONFLICTS= zabbix[0-13-9][0-9]${PKGNAMESUFFIX} zabbix[0-9]${PKGNAMESUFFIX} ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//} Modified: head/net-mgmt/zabbix22-server/distinfo ============================================================================== --- head/net-mgmt/zabbix22-server/distinfo Thu Oct 12 12:38:23 2017 (r451872) +++ head/net-mgmt/zabbix22-server/distinfo Thu Oct 12 12:46:47 2017 (r451873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502890028 -SHA256 (zabbix-2.2.19.tar.gz) = 311d70a1d0868eeda752b3e9555afbbdf3f37b380e79b0b0ee138e4be488873c -SIZE (zabbix-2.2.19.tar.gz) = 15497840 +TIMESTAMP = 1506433032 +SHA256 (zabbix-2.2.20.tar.gz) = 139a4000455bf948df247b4312b9127701596e80742e605beabcf93da4bfee02 +SIZE (zabbix-2.2.20.tar.gz) = 15503661 Modified: head/net-mgmt/zabbix22-server/pkg-plist.frontend ============================================================================== --- head/net-mgmt/zabbix22-server/pkg-plist.frontend Thu Oct 12 12:38:23 2017 (r451872) +++ head/net-mgmt/zabbix22-server/pkg-plist.frontend Thu Oct 12 12:46:47 2017 (r451873) @@ -287,6 +287,7 @@ %%WWWDIR%%/include/classes/helpers/CArrayHelper.php %%WWWDIR%%/include/classes/validators/CValidator.php %%WWWDIR%%/include/classes/validators/CDecimalValidator.php +%%WWWDIR%%/include/classes/validators/CHtmlUrlValidator.php %%WWWDIR%%/include/classes/validators/CTimePeriodValidator.php %%WWWDIR%%/include/classes/validators/CTriggerFunctionValidator.php %%WWWDIR%%/include/classes/validators/CCollectionValidator.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710121246.v9CCkmLf080062>