Date: Sun, 8 Apr 2018 12:21:09 +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: r466797 - in head/security: mailzu phpsecinfo Message-ID: <201804081221.w38CL9KZ068403@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sun Apr 8 12:21:09 2018 New Revision: 466797 URL: https://svnweb.freebsd.org/changeset/ports/466797 Log: category security: Convert to USES=php Approved by: infrastructure modernization blanket Modified: head/security/mailzu/Makefile head/security/phpsecinfo/Makefile Modified: head/security/mailzu/Makefile ============================================================================== --- head/security/mailzu/Makefile Sun Apr 8 12:19:58 2018 (r466796) +++ head/security/mailzu/Makefile Sun Apr 8 12:21:09 2018 (r466797) @@ -26,7 +26,7 @@ SUB_FILES= pkg-message NO_BUILD= yes NO_ARCH= yes USE_PHP= sockets -WANT_PHP_WEB= yes +USES= php:web OPTIONS_DEFINE= IMAP LDAP DOCS OPTIONS_MULTI= SQL Modified: head/security/phpsecinfo/Makefile ============================================================================== --- head/security/phpsecinfo/Makefile Sun Apr 8 12:19:58 2018 (r466796) +++ head/security/phpsecinfo/Makefile Sun Apr 8 12:21:09 2018 (r466797) @@ -12,9 +12,8 @@ COMMENT= PHP environment security auditing tool LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= zip +USES= php:web zip USE_PHP= pcre -WANT_PHP_WEB= yes NO_BUILD= yes NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804081221.w38CL9KZ068403>