Fix: Patch attached with submission follows:
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
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
Approved, Thanks! -- Mikhail
State Changed From-To: feedback->open Maintainer approved.
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"
State Changed From-To: open->closed Committed. Thanks!