Fix: Patch attached with submission follows:
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approved, Thank you! -- Mikhail
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!