1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- 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
This commit is contained in:
Martin Wilke 2015-12-10 14:29:59 +00:00
parent ccf6cf6b1d
commit ff073e4854
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403460
2 changed files with 5 additions and 13 deletions

View File

@ -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>

View File

@ -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