Summary: | net-mgmt/nagiosql: Missing dependency php5-filter | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Helmut Ritter <freebsd-ports> |
Component: | Individual Port(s) | Assignee: | Olli Hauer <ohauer> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Helmut Ritter
2013-04-10 22:20:00 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR. Maintainer of net-mgmt/nagiosql, Please note that PR ports/177763 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/177763 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->ohauer I'll take it Author: ohauer Date: Tue Apr 16 21:24:17 2013 New Revision: 315908 URL: http://svnweb.freebsd.org/changeset/ports/315908 Log: - add mising dependency php-filter (in addition to PR: ports/175457) - bump PORTREVISION Feature safe: yes PR: ports/177763 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> Approved by: maintainer (implicit) Modified: head/net-mgmt/nagiosql/Makefile Modified: head/net-mgmt/nagiosql/Makefile ============================================================================== --- head/net-mgmt/nagiosql/Makefile Tue Apr 16 21:21:25 2013 (r315907) +++ head/net-mgmt/nagiosql/Makefile Tue Apr 16 21:24:17 2013 (r315908) @@ -3,7 +3,7 @@ PORTNAME= nagiosql PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NagiosQL%20${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g} @@ -20,7 +20,7 @@ RUN_DEPENDS= nagios:${PORTSDIR}/net-mgmt USE_BZIP2= yes USE_MYSQL= yes USE_GETTEXT= yes -USE_PHP= mysql gettext session simplexml +USE_PHP= mysql filter gettext session simplexml WANT_PHP_WEB= yes USERS?= nagios _______________________________________________ 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" State Changed From-To: feedback->closed Committed, Thanks! |