diff options
author | rhaen <rhaen@pkgsrc.org> | 2012-01-26 20:55:08 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2012-01-26 20:55:08 +0000 |
commit | 59a2e7da6e6cdc6472af0fe98f94331a1c388c20 (patch) | |
tree | 7a8d1fc8c485e4590d9b76efe0dafb84abc49add /databases/p5-Redis/Makefile | |
parent | 419763abe38363abdbbffcf2c903987715f318f8 (diff) | |
download | pkgsrc-59a2e7da6e6cdc6472af0fe98f94331a1c388c20.tar.gz |
Updated to 1.926
Changes:
1.926 Wed Jan 11 15:48:11 UTC 2012
* Fix auto-reconnect when the server is dead or a
client timeout.
See https://github.com/melo/perl-redis/issues/1#issuecomment-3444989
1.925 Tue Jan 10 16:02:04 UTC 2012
* Implemented auto-reconnect
* Add support for UNIX domain sockets
* Make REDIS_SERVER work with both TCP and UNIX domain sockets
* Make the test suite workaround a missing redis-server binary
* Assorted small bug fixes
* Improve documentation
Diffstat (limited to 'databases/p5-Redis/Makefile')
-rw-r--r-- | databases/p5-Redis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Redis/Makefile b/databases/p5-Redis/Makefile index 6fe4b8d34c1..12cd863ffe9 100644 --- a/databases/p5-Redis/Makefile +++ b/databases/p5-Redis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/10/28 12:02:25 obache Exp $ +# $NetBSD: Makefile,v 1.2 2012/01/26 20:55:08 rhaen Exp $ # -DISTNAME= Redis-1.904 +DISTNAME= Redis-1.926 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5rds CATEGORIES= databases perl5 |