svn commit: r451872 - in head/net-mgmt: zabbix3-agent zabbix3-frontend zabbix3-proxy zabbix3-server
Danilo G. Baio
dbaio at FreeBSD.org
Thu Oct 12 12:38:25 UTC 2017
Author: dbaio
Date: Thu Oct 12 12:38:23 2017
New Revision: 451872
URL: https://svnweb.freebsd.org/changeset/ports/451872
Log:
net-mgmt/zabbix3-*: Update to 3.0.11
Improve LICENSE.
Remove unnecessary information from the slave ports.
Changes: https://www.zabbix.com/rn3.0.11
PR: 222809
Approved by: Pakhom Golynga <pg at pakhom.spb.ru> (maintainer)
Modified:
head/net-mgmt/zabbix3-agent/Makefile
head/net-mgmt/zabbix3-frontend/Makefile
head/net-mgmt/zabbix3-proxy/Makefile
head/net-mgmt/zabbix3-server/Makefile
head/net-mgmt/zabbix3-server/distinfo
head/net-mgmt/zabbix3-server/pkg-plist.frontend
Modified: head/net-mgmt/zabbix3-agent/Makefile
==============================================================================
--- head/net-mgmt/zabbix3-agent/Makefile Thu Oct 12 12:38:04 2017 (r451871)
+++ head/net-mgmt/zabbix3-agent/Makefile Thu Oct 12 12:38:23 2017 (r451872)
@@ -5,11 +5,6 @@ PORTNAME= zabbix3
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -agent
-MAINTAINER= pakhom at pakhom.spb.ru
-COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS
-
-LICENSE= GPLv2
-
MASTERDIR= ${.CURDIR}/../zabbix3-server
PLIST= ${PKGDIR}/pkg-plist.agent
Modified: head/net-mgmt/zabbix3-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix3-frontend/Makefile Thu Oct 12 12:38:04 2017 (r451871)
+++ head/net-mgmt/zabbix3-frontend/Makefile Thu Oct 12 12:38:23 2017 (r451872)
@@ -5,11 +5,6 @@ PORTNAME= zabbix3
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -frontend
-MAINTAINER= pg at pakhom.spb.ru
-COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS
-
-LICENSE= GPLv2
-
MASTERDIR= ${.CURDIR}/../zabbix3-server
NO_BUILD= yes
Modified: head/net-mgmt/zabbix3-proxy/Makefile
==============================================================================
--- head/net-mgmt/zabbix3-proxy/Makefile Thu Oct 12 12:38:04 2017 (r451871)
+++ head/net-mgmt/zabbix3-proxy/Makefile Thu Oct 12 12:38:23 2017 (r451872)
@@ -5,11 +5,6 @@ PORTNAME= zabbix3
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -proxy
-MAINTAINER= pakhom at pakhom.spb.ru
-COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS
-
-LICENSE= GPLv2
-
MASTERDIR= ${.CURDIR}/../zabbix3-server
.include "${MASTERDIR}/Makefile"
Modified: head/net-mgmt/zabbix3-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix3-server/Makefile Thu Oct 12 12:38:04 2017 (r451871)
+++ head/net-mgmt/zabbix3-server/Makefile Thu Oct 12 12:38:23 2017 (r451872)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= zabbix3
-PORTVERSION= 3.0.10
+PORTVERSION= 3.0.11
PORTREVISION?= 0
CATEGORIES= net-mgmt
MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
@@ -12,7 +12,8 @@ DISTNAME= zabbix-${PORTVERSION}
MAINTAINER= pg at pakhom.spb.ru
COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS
-LICENSE= GPLv2
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= zabbix[0-9][0-9]${PKGNAMESUFFIX} zabbix[0-24-9]${PKGNAMESUFFIX}
Modified: head/net-mgmt/zabbix3-server/distinfo
==============================================================================
--- head/net-mgmt/zabbix3-server/distinfo Thu Oct 12 12:38:04 2017 (r451871)
+++ head/net-mgmt/zabbix3-server/distinfo Thu Oct 12 12:38:23 2017 (r451872)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502890189
-SHA256 (zabbix-3.0.10.tar.gz) = 49ab7a69352fc07c88e08f10e20ef714adde6d08e44df8af81edb82e26c7c772
-SIZE (zabbix-3.0.10.tar.gz) = 15573988
+TIMESTAMP = 1507247639
+SHA256 (zabbix-3.0.11.tar.gz) = e161f4b9ff233740029f9fa39c4cf7f1c7e3d829c465741b200d82d53ffda444
+SIZE (zabbix-3.0.11.tar.gz) = 15642949
Modified: head/net-mgmt/zabbix3-server/pkg-plist.frontend
==============================================================================
--- head/net-mgmt/zabbix3-server/pkg-plist.frontend Thu Oct 12 12:38:04 2017 (r451871)
+++ head/net-mgmt/zabbix3-server/pkg-plist.frontend Thu Oct 12 12:38:23 2017 (r451872)
@@ -417,6 +417,7 @@
%%WWWDIR%%/include/classes/validators/CDecimalStringValidator.php
%%WWWDIR%%/include/classes/validators/CDecimalValidator.php
%%WWWDIR%%/include/classes/validators/CFunctionValidator.php
+%%WWWDIR%%/include/classes/validators/CHtmlUrlValidator.php
%%WWWDIR%%/include/classes/validators/CIPRangeValidator.php
%%WWWDIR%%/include/classes/validators/CIPValidator.php
%%WWWDIR%%/include/classes/validators/CIdValidator.php
More information about the svn-ports-head
mailing list