Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2018 10:50:18 +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: r466790 - in head/databases: pear-DoctrineDBAL sqlbuddy
Message-ID:  <201804081050.w38AoIUF021898@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun Apr  8 10:50:18 2018
New Revision: 466790
URL: https://svnweb.freebsd.org/changeset/ports/466790

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

Modified:
  head/databases/pear-DoctrineDBAL/Makefile
  head/databases/sqlbuddy/Makefile

Modified: head/databases/pear-DoctrineDBAL/Makefile
==============================================================================
--- head/databases/pear-DoctrineDBAL/Makefile	Sun Apr  8 10:47:04 2018	(r466789)
+++ head/databases/pear-DoctrineDBAL/Makefile	Sun Apr  8 10:50:18 2018	(r466790)
@@ -23,11 +23,10 @@ ODBC_DESC=	Install PHP DBO driver for ODBC
 PGSQL_DESC=	Install PHP DBO driver for PostgreSQL
 SQLITE_DESC=	Install PHP DBO driver for SQLite
 
-USES=		pear
+USES=		pear php:cli
 PEAR_CHANNEL=	doctrine
 
 USE_PHP=	pdo
-WANT_PHP_CLI=	yes
 
 DBLIB_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_dblib.so:databases/php${PHP_VER}-pdo_dblib
 MYSQL_USE=	PHP=pdo_mysql

Modified: head/databases/sqlbuddy/Makefile
==============================================================================
--- head/databases/sqlbuddy/Makefile	Sun Apr  8 10:47:04 2018	(r466789)
+++ head/databases/sqlbuddy/Makefile	Sun Apr  8 10:50:18 2018	(r466790)
@@ -19,7 +19,7 @@ GH_TAGNAME=	b2cdc2b
 NO_BUILD=	yes
 
 USE_PHP=	ctype pcre session mysql
-WANT_PHP_WEB=	yes
+USES=		php:web
 
 PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 SUB_FILES=	pkg-message



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