From owner-svn-ports-all@freebsd.org Sun Apr 8 12:41:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C354FA132D; Sun, 8 Apr 2018 12:41:37 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 450906CBAB; Sun, 8 Apr 2018 12:41:37 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F23D7EFC; Sun, 8 Apr 2018 12:41:37 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w38Cfbcj081187; Sun, 8 Apr 2018 12:41:37 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w38CfbvT081186; Sun, 8 Apr 2018 12:41:37 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201804081241.w38CfbvT081186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 8 Apr 2018 12:41:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466799 - head/sysutils/froxlor X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/sysutils/froxlor X-SVN-Commit-Revision: 466799 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 12:41:37 -0000 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 - -.if ${PORT_OPTIONS:MAPACHE} -WANT_PHP_MOD= yes -.endif do-install: cd ${WRKDIR}/${PORTNAME} && \