svn commit: r347035 - head/net-mgmt/zabbix22-server

Frederic Culot culot at FreeBSD.org
Tue Mar 4 15:44:35 UTC 2014


Author: culot
Date: Tue Mar  4 15:44:33 2014
New Revision: 347035
URL: http://svnweb.freebsd.org/changeset/ports/347035
QAT: https://qat.redports.org/buildarchive/r347035/

Log:
  - Update to 2.2.2 [1]
  - Pet portlint(1) by changing spaces into tabs in Makefile
  
  Changes:	http://www.zabbix.com/rn2.2.2.php
  PR:		ports/186911 [1]
  Submitted by:	Pakhom Golynga <pakhom706 at gmail.com> (maintainer)

Modified:
  head/net-mgmt/zabbix22-server/Makefile
  head/net-mgmt/zabbix22-server/distinfo
  head/net-mgmt/zabbix22-server/pkg-plist.frontend

Modified: head/net-mgmt/zabbix22-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix22-server/Makefile	Tue Mar  4 15:41:38 2014	(r347034)
+++ head/net-mgmt/zabbix22-server/Makefile	Tue Mar  4 15:44:33 2014	(r347035)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	zabbix22
-PORTVERSION=	2.2.1
-PORTREVISION?=	2
+PORTVERSION=	2.2.2
+PORTREVISION?=	0
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
 PKGNAMESUFFIX?=	-server
@@ -17,7 +17,7 @@ LICENSE=	GPLv2
 CONFLICTS=	${PKGBASE}-1.[0-8]*
 
 IGNORE_WITH_PHP=	52
-IGNORE_WITH_MYSQL=      41
+IGNORE_WITH_MYSQL=	41
 
 .if ${PKGNAMESUFFIX} != "-agent"
 CONFLICTS+=	${PORTNAME}-1.[0-8]*
@@ -108,14 +108,14 @@ CONFIGURE_ARGS+=	--with-postgresql
 .endif
 
 .if ${PORT_OPTIONS:MSQLITE}
-ZABBIX_REQUIRE= " sqlite"
+ZABBIX_REQUIRE=	" sqlite"
 USE_SQLITE=	3
 CONFIGURE_ARGS+=	--with-sqlite3
 .endif
 
 .if ${PORT_OPTIONS:MORACLE}
 ZABBIX_REQUIRE=
-CONFIGURE_ARGS+=        --with-oracle
+CONFIGURE_ARGS+=	--with-oracle
 .endif
 
 .if ${PORT_OPTIONS:MCURL}
@@ -177,7 +177,7 @@ PLIST_SUB+=	JAVAGW="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MLIBXML2}
-LIB_DEPENDS+=   xml2:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS+=	xml2:${PORTSDIR}/textproc/libxml2
 CONFIGURE_ARGS+=	--with-libxml2
 .endif
 

Modified: head/net-mgmt/zabbix22-server/distinfo
==============================================================================
--- head/net-mgmt/zabbix22-server/distinfo	Tue Mar  4 15:41:38 2014	(r347034)
+++ head/net-mgmt/zabbix22-server/distinfo	Tue Mar  4 15:44:33 2014	(r347035)
@@ -1,2 +1,2 @@
-SHA256 (zabbix-2.2.1.tar.gz) = 29c9e4cefb527bf929797b26a5a1d8a07c55675bfe6a86ff9ef8e46bd792c7fb
-SIZE (zabbix-2.2.1.tar.gz) = 14426358
+SHA256 (zabbix-2.2.2.tar.gz) = e00ef9a1d667284a2bc2ce04966204ee094ade2c0bc6a94efb9436a9aa5cb2be
+SIZE (zabbix-2.2.2.tar.gz) = 14595839

Modified: head/net-mgmt/zabbix22-server/pkg-plist.frontend
==============================================================================
--- head/net-mgmt/zabbix22-server/pkg-plist.frontend	Tue Mar  4 15:41:38 2014	(r347034)
+++ head/net-mgmt/zabbix22-server/pkg-plist.frontend	Tue Mar  4 15:44:33 2014	(r347035)
@@ -334,6 +334,7 @@
 %%WWWDIR%%/include/classes/items/CHelpItems.php
 %%WWWDIR%%/include/classes/macros/CMacrosResolver.php
 %%WWWDIR%%/include/classes/macros/CMacrosResolverHelper.php
+%%WWWDIR%%/include/classes/macros/CMacrosResolverGeneral.php
 %%WWWDIR%%/include/classes/class.cfavorite.php
 %%WWWDIR%%/include/classes/class.cmultiselect.php
 %%WWWDIR%%/include/classes/class.cseverity.php


More information about the svn-ports-head mailing list