svn commit: r466790 - in head/databases: pear-DoctrineDBAL sqlbuddy
Bernard Spil
brnrd at FreeBSD.org
Sun Apr 8 10:50:19 UTC 2018
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
More information about the svn-ports-all
mailing list