Date: Fri, 29 Mar 2019 11:35:15 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497106 - head/net-mgmt/nagiosql Message-ID: <201903291135.x2TBZFsG054081@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903291135.x2TBZFsG054081>