From owner-svn-ports-all@freebsd.org Tue Jul 2 23:13:53 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 93F1015DFE7C; Tue, 2 Jul 2019 23:13:53 +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 3B908741F8; Tue, 2 Jul 2019 23:13:53 +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 F05223293; Tue, 2 Jul 2019 23:13:52 +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 x62NDqYp024603; Tue, 2 Jul 2019 23:13:52 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x62NDqOE024601; Tue, 2 Jul 2019 23:13:52 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201907022313.x62NDqOE024601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 2 Jul 2019 23:13:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505715 - 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: 505715 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3B908741F8 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.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,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: Tue, 02 Jul 2019 23:13:53 -0000 Author: dbaio Date: Tue Jul 2 23:13:52 2019 New Revision: 505715 URL: https://svnweb.freebsd.org/changeset/ports/505715 Log: net-mgmt/zabbix42-*: Update to 4.2.4 Changelog: https://www.zabbix.com/rn/rn4.2.4 PR: 238932 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 Tue Jul 2 22:51:36 2019 (r505714) +++ head/net-mgmt/zabbix42-server/Makefile Tue Jul 2 23:13:52 2019 (r505715) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= zabbix42 -PORTVERSION= 4.2.3 -PORTREVISION?= 1 +PORTVERSION= 4.2.4 +PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} PKGNAMESUFFIX?= -server Modified: head/net-mgmt/zabbix42-server/distinfo ============================================================================== --- head/net-mgmt/zabbix42-server/distinfo Tue Jul 2 22:51:36 2019 (r505714) +++ head/net-mgmt/zabbix42-server/distinfo Tue Jul 2 23:13:52 2019 (r505715) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560183016 -SHA256 (zabbix-4.2.3.tar.gz) = 3a809c974f3d2d89ca71c287072e2d06869d781e23940bbd26efb19d5460c520 -SIZE (zabbix-4.2.3.tar.gz) = 18241315 +TIMESTAMP = 1561988096 +SHA256 (zabbix-4.2.4.tar.gz) = f6de0e0b91908d8da72d087931fb232988b391d3724d7c951833488fd96942bd +SIZE (zabbix-4.2.4.tar.gz) = 18271978 Modified: head/net-mgmt/zabbix42-server/pkg-plist.frontend ============================================================================== --- head/net-mgmt/zabbix42-server/pkg-plist.frontend Tue Jul 2 22:51:36 2019 (r505714) +++ head/net-mgmt/zabbix42-server/pkg-plist.frontend Tue Jul 2 23:13:52 2019 (r505715) @@ -151,7 +151,6 @@ %%WWWDIR%%/app/views/monitoring.widget.url.view.php %%WWWDIR%%/app/views/monitoring.widget.web.view.php %%WWWDIR%%/app/views/popup.generic.php -%%WWWDIR%%/app/views/popup.httpstep.js.php %%WWWDIR%%/app/views/popup.httpstep.php %%WWWDIR%%/app/views/popup.media.js.php %%WWWDIR%%/app/views/popup.media.php @@ -222,14 +221,6 @@ %%WWWDIR%%/httpconf.php %%WWWDIR%%/httpdetails.php %%WWWDIR%%/image.php -%%WWWDIR%%/images/general/arrow_down.png -%%WWWDIR%%/images/general/arrow_up.png -%%WWWDIR%%/images/general/no_icon.png -%%WWWDIR%%/images/general/tr_space.gif -%%WWWDIR%%/images/general/tr_top_bottom.gif -%%WWWDIR%%/images/general/tr_top_right_bottom.gif -%%WWWDIR%%/images/general/tr_top_right.gif -%%WWWDIR%%/images/general/tree/zero.gif %%WWWDIR%%/imgstore.php %%WWWDIR%%/include/.htaccess %%WWWDIR%%/include/actions.inc.php