svn commit: r553087 - head/Mk/Uses

Antoine Brodin antoine at FreeBSD.org
Fri Oct 23 06:30:36 UTC 2020


Author: antoine
Date: Fri Oct 23 06:30:36 2020
New Revision: 553087
URL: https://svnweb.freebsd.org/changeset/ports/553087

Log:
  json extension is included in lang/php80
  
  With hat:	portmgr

Modified:
  head/Mk/Uses/php.mk

Modified: head/Mk/Uses/php.mk
==============================================================================
--- head/Mk/Uses/php.mk	Fri Oct 23 06:08:08 2020	(r553086)
+++ head/Mk/Uses/php.mk	Fri Oct 23 06:30:36 2020	(r553087)
@@ -180,7 +180,7 @@ PHP_VER=	${FLAVOR:S/^php//}
 # Mk/bsd.default-versions.mk in sync.
 .    if ${PHP_VER} == 80
 PHP_EXT_DIR=   20200930
-PHP_EXT_INC=    hash pcre spl
+PHP_EXT_INC=    hash json pcre spl
 .    elif ${PHP_VER} == 74
 PHP_EXT_DIR=   20190902
 PHP_EXT_INC=    hash pcre spl
@@ -374,7 +374,7 @@ add-plist-phpext:
 # non-version specific components
 _USE_PHP_ALL=	bcmath bitset bz2 calendar ctype curl dba dom \
 		enchant exif fileinfo filter ftp gd gettext gmp \
-		hash iconv igbinary imap intl ldap mbstring mcrypt \
+		hash iconv igbinary imap intl json ldap mbstring mcrypt \
 		memcache memcached mysqli odbc opcache \
 		openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \
 		pdo_odbc pdo_pgsql pdo_sqlite phar pgsql posix \
@@ -382,9 +382,9 @@ _USE_PHP_ALL=	bcmath bitset bz2 calendar ctype curl db
 		sockets spl sqlite3 sysvmsg sysvsem sysvshm \
 		tidy tokenizer xml xmlreader xmlwriter xsl zip zlib
 # version specific components
-_USE_PHP_VER72=	${_USE_PHP_ALL} interbase json recode sodium xmlrpc wddx
-_USE_PHP_VER73=	${_USE_PHP_ALL} interbase json recode sodium xmlrpc wddx
-_USE_PHP_VER74=	${_USE_PHP_ALL} ffi json sodium xmlrpc
+_USE_PHP_VER72=	${_USE_PHP_ALL} interbase recode sodium xmlrpc wddx
+_USE_PHP_VER73=	${_USE_PHP_ALL} interbase recode sodium xmlrpc wddx
+_USE_PHP_VER74=	${_USE_PHP_ALL} ffi sodium xmlrpc
 _USE_PHP_VER80=	${_USE_PHP_ALL} ffi sodium
 
 bcmath_DEPENDS=	math/php${PHP_VER}-bcmath


More information about the svn-ports-all mailing list