svn commit: r466799 - head/sysutils/froxlor

Bernard Spil brnrd at FreeBSD.org
Sun Apr 8 12:41:37 UTC 2018


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} && \


More information about the svn-ports-head mailing list