summaryrefslogtreecommitdiff
path: root/databases/p5-Redis/Makefile
diff options
context:
space:
mode:
authorwen <wen>2013-01-19 11:53:55 +0000
committerwen <wen>2013-01-19 11:53:55 +0000
commit81513bdaa3ae4eaa7427c52f161cc093eac99021 (patch)
treecb47b0c7237c1c01c3f1bbcbfe1c1451a720e004 /databases/p5-Redis/Makefile
parent32cc616e85383454f2795a895af4cae5b3827b2b (diff)
downloadpkgsrc-81513bdaa3ae4eaa7427c52f161cc093eac99021.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/p5-Redis/Makefile')
-rw-r--r--databases/p5-Redis/Makefile8
1 files changed, 4 insertions, 4 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