summaryrefslogtreecommitdiff
path: root/databases/p5-Redis/Makefile
diff options
context:
space:
mode:
authorrhaen <rhaen>2012-01-26 20:55:08 +0000
committerrhaen <rhaen>2012-01-26 20:55:08 +0000
commit40d48d58d6839e541fe3dc7e787932b192fb8496 (patch)
tree7a8d1fc8c485e4590d9b76efe0dafb84abc49add /databases/p5-Redis/Makefile
parentb7c79baa28ab7f26f91230f2abdb4082f355f2b6 (diff)
downloadpkgsrc-40d48d58d6839e541fe3dc7e787932b192fb8496.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/Makefile4
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