Bug 170880 - [PATCH] net-mgmt/zabbix2-frontend: Fix bad PLIST after 2.0.2 update
Summary: [PATCH] net-mgmt/zabbix2-frontend: Fix bad PLIST after 2.0.2 update
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: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 18:40 UTC by Bryan Drewery
Modified: 2012-08-27 15:20 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Drewery freebsd_committer freebsd_triage 2012-08-22 18:40:02 UTC
	The update to 2.0.2 for net-mgmt/zabbix2-server missed updating the plist for zabbix2-frontend. It now has plist failures:

	http://redports.org/~bdrewery/20120822150656-33751-52547/zabbix2-frontend-2.0.2.log

Fix: 

Patch here: http://people.freebsd.org/~bdrewery/patch-net-mgmt-zabbix2-frontent.txt
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-22 18:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-22 18:40:14 UTC
Maintainer of net-mgmt/zabbix2-frontend,

Please note that PR ports/170880 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170880

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-22 18:40:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 pg 2012-08-27 09:24:26 UTC
Hi,
Sorry for delay, I'm on vacation.
I approve this patch.
Thank you!

22.08.2012 21:40, Edwin Groothuis пиÑеÑ:
> Maintainer of net-mgmt/zabbix2-frontend,
>
> Please note that PR ports/170880 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>      http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170880
>
Comment 5 Bryan Drewery freebsd_committer freebsd_triage 2012-08-27 14:51:56 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 6 Bryan Drewery freebsd_committer freebsd_triage 2012-08-27 15:12:22 UTC
State Changed
From-To: open->closed

Committed.
Comment 7 dfilter service freebsd_committer freebsd_triage 2012-08-27 15:12:50 UTC
Author: bdrewery
Date: Mon Aug 27 14:11:58 2012
New Revision: 303229
URL: http://svn.freebsd.org/changeset/ports/303229

Log:
  - Fix zabbix2-frontend plist after 2.0.2 update to
    zabbix2-server
  
  PR:		ports/170880
  Submitted by:	myself
  Approved by:	Pakhom Golynga <pakhom706@gmail.com> (maintainer)
  Reported by:	beat
  Approved by:	eadler (mentor)

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

Modified: head/net-mgmt/zabbix2-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix2-server/Makefile	Mon Aug 27 13:33:02 2012	(r303228)
+++ head/net-mgmt/zabbix2-server/Makefile	Mon Aug 27 14:11:58 2012	(r303229)
@@ -7,6 +7,7 @@
 
 PORTNAME=	zabbix2
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
 PKGNAMESUFFIX?=	-server

Modified: head/net-mgmt/zabbix2-server/pkg-plist.frontend
==============================================================================
--- head/net-mgmt/zabbix2-server/pkg-plist.frontend	Mon Aug 27 13:33:02 2012	(r303228)
+++ head/net-mgmt/zabbix2-server/pkg-plist.frontend	Mon Aug 27 14:11:58 2012	(r303229)
@@ -70,6 +70,7 @@
 %%WWWDIR%%/include/views/configuration.triggers.edit.php
 %%WWWDIR%%/include/views/administration.general.gui.edit.php
 %%WWWDIR%%/include/views/configuration.action.edit.php
+%%WWWDIR%%/include/views/configuration.action.list.php
 %%WWWDIR%%/include/views/configuration.host.edit.php
 %%WWWDIR%%/include/views/configuration.slideconf.edit.php
 %%WWWDIR%%/include/views/conf.import.php
@@ -92,6 +93,7 @@
 %%WWWDIR%%/include/views/js/configuration.slideconf.edit.js.php
 %%WWWDIR%%/include/views/js/configuration.discovery.edit.js.php
 %%WWWDIR%%/include/views/js/administration.general.valuemapping.edit.js.php
+%%WWWDIR%%/include/views/js/administration.general.gui.php
 %%WWWDIR%%/include/views/js/administration.script.edit.js.php
 %%WWWDIR%%/include/views/js/administration.general.triggerDisplayOptions.js.php
 %%WWWDIR%%/include/views/js/configuration.host.edit.macros.js.php
@@ -204,6 +206,7 @@
 %%WWWDIR%%/include/classes/core/Z.php
 %%WWWDIR%%/include/classes/core/CAutoloader.php
 %%WWWDIR%%/include/classes/core/ZBase.php
+%%WWWDIR%%/include/classes/core/CSession.php
 %%WWWDIR%%/include/classes/class.cstringparser.php
 %%WWWDIR%%/include/classes/class.cpagefilter.php
 %%WWWDIR%%/include/classes/class.ctabview.php
@@ -226,7 +229,6 @@
 %%WWWDIR%%/include/classes/sysmaps/CMapPainter.php
 %%WWWDIR%%/include/classes/sysmaps/CCanvas.php
 %%WWWDIR%%/include/classes/class.ccol.php
-%%WWWDIR%%/include/classes/class.cformelement.php
 %%WWWDIR%%/include/classes/class.ctag.php
 %%WWWDIR%%/include/classes/class.chttp_request.php
 %%WWWDIR%%/include/classes/class.cuiwidget.php
@@ -248,10 +250,16 @@
 %%WWWDIR%%/include/classes/class.ctableinfo.php
 %%WWWDIR%%/include/classes/class.cdiv.php
 %%WWWDIR%%/include/classes/class.cflashembed.php
+%%WWWDIR%%/include/classes/helpers/trigger/CTriggerHelper.php
+%%WWWDIR%%/include/classes/helpers/trigger/CTriggerDescription.php
+%%WWWDIR%%/include/classes/helpers/trigger/CEventHelper.php
+%%WWWDIR%%/include/classes/helpers/trigger/CEventDescription.php
 %%WWWDIR%%/include/classes/helpers/CJs.php
 %%WWWDIR%%/include/classes/helpers/CUploadFile.php
 %%WWWDIR%%/include/classes/helpers/CHtml.php
 %%WWWDIR%%/include/classes/helpers/CArrayHelper.php
+%%WWWDIR%%/include/classes/validators/CValidator.php
+%%WWWDIR%%/include/classes/validators/CTimePeriodValidator.php
 %%WWWDIR%%/include/classes/class.cbar.php
 %%WWWDIR%%/include/classes/class.cimagetexttable.php
 %%WWWDIR%%/include/classes/class.cpassbox.php
@@ -332,6 +340,7 @@
 %%WWWDIR%%/api/classes/CItemGeneral.php
 %%WWWDIR%%/api/classes/CTriggerExpression.php
 %%WWWDIR%%/api/classes/CGraph.php
+%%WWWDIR%%/api/classes/CGraphGeneral.php
 %%WWWDIR%%/api/classes/CTrigger.php
 %%WWWDIR%%/api/classes/CHistory.php
 %%WWWDIR%%/api/classes/CHostInterface.php
@@ -632,6 +641,7 @@
 %%WWWDIR%%/js/functions.js
 %%WWWDIR%%/js/common.js
 %%WWWDIR%%/js/class.cdebug.js
+%%WWWDIR%%/js/servercheck.js
 %%WWWDIR%%/popup_trexpr.php
 %%WWWDIR%%/chart2.php
 %%WWWDIR%%/items.php
@@ -733,6 +743,8 @@
 @dirrm %%WWWDIR%%/include/classes/core
 @dirrm %%WWWDIR%%/include/classes/sysmaps
 @dirrm %%WWWDIR%%/include/classes/db
+@dirrm %%WWWDIR%%/include/classes/validators
+@dirrm %%WWWDIR%%/include/classes/helpers/trigger
 @dirrm %%WWWDIR%%/include/classes/helpers
 @dirrm %%WWWDIR%%/include/classes
 @dirrm %%WWWDIR%%/include
_______________________________________________
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"