svn commit: r355279 - head/databases/php5-redis

Pietro Cerutti gahr at FreeBSD.org
Mon May 26 07:04:20 UTC 2014


Author: gahr
Date: Mon May 26 07:04:19 2014
New Revision: 355279
URL: http://svnweb.freebsd.org/changeset/ports/355279
QAT: https://qat.redports.org/buildarchive/r355279/

Log:
  - Update to 2.2.5
  
  PR:		190108
  Submitted by:	gahr@
  Approved by:	maintainer

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

Modified: head/databases/php5-redis/Makefile
==============================================================================
--- head/databases/php5-redis/Makefile	Mon May 26 06:55:07 2014	(r355278)
+++ head/databases/php5-redis/Makefile	Mon May 26 07:04:19 2014	(r355279)
@@ -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,12 +12,16 @@ COMMENT=	PHP5-Extension for Redis
 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
 

Modified: head/databases/php5-redis/distinfo
==============================================================================
--- head/databases/php5-redis/distinfo	Mon May 26 06:55:07 2014	(r355278)
+++ head/databases/php5-redis/distinfo	Mon May 26 07:04:19 2014	(r355279)
@@ -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


More information about the svn-ports-all mailing list