svn commit: r451254 - head/net-mgmt/zabbix34-server
Danilo G. Baio
dbaio at FreeBSD.org
Thu Oct 5 01:03:09 UTC 2017
Author: dbaio
Date: Thu Oct 5 01:03:07 2017
New Revision: 451254
URL: https://svnweb.freebsd.org/changeset/ports/451254
Log:
net-mgmt/zabbix34-*: Update to 3.4.2 [1]
Update CONFLICTS to also match zabbix32. [2]
Changes: https://www.zabbix.com/rn3.4.2
PR: 222736 [1]
PR: 222317 [2]
Submitted by: Pakhom Golynga <pg at pakhom.spb.ru> (maintainer) [1]
Submitted by: Franco Fichtner <franco at opnsense.org> [2]
Modified:
head/net-mgmt/zabbix34-server/Makefile
head/net-mgmt/zabbix34-server/distinfo
head/net-mgmt/zabbix34-server/pkg-plist.frontend
Modified: head/net-mgmt/zabbix34-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix34-server/Makefile Wed Oct 4 22:31:41 2017 (r451253)
+++ head/net-mgmt/zabbix34-server/Makefile Thu Oct 5 01:03:07 2017 (r451254)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= zabbix34
-PORTVERSION= 3.4.1
+PORTVERSION= 3.4.2
PORTREVISION?= 0
CATEGORIES= net-mgmt
MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
@@ -17,7 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpcre.so:devel/pcre
-CONFLICTS= zabbix[0-24-9][0-35-9]${PKGNAMESUFFIX} zabbix[0-9]${PKGNAMESUFFIX}
+CONFLICTS= zabbix[0-24-9][0-9]${PKGNAMESUFFIX} \
+ zabbix3[0-35-9]${PKGNAMESUFFIX} \
+ zabbix[0-9]${PKGNAMESUFFIX}
IGNORE_WITH_MYSQL= 41
Modified: head/net-mgmt/zabbix34-server/distinfo
==============================================================================
--- head/net-mgmt/zabbix34-server/distinfo Wed Oct 4 22:31:41 2017 (r451253)
+++ head/net-mgmt/zabbix34-server/distinfo Thu Oct 5 01:03:07 2017 (r451254)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504484981
-SHA256 (zabbix-3.4.1.tar.gz) = faaf1a1569ec6b4674d80e707904197c8b568f2b4660f636c28d0c42af471fd4
-SIZE (zabbix-3.4.1.tar.gz) = 17010519
+TIMESTAMP = 1507068134
+SHA256 (zabbix-3.4.2.tar.gz) = 54c21e04da4ef43380af647c6a0ddff67614337386fa318da021117efe5b334f
+SIZE (zabbix-3.4.2.tar.gz) = 17113290
Modified: head/net-mgmt/zabbix34-server/pkg-plist.frontend
==============================================================================
--- head/net-mgmt/zabbix34-server/pkg-plist.frontend Wed Oct 4 22:31:41 2017 (r451253)
+++ head/net-mgmt/zabbix34-server/pkg-plist.frontend Thu Oct 5 01:03:07 2017 (r451254)
@@ -52,6 +52,7 @@
%%WWWDIR%%/app/controllers/CControllerScriptList.php
%%WWWDIR%%/app/controllers/CControllerScriptUpdate.php
%%WWWDIR%%/app/controllers/CControllerSystemWarning.php
+%%WWWDIR%%/app/controllers/CControllerTimelineUpdate.php
%%WWWDIR%%/app/controllers/CControllerWebView.php
%%WWWDIR%%/app/controllers/CControllerWidgetDiscoveryView.php
%%WWWDIR%%/app/controllers/CControllerWidgetHostsView.php
@@ -491,6 +492,7 @@
%%WWWDIR%%/include/classes/validators/CRegexValidator.php
%%WWWDIR%%/include/classes/validators/CStringValidator.php
%%WWWDIR%%/include/classes/validators/CValidator.php
+%%WWWDIR%%/include/classes/validators/CHtmlUrlValidator.php
%%WWWDIR%%/include/classes/validators/event/CEventSourceObjectValidator.php
%%WWWDIR%%/include/classes/validators/host/CHostNormalValidator.php
%%WWWDIR%%/include/classes/validators/hostgroup/CHostGroupNameValidator.php
@@ -514,6 +516,7 @@
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldTags.php
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldTextBox.php
%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldWidgetListComboBox.php
+%%WWWDIR%%/include/classes/widgetfields/CWidgetFieldUrl.php
%%WWWDIR%%/include/classes/widgets/CActionLogWidgetForm.php
%%WWWDIR%%/include/classes/widgets/CClockWidgetForm.php
%%WWWDIR%%/include/classes/widgets/CDataOverviewWidgetForm.php
More information about the svn-ports-head
mailing list