summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2013-01-19 11:53:55 +0000
committerwen <wen@pkgsrc.org>2013-01-19 11:53:55 +0000
commit32be6f47c643d4d553177d0e5ca2d5fbec04621c (patch)
treecb47b0c7237c1c01c3f1bbcbfe1c1451a720e004 /databases
parent093ee28b8dfe01e3546924208149a33429eaf51f (diff)
downloadpkgsrc-32be6f47c643d4d553177d0e5ca2d5fbec04621c.tar.gz
Update to 1.958
Upstream changes: 1.958 2013-01-15T16:54:40Z * Support for name constructor parameter, set connection name * Add documentation for CLIENT * commands * Improve reliability of Test::SpawnRedisServer 1.957 2013-01-15T13:18:07Z * Fix minimum Perl version 1.956 2013-01-15T10:35:10Z * Add on_connect callback to Redis constructor (issue 28) * Make sure quit() doesn't die when the socket is already dead (issue 30); * Switch to Digest::SHA, one less non-core dep RT#81841 * Try and make Travis-CI more useful, ask for a redis-server * Update SUPPORT section, moving bugtracker to GitHub issues 1.955 2012-10-10T11:43:44Z * Skip 30-scripts.t if the redis-server found lacks script support 1.954 2012-10-10T11:16:22Z * Support for multi-word commands such as "SCRIPT LOAD". * Try another fix for Windows non-blocking reads 1.953 2012-09-05T00:49:11Z * Tweak travis.ci setup 1.952 2012-09-04T11:22:18Z * Added automatic authentication after connection establishment * Support Redis 2.6: Aaron Crane <arc@cpan.org> * Attempt to fix non-blocking read on Windows * Enable travis.ci support on the repository
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-Redis/Makefile8
-rw-r--r--databases/p5-Redis/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/p5-Redis/Makefile b/databases/p5-Redis/Makefile
index 743d3fb7714..40d5c8de00c 100644
--- a/databases/p5-Redis/Makefile
+++ b/databases/p5-Redis/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2012/10/03 21:54:22 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2013/01/19 11:53:55 wen Exp $
#
-DISTNAME= Redis-1.951
+DISTNAME= Redis-1.958
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5rds
CATEGORIES= databases perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/ME/MELO/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Redis/}
MAINTAINER= tnozaki@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Redis/
@@ -14,6 +13,7 @@ COMMENT= Perl binding for Redis database
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
+DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/databases/p5-Redis/distinfo b/databases/p5-Redis/distinfo
index c2b3a75998f..78e1c6d2934 100644
--- a/databases/p5-Redis/distinfo
+++ b/databases/p5-Redis/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/04/04 19:42:09 mishka Exp $
+$NetBSD: distinfo,v 1.4 2013/01/19 11:53:55 wen Exp $
-SHA1 (Redis-1.951.tar.gz) = 32922fc3461382c2044a2ca7a342ae42889c9164
-RMD160 (Redis-1.951.tar.gz) = 872bb425b1c22a866b3c42763a6921153f8705e0
-Size (Redis-1.951.tar.gz) = 31671 bytes
+SHA1 (Redis-1.958.tar.gz) = 3ae20618d25984119a2e481a5801d1ba894f4824
+RMD160 (Redis-1.958.tar.gz) = b5a86750ad965b0167393548984a3370a71ad993
+Size (Redis-1.958.tar.gz) = 34989 bytes