Bug 172588 - net-mgmt/zabbix2-frontend: add dependency
Summary: net-mgmt/zabbix2-frontend: add dependency
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 12:49 UTC by pg
Modified: 2012-10-23 23:30 UTC (History)
0 users

See Also:


Attachments
file.diff (441 bytes, patch)
2012-10-11 12:49 UTC, pg
no flags Details | Diff
patch_frontend203.txt (571 bytes, text/plain; charset=UTF-8)
2012-10-20 21:06 UTC, pg
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description pg 2012-10-11 12:49:05 UTC
- Add php5-simplexml dependency (to work correctly "Import")

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-11 12:49:47 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-10-20 20:14:44 UTC
Don't you need to bump PORTREVISION as well, since you are changing the
port's default dependency list?
Comment 3 pg 2012-10-20 21:06:16 UTC
Hello,
Please find new patch.
Thanks

20.10.2012 23:14, Raphael Kubo da Costa пиÑеÑ:
> Don't you need to bump PORTREVISION as well, since you are changing the
> port's default dependency list?
Comment 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-10-23 23:28:11 UTC
Pakhom Golynga <pakhom706@gmail.com> writes:

> Hello,
> Please find new patch.
> Thanks

[...]

>  PORTNAME=	zabbix2
>  PKGNAMESUFFIX=	-frontend
> +PORTREVISION=   1

This works, but the variable order here is wrong (see portlint's
output). I will fix this in the patch I'm going to commit.

By the way, remember that you now should use PORTREVISION?= when you
change PORTREVISION in the master port, otherwise its value will
override the value you set in the slave ports.
Comment 5 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-10-23 23:29:53 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!