Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2016 16:32:16 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407533 - head/www/magento
Message-ID:  <201601301632.u0UGWG9Q085665@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Jan 30 16:32:15 2016
New Revision: 407533
URL: https://svnweb.freebsd.org/changeset/ports/407533

Log:
  www/magento: use databases/php56-redis instead of expired databases/php5-redis for REDIS
  
  Both ports are at the same version of redis, and the option is off by default.
  
  PR:		201709 (comment #14 to #16)
  Approved by:	portmgr (miwi)

Modified:
  head/www/magento/Makefile

Modified: head/www/magento/Makefile
==============================================================================
--- head/www/magento/Makefile	Sat Jan 30 16:18:13 2016	(r407532)
+++ head/www/magento/Makefile	Sat Jan 30 16:32:15 2016	(r407533)
@@ -18,7 +18,7 @@ WRKSRC=		${WRKDIR}/magento
 OPTIONS_DEFINE=	OAUTH SESSIONS REDIS EXAMPLES
 OAUTH_DESC=	Depend on pecl-oauth for REST API
 SESSIONS_DESC=	Mark Cm/RedisSession module active
-REDIS_DESC=	Depend on php5-redis for faster redis backend
+REDIS_DESC=	Depend on php56-redis for faster redis backend
 #SNAPPY_DESC=	Use google snappy for Redis Cache compression
 
 NO_BUILD=	yes
@@ -29,7 +29,7 @@ MAGENTODIR?=	www/magento
 RUN_DEPENDS+=	pecl-oauth>=1.2.3:${PORTSDIR}/net/pecl-oauth
 .endif
 .if !empty(${PORT_OPTIONS:MREDIS})
-RUN_DEPENDS+=	php5-redis>=2.2.0:${PORTSDIR}/databases/php5-redis
+RUN_DEPENDS+=	php56-redis>=2.2.0:${PORTSDIR}/databases/php56-redis
 .endif
 # First need to submit the port
 #.if ${PORT_OPTIONS:MSNAPPY}



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