ports/190108: [patch] databases/php5-redis -- update to 2.2.5

Pietro Cerutti gahr at FreeBSD.org
Thu May 22 14:10:00 UTC 2014


>Number:         190108
>Category:       ports
>Synopsis:       [patch] databases/php5-redis -- update to 2.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 22 14:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        
>Organization:
The FreeBSD Project
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 354827)
+++ Makefile	(working copy)
@@ -2,11 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-PORTVERSION=	2.2.4
+PORTVERSION=	2.2.5
 CATEGORIES=	databases
-MASTER_SITES=	https://github.com/nicolasff/phpredis/tarball/${PORTVERSION}/
 PKGNAMEPREFIX=	php5-
-DISTNAME=	nicolasff-phpredis-${PORTVERSION}-0-g${GITVERSION}
 
 MAINTAINER=	m.tsatsenko at gmail.com
 COMMENT=	PHP5-Extension for Redis
@@ -14,13 +12,17 @@
 LICENSE=	PHP301
 
 GITVERSION=	0f0661e
-WRKSRC=		${WRKDIR}/nicolasff-phpredis-${GITVERSION}
 
 USE_PHP=	session
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
-DEFAULT_PHP_VER=5
+DEFAULT_VERSIONS=php=5
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	nicolasff
+GH_PROJECT=	phpredis
+GH_COMMIT=	8dac89e
+
 PHP_MODNAME=	redis
 
 OPTIONS_DEFINE=	IGBINARY
Index: distinfo
===================================================================
--- distinfo	(revision 354827)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (nicolasff-phpredis-2.2.4-0-g0f0661e.tar.gz) = cb4273cfe5c15dc0e43945ea74978fe9345ac1e2f4902c798ed63ce6a588d02d
-SIZE (nicolasff-phpredis-2.2.4-0-g0f0661e.tar.gz) = 122108
+SHA256 (redis-2.2.5.tar.gz) = c1c4cccce4c140da58c00b19a41f5bd2d218811733711984fc3e8b73cd4c6b33
+SIZE (redis-2.2.5.tar.gz) = 131005


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list