svn commit: r434208 - head/Mk/Uses

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 16 12:31:17 UTC 2017


Author: sunpoet
Date: Thu Feb 16 12:31:16 2017
New Revision: 434208
URL: https://svnweb.freebsd.org/changeset/ports/434208

Log:
  Fix USE_PHP=redis
  
  PR:		217133
  Reported by:	Jonas Palm <jonaspalm at posteo.de>

Modified:
  head/Mk/Uses/php.mk

Modified: head/Mk/Uses/php.mk
==============================================================================
--- head/Mk/Uses/php.mk	Thu Feb 16 11:18:08 2017	(r434207)
+++ head/Mk/Uses/php.mk	Thu Feb 16 12:31:16 2017	(r434208)
@@ -368,7 +368,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
+redis_DEPENDS=	databases/pecl-redis
 session_DEPENDS=www/php${PHP_VER}-session
 shmop_DEPENDS=	devel/php${PHP_VER}-shmop
 simplexml_DEPENDS=	textproc/php${PHP_VER}-simplexml


More information about the svn-ports-all mailing list