Bug 179994 - databases/php5-redis : update to 2.2.3
Summary: databases/php5-redis : update to 2.2.3
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-26 06:20 UTC by townwear
Modified: 2013-07-03 19:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.15 KB, patch)
2013-06-26 06:20 UTC, townwear
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description townwear 2013-06-26 06:20:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-26 06:20:06 UTC
Maintainer of databases/php5-redis,

Please note that PR ports/179994 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/179994

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-26 06:20:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 m.tsatsenko 2013-07-02 10:25:08 UTC
Approved,
Thank you!

--
Mikhail
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2013-07-03 01:17:51 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2013-07-03 18:17:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-07-03 18:52:55 UTC
Author: pawel
Date: Wed Jul  3 17:52:47 2013
New Revision: 322239
URL: http://svnweb.freebsd.org/changeset/ports/322239

Log:
  Update to version 2.2.3
  
  PR:		ports/179994
  Submitted by:	Takashi Kato <townwear@gmail.com>
  Approved by:	maintainer

Modified:
  head/databases/php5-redis/Makefile   (contents, props changed)
  head/databases/php5-redis/distinfo   (contents, props changed)

Modified: head/databases/php5-redis/Makefile
==============================================================================
--- head/databases/php5-redis/Makefile	Wed Jul  3 17:45:02 2013	(r322238)
+++ head/databases/php5-redis/Makefile	Wed Jul  3 17:52:47 2013	(r322239)
@@ -3,7 +3,7 @@
 #
 
 PORTNAME=	redis
-PORTVERSION=	2.2.2
+PORTVERSION=	2.2.3
 CATEGORIES=	databases
 MASTER_SITES=	https://github.com/nicolasff/phpredis/tarball/${PORTVERSION}/
 PKGNAMEPREFIX=	php5-
@@ -14,9 +14,9 @@ COMMENT=	PHP5-Extension for Redis
 
 LICENSE=	PHP301
 
-GITVERSION=	4197a7f
+GITVERSION=	af48a77
 FETCH_ARGS=	-pRr
-WRKSRC=		${WRKDIR}/nicolasff-phpredis-4197a7f
+WRKSRC=		${WRKDIR}/nicolasff-phpredis-${GITVERSION}
 
 USE_PHP=	session
 USE_PHP_BUILD=	yes

Modified: head/databases/php5-redis/distinfo
==============================================================================
--- head/databases/php5-redis/distinfo	Wed Jul  3 17:45:02 2013	(r322238)
+++ head/databases/php5-redis/distinfo	Wed Jul  3 17:52:47 2013	(r322239)
@@ -1,2 +1,2 @@
-SHA256 (nicolasff-phpredis-2.2.2-0-g4197a7f.tar.gz) = 7e784a16d5ef4b6351e7237fb42d28153e820dbe3f1237886269e061a8467284
-SIZE (nicolasff-phpredis-2.2.2-0-g4197a7f.tar.gz) = 126081
+SHA256 (nicolasff-phpredis-2.2.3-0-gaf48a77.tar.gz) = e385fcec8374352ad2c37e99cad122bd9fef1c1c15fb997e08f08588b429784c
+SIZE (nicolasff-phpredis-2.2.3-0-gaf48a77.tar.gz) = 115992
_______________________________________________
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 7 Pawel Pekala freebsd_committer freebsd_triage 2013-07-03 18:53:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!