svn commit: r407533 - head/www/magento

Rene Ladan rene at FreeBSD.org
Sat Jan 30 16:32:17 UTC 2016


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}


More information about the svn-ports-all mailing list