svn commit: r466793 - in head/devel: flyspray gitlist gitphp phpsh rth truc

Bernard Spil brnrd at FreeBSD.org
Sun Apr 8 11:56:04 UTC 2018


Author: brnrd
Date: Sun Apr  8 11:56:03 2018
New Revision: 466793
URL: https://svnweb.freebsd.org/changeset/ports/466793

Log:
  category devel: Convert to USES=php
  
  Approved by:    infrastructure modernization blanket

Modified:
  head/devel/flyspray/Makefile
  head/devel/gitlist/Makefile
  head/devel/gitphp/Makefile
  head/devel/phpsh/Makefile
  head/devel/rth/Makefile
  head/devel/truc/Makefile

Modified: head/devel/flyspray/Makefile
==============================================================================
--- head/devel/flyspray/Makefile	Sun Apr  8 11:28:27 2018	(r466792)
+++ head/devel/flyspray/Makefile	Sun Apr  8 11:56:03 2018	(r466793)
@@ -13,8 +13,7 @@ COMMENT=	Simple, easy-to-use web based bug tracking sy
 RUN_DEPENDS=	${LOCALBASE}/share/adodb/adodb.inc.php:databases/adodb
 
 USE_PHP=	pcre session zlib xml gd
-USES=		dos2unix zip
-WANT_PHP_WEB=	yes
+USES=		dos2unix php:web zip
 
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/devel/gitlist/Makefile
==============================================================================
--- head/devel/gitlist/Makefile	Sun Apr  8 11:28:27 2018	(r466792)
+++ head/devel/gitlist/Makefile	Sun Apr  8 11:56:03 2018	(r466793)
@@ -19,7 +19,7 @@ PLIST=		${WRKDIR}/plist
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 NO_BUILD=	yes
-WANT_PHP_WEB=	yes
+USES=		php:web
 
 USERS?=		${WWWOWN}
 GROUPS?=	${WWWGRP}

Modified: head/devel/gitphp/Makefile
==============================================================================
--- head/devel/gitphp/Makefile	Sun Apr  8 11:28:27 2018	(r466792)
+++ head/devel/gitphp/Makefile	Sun Apr  8 11:56:03 2018	(r466793)
@@ -11,9 +11,8 @@ COMMENT=	Web based git repository browser written in P
 
 LICENSE=	GPLv2
 
-USES=		gettext tar:bzip2
+USES=		gettext php:web tar:bzip2
 USE_PHP=	bz2 fileinfo mbstring memcache posix simplexml spl zlib
-WANT_PHP_WEB=	yes
 NO_BUILD=	yes
 
 PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"

Modified: head/devel/phpsh/Makefile
==============================================================================
--- head/devel/phpsh/Makefile	Sun Apr  8 11:28:27 2018	(r466792)
+++ head/devel/phpsh/Makefile	Sun Apr  8 11:56:03 2018	(r466793)
@@ -14,12 +14,10 @@ COMMENT=	Interactive shell for PHP
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:2.7 tar:bzip2
+USES=		php:cli python:2.7 tar:bzip2
 USE_PYTHON=	distutils autoplist
 USE_PHP=	pcre posix tokenizer
 NO_ARCH=	yes
-
-WANT_PHP_CLI=	yes
 
 PLIST_SUB=	PORTNAME=${PORTNAME}
 

Modified: head/devel/rth/Makefile
==============================================================================
--- head/devel/rth/Makefile	Sun Apr  8 11:28:27 2018	(r466792)
+++ head/devel/rth/Makefile	Sun Apr  8 11:56:03 2018	(r466793)
@@ -11,14 +11,13 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Web-based requirement, test, and bugtracking system
 
-USES=		zip
+USES=		php:web zip
 NO_BUILD=	yes
 USE_PHP=	mysqli gd
 
 PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 SUB_LIST=	"PKGNAME=${PKGNAME}"
 SUB_FILES=	pkg-message
-WANT_PHP_WEB=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 do-install:

Modified: head/devel/truc/Makefile
==============================================================================
--- head/devel/truc/Makefile	Sun Apr  8 11:28:27 2018	(r466792)
+++ head/devel/truc/Makefile	Sun Apr  8 11:56:03 2018	(r466793)
@@ -14,7 +14,7 @@ COMMENT=	Web-based tool for requirement and use case t
 NO_BUILD=	yes
 USE_PHP=	mysqli gd
 
-USES=		cpe shebangfix
+USES=		cpe php:web shebangfix
 SHEBANG_FILES=	FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl \
 		FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers/header.cgi \
 		FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers/progress.cgi \
@@ -23,8 +23,6 @@ CPE_VENDOR=	jan_schutze
 PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 SUB_LIST=	"PKGNAME=${PKGNAME}"
 SUB_FILES=	pkg-message
-
-WANT_PHP_WEB=	yes
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/www/truc


More information about the svn-ports-head mailing list