svn commit: r554982 - head/net-mgmt/zabbix5-server
Mikael Urankar
mikael at FreeBSD.org
Thu Nov 12 17:54:39 UTC 2020
Author: mikael
Date: Thu Nov 12 17:54:38 2020
New Revision: 554982
URL: https://svnweb.freebsd.org/changeset/ports/554982
Log:
net-mgmt/zabbix5-*: Update to 5.0.5
Changelog:
https://www.zabbix.com/rn/rn5.0.5
PR: 250789
Submitted by: Juraj Lutter
Approved by: pg at pakhom.spb.ru (maintainer)
Modified:
head/net-mgmt/zabbix5-server/Makefile
head/net-mgmt/zabbix5-server/distinfo
head/net-mgmt/zabbix5-server/pkg-plist.frontend
Modified: head/net-mgmt/zabbix5-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix5-server/Makefile Thu Nov 12 17:51:43 2020 (r554981)
+++ head/net-mgmt/zabbix5-server/Makefile Thu Nov 12 17:54:38 2020 (r554982)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= zabbix5
-PORTVERSION= 5.0.4
+PORTVERSION= 5.0.5
PORTREVISION?= 0
CATEGORIES= net-mgmt
MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${PORTVERSION:R}/
Modified: head/net-mgmt/zabbix5-server/distinfo
==============================================================================
--- head/net-mgmt/zabbix5-server/distinfo Thu Nov 12 17:51:43 2020 (r554981)
+++ head/net-mgmt/zabbix5-server/distinfo Thu Nov 12 17:54:38 2020 (r554982)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601422146
-SHA256 (zabbix-5.0.4.tar.gz) = c1da683fb886bc6edcb59b07c716a1083a92b5ec31b3d2372afdbbc6307f7147
-SIZE (zabbix-5.0.4.tar.gz) = 19039167
+TIMESTAMP = 1604263992
+SHA256 (zabbix-5.0.5.tar.gz) = ec6d35202bf0308af7897e744f0867121fd54e191fcfa395bf2275ca94ef9280
+SIZE (zabbix-5.0.5.tar.gz) = 19153153
Modified: head/net-mgmt/zabbix5-server/pkg-plist.frontend
==============================================================================
--- head/net-mgmt/zabbix5-server/pkg-plist.frontend Thu Nov 12 17:51:43 2020 (r554981)
+++ head/net-mgmt/zabbix5-server/pkg-plist.frontend Thu Nov 12 17:54:38 2020 (r554982)
@@ -557,6 +557,9 @@
%%WWWDIR%%/include/classes/html/CRow.php
%%WWWDIR%%/include/classes/html/CRowHeader.php
%%WWWDIR%%/include/classes/html/CScriptTag.php
+%%WWWDIR%%/include/classes/html/CSelect.php
+%%WWWDIR%%/include/classes/html/CSelectOption.php
+%%WWWDIR%%/include/classes/html/CSelectOptionGroup.php
%%WWWDIR%%/include/classes/html/CSeverity.php
%%WWWDIR%%/include/classes/html/CSeverityCheckBoxList.php
%%WWWDIR%%/include/classes/html/CSimpleButton.php
@@ -1010,6 +1013,7 @@
%%WWWDIR%%/js/class.template.js
%%WWWDIR%%/js/colorpicker.js
%%WWWDIR%%/js/common.js
+%%WWWDIR%%/js/component.z-select.js
%%WWWDIR%%/js/csvggraphwidget.js
%%WWWDIR%%/js/dashboard.grid.js
%%WWWDIR%%/js/flickerfreescreen.js
@@ -1026,6 +1030,7 @@
%%WWWDIR%%/js/pages/items.js
%%WWWDIR%%/js/pages/popup.condition.common.js
%%WWWDIR%%/js/pages/popup.operation.common.js
+%%WWWDIR%%/js/pages/setup.js
%%WWWDIR%%/js/servercheck.js
%%WWWDIR%%/js/textareaflexible.js
%%WWWDIR%%/js/vector/class.svg.canvas.js
More information about the svn-ports-head
mailing list