Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 12:19:52 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451868 - in head/net-mgmt: zabbix32-agent zabbix32-frontend zabbix32-proxy zabbix32-server
Message-ID:  <201710121219.v9CCJqS1067292@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@pakhom.spb.ru> (maintainer)
  Submitted by:	Franco Fichtner <franco@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@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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710121219.v9CCJqS1067292>