Bug 190108 - [patch] databases/php5-redis -- update to 2.2.5
Summary: [patch] databases/php5-redis -- update to 2.2.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-22 15:10 UTC by Pietro Cerutti
Modified: 2014-05-26 08:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.27 KB, patch)
2014-05-22 15:10 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti freebsd_committer freebsd_triage 2014-05-22 15:10:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-22 15:10:03 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-22 15:10:03 UTC
Maintainer of databases/php5-redis,

Please note that PR ports/190108 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/190108

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 m.tsatsenko 2014-05-25 11:58:05 UTC
Approved,
Thanks!

-- 
Mikhail
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2014-05-26 04:20:08 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-05-26 08:04:24 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Pietro Cerutti freebsd_committer freebsd_triage 2014-05-26 08:04:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!