From 9bf19d900a4f6ad9869e54a6d5784b653e24d828 Mon Sep 17 00:00:00 2001 From: wen Date: Tue, 23 Feb 2016 02:27:18 +0000 Subject: Update to 1.982 Add missing DEPENDS Upstream changes: 1.982 2016-02-11 09:02:40CET+0100 Europe/Paris * fix issue #117: fix backward compatibility with 5.8 1.981 2015-09-29 12:31:57CEST+0200 Europe/Paris * fix a bug where when not yet connected, pid is undef, leading to warnings 1.980 2015-08-24 09:48:08CEST+0200 Europe/Paris * fix "set" documentation as per Emanuele Tomasi suggestion 1.979 2015-05-14 14:28:35CEST+0200 Europe/Amsterdam * depends on IO::Socket::Timeout 0.29 that fixes an important bug on Windows, Solaris, when mixing sockets with and without timeouts. 1.978 2015-01-28 09:52:27 Europe/Amsterdam * reshape the documentation * croak when reconnecting while responses are pending (#101) * merge PR#106 ( support "0" in topic ) --- databases/p5-Redis/Makefile | 9 ++++++--- databases/p5-Redis/distinfo | 10 +++++----- 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'databases') diff --git a/databases/p5-Redis/Makefile b/databases/p5-Redis/Makefile index a2715c10696..dcedb3e82d8 100644 --- a/databases/p5-Redis/Makefile +++ b/databases/p5-Redis/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:48:42 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/02/23 02:27:18 wen Exp $ -DISTNAME= Redis-1.976 +DISTNAME= Redis-1.982 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Redis/} @@ -11,8 +10,12 @@ HOMEPAGE= http://search.cpan.org/dist/Redis/ COMMENT= Perl binding for Redis database LICENSE= ${PERL5_LICENSE} +BUILD_DEPENDS+= p5-Test-Fatal>=0:../../devel/p5-Test-Fatal \ + p5-Test-Deep>=0:../../devel/p5-Test-Deep + DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny +DEPENDS+= p5-IO-Socket-Timeout>=0.32:../../net/p5-IO-Socket-Timeout PERL5_PACKLIST= auto/Redis/.packlist USE_LANGUAGES= # none diff --git a/databases/p5-Redis/distinfo b/databases/p5-Redis/distinfo index 915beec7faa..63d6dce3c5f 100644 --- a/databases/p5-Redis/distinfo +++ b/databases/p5-Redis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 01:56:22 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/02/23 02:27:18 wen Exp $ -SHA1 (Redis-1.976.tar.gz) = e931200980c714a1be80f0b49a8849eac8e4f718 -RMD160 (Redis-1.976.tar.gz) = 48c35dd45e5a16839d2527afc2eb5e2521504218 -SHA512 (Redis-1.976.tar.gz) = 776ed8b1ce21dbe354c1ab1aa18a3f029899e18d764dece04d261fae029cebda064f29014391d067531befce585b604dac8b833a51db1497a3cef94212009e3b -Size (Redis-1.976.tar.gz) = 41598 bytes +SHA1 (Redis-1.982.tar.gz) = 5508c3adefa751577a8881692b565c075c5d314c +RMD160 (Redis-1.982.tar.gz) = 6cbb8103b413165bc0e06f4747a445e967d80e28 +SHA512 (Redis-1.982.tar.gz) = 50cffe25ba01a18726e69811586ae208b5fdfdc794836f2ef8bc0fd658c2fb9eca75ba46288f1412b721d84c077e64918c09f8fbac320f8fbcd14b9d3696f52e +Size (Redis-1.982.tar.gz) = 46549 bytes -- cgit v1.2.3