Date: Wed, 7 Sep 2016 07:17:37 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421478 - head/Mk/Uses Message-ID: <201609070717.u877Hbx4055948@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Sep 7 07:17:37 2016 New Revision: 421478 URL: https://svnweb.freebsd.org/changeset/ports/421478 Log: Add redis to the USE_PHP list of possible modules. PR: 210171 Submitted by: mat Sponsored by: Absolight Modified: head/Mk/Uses/php.mk Modified: head/Mk/Uses/php.mk ============================================================================== --- head/Mk/Uses/php.mk Wed Sep 7 07:09:09 2016 (r421477) +++ head/Mk/Uses/php.mk Wed Sep 7 07:17:37 2016 (r421478) @@ -294,7 +294,7 @@ _USE_PHP_ALL= bcmath bitset bz2 calendar memcache mysqli odbc opcache \ openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \ pdo_odbc pdo_pgsql pdo_sqlite phar pgsql posix \ - pspell radius readline recode session shmop simplexml snmp soap\ + pspell radius readline recode redis session shmop simplexml snmp soap\ sockets spl sqlite3 sysvmsg sysvsem sysvshm \ tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib # version specific components @@ -362,6 +362,7 @@ pspell_DEPENDS= textproc/php${PHP_VER}-p radius_DEPENDS= net/pecl-radius readline_DEPENDS= devel/php${PHP_VER}-readline recode_DEPENDS= converters/php${PHP_VER}-recode +redis_DEPENDS= databases/php${PHP_VER}-redis session_DEPENDS=www/php${PHP_VER}-session shmop_DEPENDS= devel/php${PHP_VER}-shmop simplexml_DEPENDS= textproc/php${PHP_VER}-simplexml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609070717.u877Hbx4055948>