summaryrefslogtreecommitdiff
path: root/databases/p5-Redis/Makefile
diff options
context:
space:
mode:
authormef <mef>2014-12-12 04:59:45 +0000
committermef <mef>2014-12-12 04:59:45 +0000
commitf80cb17abfe78b8d442aa93f7f5972a574c89fbf (patch)
tree4cbc0358c0684fa5431bacef12f6a880409f6eac /databases/p5-Redis/Makefile
parentfdc722af4771087b0944301b6b92c79c3f52d420 (diff)
downloadpkgsrc-f80cb17abfe78b8d442aa93f7f5972a574c89fbf.tar.gz
Update 1.958 to 1.976
1.976 2014-10-03 15:05:58 Europe/Amsterdam 1.975 2014-08-03 20:50:25 Europe/Amsterdam * Clarification about reconnect and read_timeout (#89) * Test::CPAN::Meta (et al.) are required even if unused (#92) 1.974 2014-05-16 21:42:48 Europe/Amsterdam * released as stable version, no change 1.973_04 2014-05-12 22:53:06 Europe/Amsterdam * release again, last one was screwed up. * fix #85 (PR #86) reconnect during transaction 1.973_03 2014-05-12 22:49:07 Europe/Amsterdam * fix #85 (PR #86) reconnect during transaction 1.973_02 2014-04-30 12:04:29 Europe/Amsterdam * merge PR #84 optimize try read sock 1.973_01 2014-04-26 18:00:31 Europe/Amsterdam * use new network code from Ivan Kruglov * fix sentinel tests * fix #81: doc for 'every' option 1.972 2014-02-18 00:54:01 Europe/Amsterdam * Sentinel features (connections, timeouts, etc) support * various bugfixes and testfixes * fix network code for BSDs * no_auto_connect_on_new 1.971 2014-02-01 09:55:11 Europe/Paris * skip some tests that fail on some platforms for now 1.970 2014-01-30 15:07:42 Europe/Amsterdam * fix tests breaking in some case 1.969 2014-01-30 13:19:28 Europe/Amsterdam * Clarification for (p)unsubscribe commands. * use Test::TCP for testing 1.968 2014-01-30 12:19:11 Europe/Amsterdam * Add a no_auto_connect_on_new parameter to new() to allow users to call $x = Redis->new and then $x->connect, instead of Redis auto-connecting. Useful for tuning the cnx_timeout parameter. 1.967 2013-12-28 22:58:55 Europe/Paris * use new IO::Socket::Timeout with different API 1.966 2013-12-17 13:58:33 Europe/Amsterdam * fix tests for Redis 2.8 1.965 2013-11-29 09:28:36 Europe/Amsterdam * fix #60: TEST_REQUIRES needs newer MakeMaker * fix #34: perl-redis doesn't receive subcribed message if server restart * fix #38: select new database doesn't survive after reconnect * minor documentation fixes 1.964 2013-11-14 15:45:08 Europe/Amsterdam * minor fix to dist.ini to fix github url 1.963 2013-11-13 22:44:29 Europe/Paris * Add documentation for the slowlog command PR #44 (rgs) * doc fix, duplicate spop PR #48 (nightlord) * Redis client is now fork safe PR #51 (songmu) * rewrite dist.ini 1.962 2013-10-16T14:58:30Z * merge #54 (fix for broken test) * Parameter name to new() can be a CodeRef, dynamic connection names * admin: added co-maintainer Damien Krotkine <dams@zarb.org> 1.961 2013-01-23T15:09:47Z * Add wait_one_response() for better pipeline management 1.960 2013-01-23T11:28:40Z * Make the new() name parameter safe to use with all redis- server versions 1.959 2013-01-22T14:46:42Z * __try_read_sock: test error conditions more thoroughly (issue #31) * Improve Test::SpawnRedisServer: multi-server support * tidyall the code and docs
Diffstat (limited to 'databases/p5-Redis/Makefile')
-rw-r--r--databases/p5-Redis/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-Redis/Makefile b/databases/p5-Redis/Makefile
index 0fdb91b7f2b..834e57f94cf 100644
--- a/databases/p5-Redis/Makefile
+++ b/databases/p5-Redis/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2014/10/09 14:06:07 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2014/12/12 04:59:45 mef Exp $
-DISTNAME= Redis-1.958
+DISTNAME= Redis-1.976
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Redis/}