From owner-svn-ports-all@freebsd.org Mon Jun 17 22:14:01 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 537BC15C5E52; Mon, 17 Jun 2019 22:14:01 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EBA6F8509F; Mon, 17 Jun 2019 22:14:00 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC0804160; Mon, 17 Jun 2019 22:14:00 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5HME0gx069340; Mon, 17 Jun 2019 22:14:00 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5HME0vf069337; Mon, 17 Jun 2019 22:14:00 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201906172214.x5HME0vf069337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 17 Jun 2019 22:14:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504443 - head/net-mgmt/zabbix42-server X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/net-mgmt/zabbix42-server X-SVN-Commit-Revision: 504443 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EBA6F8509F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jun 2019 22:14:01 -0000 Author: dbaio Date: Mon Jun 17 22:13:59 2019 New Revision: 504443 URL: https://svnweb.freebsd.org/changeset/ports/504443 Log: net-mgmt/zabbix42-*: Update to 4.2.3 Changelog: https://www.zabbix.com/rn/rn4.2.3 https://www.zabbix.com/rn/rn4.2.2 PR: 238477 Approved by: Pakhom Golynga (maintainer) Modified: head/net-mgmt/zabbix42-server/Makefile head/net-mgmt/zabbix42-server/distinfo head/net-mgmt/zabbix42-server/pkg-plist.frontend Modified: head/net-mgmt/zabbix42-server/Makefile ============================================================================== --- head/net-mgmt/zabbix42-server/Makefile Mon Jun 17 22:12:33 2019 (r504442) +++ head/net-mgmt/zabbix42-server/Makefile Mon Jun 17 22:13:59 2019 (r504443) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix42 -PORTVERSION= 4.2.1 +PORTVERSION= 4.2.3 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} Modified: head/net-mgmt/zabbix42-server/distinfo ============================================================================== --- head/net-mgmt/zabbix42-server/distinfo Mon Jun 17 22:12:33 2019 (r504442) +++ head/net-mgmt/zabbix42-server/distinfo Mon Jun 17 22:13:59 2019 (r504443) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556060482 -SHA256 (zabbix-4.2.1.tar.gz) = 4915d52352163e40398ca9b56b8176ea369dfd475e291087c50a3d9ae2459076 -SIZE (zabbix-4.2.1.tar.gz) = 18284589 +TIMESTAMP = 1560183016 +SHA256 (zabbix-4.2.3.tar.gz) = 3a809c974f3d2d89ca71c287072e2d06869d781e23940bbd26efb19d5460c520 +SIZE (zabbix-4.2.3.tar.gz) = 18241315 Modified: head/net-mgmt/zabbix42-server/pkg-plist.frontend ============================================================================== --- head/net-mgmt/zabbix42-server/pkg-plist.frontend Mon Jun 17 22:12:33 2019 (r504442) +++ head/net-mgmt/zabbix42-server/pkg-plist.frontend Mon Jun 17 22:13:59 2019 (r504443) @@ -171,6 +171,19 @@ %%WWWDIR%%/app/views/search.php %%WWWDIR%%/app/views/system.warning.php %%WWWDIR%%/applications.php +%%WWWDIR%%/assets/fonts/DejaVuSans.ttf +%%WWWDIR%%/assets/img/apple-touch-icon-120x120-precomposed.png +%%WWWDIR%%/assets/img/apple-touch-icon-152x152-precomposed.png +%%WWWDIR%%/assets/img/apple-touch-icon-180x180-precomposed.png +%%WWWDIR%%/assets/img/apple-touch-icon-76x76-precomposed.png +%%WWWDIR%%/assets/img/browser-sprite.png +%%WWWDIR%%/assets/img/icon-sprite.svg +%%WWWDIR%%/assets/img/ms-tile-144x144.png +%%WWWDIR%%/assets/img/touch-icon-192x192.png +%%WWWDIR%%/assets/styles/blue-theme.css +%%WWWDIR%%/assets/styles/dark-theme.css +%%WWWDIR%%/assets/styles/hc-dark.css +%%WWWDIR%%/assets/styles/hc-light.css %%WWWDIR%%/audio/alarm_average.wav %%WWWDIR%%/audio/alarm_disaster.wav %%WWWDIR%%/audio/alarm_high.wav @@ -197,7 +210,6 @@ %%WWWDIR%%/disc_prototypes.php %%WWWDIR%%/discoveryconf.php %%WWWDIR%%/favicon.ico -%%WWWDIR%%/fonts/DejaVuSans.ttf %%WWWDIR%%/graphs.php %%WWWDIR%%/history.php %%WWWDIR%%/host_discovery.php @@ -218,14 +230,6 @@ %%WWWDIR%%/images/general/tr_top_right_bottom.gif %%WWWDIR%%/images/general/tr_top_right.gif %%WWWDIR%%/images/general/tree/zero.gif -%%WWWDIR%%/img/apple-touch-icon-120x120-precomposed.png -%%WWWDIR%%/img/apple-touch-icon-152x152-precomposed.png -%%WWWDIR%%/img/apple-touch-icon-180x180-precomposed.png -%%WWWDIR%%/img/apple-touch-icon-76x76-precomposed.png -%%WWWDIR%%/img/browser-sprite.png -%%WWWDIR%%/img/icon-sprite.svg -%%WWWDIR%%/img/ms-tile-144x144.png -%%WWWDIR%%/img/touch-icon-192x192.png %%WWWDIR%%/imgstore.php %%WWWDIR%%/include/.htaccess %%WWWDIR%%/include/actions.inc.php @@ -953,10 +957,6 @@ %%WWWDIR%%/slideconf.php %%WWWDIR%%/slides.php %%WWWDIR%%/srv_status.php -%%WWWDIR%%/styles/blue-theme.css -%%WWWDIR%%/styles/dark-theme.css -%%WWWDIR%%/styles/hc-dark.css -%%WWWDIR%%/styles/hc-light.css %%WWWDIR%%/sysmap.php %%WWWDIR%%/sysmaps.php %%WWWDIR%%/templates.php