svn commit: r451868 - in head/net-mgmt: zabbix32-agent zabbix32-frontend zabbix32-proxy zabbix32-server
Danilo G. Baio
dbaio at FreeBSD.org
Thu Oct 12 12:19:54 UTC 2017
Author: dbaio
Date: Thu Oct 12 12:19:52 2017
New Revision: 451868
URL: https://svnweb.freebsd.org/changeset/ports/451868
Log:
net-mgmt/zabbix32-*: Update to 3.2.8
Update CONFLICTS to also match zabbix[22|34]. [1]
Improve LICENSE.
Remove unnecessary information from the slave ports.
Changes: https://www.zabbix.com/rn3.2.8
PR: 222808
PR: 222317 [1]
Approved by: Pakhom Golynga <pg at pakhom.spb.ru> (maintainer)
Submitted by: Franco Fichtner <franco at opnsense.org> [1]
Modified:
head/net-mgmt/zabbix32-agent/Makefile
head/net-mgmt/zabbix32-frontend/Makefile
head/net-mgmt/zabbix32-proxy/Makefile
head/net-mgmt/zabbix32-server/Makefile
head/net-mgmt/zabbix32-server/distinfo
head/net-mgmt/zabbix32-server/pkg-plist.frontend
Modified: head/net-mgmt/zabbix32-agent/Makefile
==============================================================================
--- head/net-mgmt/zabbix32-agent/Makefile Thu Oct 12 12:11:15 2017 (r451867)
+++ head/net-mgmt/zabbix32-agent/Makefile Thu Oct 12 12:19:52 2017 (r451868)
@@ -5,11 +5,6 @@ PORTNAME= zabbix32
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -agent
-MAINTAINER= pakhom at pakhom.spb.ru
-COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
-
-LICENSE= GPLv2
-
MASTERDIR= ${.CURDIR}/../zabbix32-server
PLIST= ${PKGDIR}/pkg-plist.agent
Modified: head/net-mgmt/zabbix32-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix32-frontend/Makefile Thu Oct 12 12:11:15 2017 (r451867)
+++ head/net-mgmt/zabbix32-frontend/Makefile Thu Oct 12 12:19:52 2017 (r451868)
@@ -2,7 +2,6 @@
# $FreeBSD$
PORTNAME= zabbix32
-PORTREVISION= 1
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -frontend
Modified: head/net-mgmt/zabbix32-proxy/Makefile
==============================================================================
--- head/net-mgmt/zabbix32-proxy/Makefile Thu Oct 12 12:11:15 2017 (r451867)
+++ head/net-mgmt/zabbix32-proxy/Makefile Thu Oct 12 12:19:52 2017 (r451868)
@@ -5,11 +5,6 @@ PORTNAME= zabbix32
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -proxy
-MAINTAINER= pakhom at pakhom.spb.ru
-COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
-
-LICENSE= GPLv2
-
MASTERDIR= ${.CURDIR}/../zabbix32-server
.include "${MASTERDIR}/Makefile"
Modified: head/net-mgmt/zabbix32-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix32-server/Makefile Thu Oct 12 12:11:15 2017 (r451867)
+++ head/net-mgmt/zabbix32-server/Makefile Thu Oct 12 12:19:52 2017 (r451868)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= zabbix32
-PORTVERSION= 3.2.7
+PORTVERSION= 3.2.8
PORTREVISION?= 0
CATEGORIES= net-mgmt
MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
@@ -12,9 +12,12 @@ DISTNAME= zabbix-${PORTVERSION}
MAINTAINER= pg at pakhom.spb.ru
COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
-LICENSE= GPLv2
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
-CONFLICTS= zabbix[0-24-9][0-13-9]${PKGNAMESUFFIX} zabbix[0-9]${PKGNAMESUFFIX}
+CONFLICTS= zabbix[0-24-9][0-9]${PKGNAMESUFFIX} \
+ zabbix3[0-13-9]${PKGNAMESUFFIX} \
+ zabbix[0-9]${PKGNAMESUFFIX}
IGNORE_WITH_MYSQL= 41
Modified: head/net-mgmt/zabbix32-server/distinfo
==============================================================================
--- head/net-mgmt/zabbix32-server/distinfo Thu Oct 12 12:11:15 2017 (r451867)
+++ head/net-mgmt/zabbix32-server/distinfo Thu Oct 12 12:19:52 2017 (r451868)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502890246
-SHA256 (zabbix-3.2.7.tar.gz) = 3ea0c299bd69bc728177128740f0476bc1a2c1de438330df5bbd8f5fc6090712
-SIZE (zabbix-3.2.7.tar.gz) = 16016367
+TIMESTAMP = 1507166400
+SHA256 (zabbix-3.2.8.tar.gz) = f27608b56f12dd016805a87fe3c8a6d5dbe55fe0626d463b1d6bbb4c6889ec16
+SIZE (zabbix-3.2.8.tar.gz) = 16092939
Modified: head/net-mgmt/zabbix32-server/pkg-plist.frontend
==============================================================================
--- head/net-mgmt/zabbix32-server/pkg-plist.frontend Thu Oct 12 12:11:15 2017 (r451867)
+++ head/net-mgmt/zabbix32-server/pkg-plist.frontend Thu Oct 12 12:19:52 2017 (r451868)
@@ -428,6 +428,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