svn commit: r497106 - head/net-mgmt/nagiosql

Tobias Kortkamp tobik at FreeBSD.org
Fri Mar 29 11:35:16 UTC 2019


Author: tobik
Date: Fri Mar 29 11:35:15 2019
New Revision: 497106
URL: https://svnweb.freebsd.org/changeset/ports/497106

Log:
  net-mgmt/nagiosql: Fix USES=php usage after r484572

Modified:
  head/net-mgmt/nagiosql/Makefile

Modified: head/net-mgmt/nagiosql/Makefile
==============================================================================
--- head/net-mgmt/nagiosql/Makefile	Fri Mar 29 11:20:00 2019	(r497105)
+++ head/net-mgmt/nagiosql/Makefile	Fri Mar 29 11:35:15 2019	(r497106)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nagiosql
 PORTVERSION=	3.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/NagiosQL%20${PORTVERSION}/
 
@@ -15,7 +15,8 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	nagios:net-mgmt/nagios \
 		${PEARDIR}/HTML/Template/IT.php:devel/pear-HTML_Template_IT@${PHP_FLAVOR}
 
-USES=		cpe gettext mysql tar:bzip2 php:filter,gettext,mysql,session,simplexml,web
+USES=		cpe gettext mysql php:web tar:bzip2
+USE_PHP=	filter gettext mysqli session simplexml
 
 USERS?=		nagios
 GROUPS?=	nagios


More information about the svn-ports-all mailing list