Skip to content

Commit

Permalink
Update to 1.982
Browse files Browse the repository at this point in the history
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 <[email protected]> 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 )
  • Loading branch information
wen committed Feb 23, 2016
1 parent ee2fff3 commit c8a92f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions databases/p5-Redis/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions databases/p5-Redis/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c8a92f5

Please sign in to comment.