Bug 186911 - net-mgmt/zabbix22-server: update to 2.2.2
Summary: net-mgmt/zabbix22-server: update to 2.2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 08:50 UTC by pg
Modified: 2014-03-04 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.59 KB, patch)
2014-02-20 08:50 UTC, pg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pg 2014-02-20 08:50:00 UTC
update from 2.2.1 to 2.2.2

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-02-21 03:22:14 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2014-03-03 20:43:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-04 15:44:43 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2014-03-04 15:45:00 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!