Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2017 12:31:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434208 - head/Mk/Uses
Message-ID:  <201702161231.v1GCVGfF009400@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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