1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 2.2.2 [1]

- Convert to new Makefile header [2]
- Enable converters/igbinary support. Suggested by: devzone.my [2]

PR:		ports/173643
Submitted by:	Valery Komarov <komarov@valerka.net> [1]
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> maintainer [2]
This commit is contained in:
Michael Scheidell 2013-03-01 10:51:49 +00:00
parent 9c1579ddde
commit 13c0801b3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313145
3 changed files with 18 additions and 1037 deletions

View File

@ -1,13 +1,9 @@
# New ports collection makefile for: php5-redis
# Date created: 9 April 2010
# Whom: Benedikt Niessen <ports@niessen.ch>
#
# Created by: Benedikt Niessen <ports@niessen.ch>
# $FreeBSD$
#
PORTNAME= redis
PORTVERSION= 2.2.1
PORTREVISION= 1
PORTVERSION= 2.2.2
CATEGORIES= databases
MASTER_SITES= https://github.com/nicolasff/phpredis/tarball/${PORTVERSION}/
PKGNAMEPREFIX= php5-
@ -18,9 +14,9 @@ COMMENT= PHP5-Extension for Redis
LICENSE= PHP301
GITVERSION= g882c7dc
GITVERSION= 4197a7f
FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/nicolasff-phpredis-250e81b
WRKSRC= ${WRKDIR}/nicolasff-phpredis-4197a7f
USE_PHP= session
USE_PHP_BUILD= yes
@ -29,4 +25,16 @@ DEFAULT_PHP_VER=5
PHP_MODNAME= redis
OPTIONS_DEFINE= IGBINARY
IGBINARY_DESC= Build with Igbinary serializer
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIGBINARY}
USE_PHP+= igbinary
CONFIURE_ARGS+= --enable-redis-igbinary
.else
CONFIURE_ARGS+= --disable-redis-igbinary
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (nicolasff-phpredis-2.2.1-0-gg882c7dc.tar.gz) = ef72e795c7d9038e8a4b83a948e6952eb9e424cf4b8313bfa6403176701efd3a
SIZE (nicolasff-phpredis-2.2.1-0-gg882c7dc.tar.gz) = 113427
SHA256 (nicolasff-phpredis-2.2.2-0-g4197a7f.tar.gz) = 7e784a16d5ef4b6351e7237fb42d28153e820dbe3f1237886269e061a8467284
SIZE (nicolasff-phpredis-2.2.2-0-g4197a7f.tar.gz) = 126081

File diff suppressed because it is too large Load Diff