Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2015 14:29:59 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403460 - head/databases/php56-redis
Message-ID:  <201512101429.tBAETxEq034663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Dec 10 14:29:59 2015
New Revision: 403460
URL: https://svnweb.freebsd.org/changeset/ports/403460

Log:
  - Update to 2.2.7
  - Switch to options helper
  
  PR: 	204721
  Submitted by:	maintainer
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D4334

Modified:
  head/databases/php56-redis/Makefile
  head/databases/php56-redis/distinfo

Modified: head/databases/php56-redis/Makefile
==============================================================================
--- head/databases/php56-redis/Makefile	Thu Dec 10 14:25:20 2015	(r403459)
+++ head/databases/php56-redis/Makefile	Thu Dec 10 14:29:59 2015	(r403460)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-PORTVERSION=	2.2.5
+PORTVERSION=	2.2.7
 CATEGORIES=	databases
 PKGNAMEPREFIX=	php56-
 
@@ -11,8 +11,6 @@ COMMENT=	PHP5 extension for Redis
 
 LICENSE=	PHP301
 
-GITVERSION=	0f0661e
-
 USE_PHP=	session
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
@@ -27,13 +25,7 @@ PHP_MODNAME=	redis
 OPTIONS_DEFINE=	IGBINARY
 IGBINARY_DESC=	Build with Igbinary serializer
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MIGBINARY}
-USE_PHP+=	igbinary
-CONFIGURE_ARGS+=--enable-redis-igbinary
-.else
-CONFIGURE_ARGS+=--disable-redis-igbinary
-.endif
+IGBINARY_CONFIGURE_ENABLE=	redis-igbinary
+IGBINARY_USE=			php=igbinary
 
 .include <bsd.port.mk>

Modified: head/databases/php56-redis/distinfo
==============================================================================
--- head/databases/php56-redis/distinfo	Thu Dec 10 14:25:20 2015	(r403459)
+++ head/databases/php56-redis/distinfo	Thu Dec 10 14:29:59 2015	(r403460)
@@ -1,2 +1,2 @@
-SHA256 (nicolasff-phpredis-2.2.5_GH0.tar.gz) = d5dc99acede8132d5ffad94eec13771915dc98936b9e6df7d0ee45127a27593c
-SIZE (nicolasff-phpredis-2.2.5_GH0.tar.gz) = 130957
+SHA256 (nicolasff-phpredis-2.2.7_GH0.tar.gz) = a5882dd9b21908e123b3d5c5f72d6dc8cbbbb6a29996e568c4d18ed356c0362b
+SIZE (nicolasff-phpredis-2.2.7_GH0.tar.gz) = 137790



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