Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2018 12:41:37 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466799 - head/sysutils/froxlor
Message-ID:  <201804081241.w38CfbvT081186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun Apr  8 12:41:36 2018
New Revision: 466799
URL: https://svnweb.freebsd.org/changeset/ports/466799

Log:
  sysutils/froxlor: Convert to USES=php
  
  Approved by:    infrastructure modernization blanket

Modified:
  head/sysutils/froxlor/Makefile

Modified: head/sysutils/froxlor/Makefile
==============================================================================
--- head/sysutils/froxlor/Makefile	Sun Apr  8 12:33:01 2018	(r466798)
+++ head/sysutils/froxlor/Makefile	Sun Apr  8 12:41:36 2018	(r466799)
@@ -20,7 +20,7 @@ PLIST_SUB+=	${SUB_LIST}
 
 USE_PHP=	bcmath curl filter ftp json pdo_mysql posix session xml zip
 
-WANT_PHP_CLI=	yes
+USES=		php:cli
 
 NO_ARCH=	yes
 NO_BUILD=	yes
@@ -96,20 +96,14 @@ LIGHTTPD_RUN_DEPENDS=	lighttpd:www/lighttpd
 
 NGINX_RUN_DEPENDS=	nginx:www/nginx
 
-APACHE_USE=	yes
+APACHE_USES=	apache php:mod
 
-MYSQLS_USE=	MYSQL=server
+MYSQL_USES=	mysql:server
 
 PCNTL_USE=	PHP=pcntl
 
 NLS_USES=	gettext-runtime:run
 NLS_USE=	PHP=gettext
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MAPACHE}
-WANT_PHP_MOD=	yes
-.endif
 
 do-install:
 	cd ${WRKDIR}/${PORTNAME} && \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804081241.w38CfbvT081186>