Skip to content

Commit

Permalink
p5-Redis: update to 1.998.
Browse files Browse the repository at this point in the history
1.998     2020-08-18 11:04:12+02:00 Europe/Paris

  * remove test expression that is problematic on OpenBSD and NetBSD

1.997     2020-80-17 10:03:00+01:00 Europe/Paris

  * various travis fixes
  * #112 applied
  * enable unix socket tests by enabling them in the local test server
  * #144: change exists into defined
  * #146: Fix sentinel option typo

1.996     2020-03-05 16:17:21+01:00 Europe/Paris

1.996     2020-03-05 11:56:11+01:00 Europe/Paris
  * #139: Fix for "Unexpected error condition 104/linux"

1.995     2019-07-22 11:20:07+02:00 Europe/Paris
  * revert #136, remove deps that are in core, as it breaks builds in some setup

1.994     2019-07-22 07:51:57+02:00 Europe/Paris
  * Don't send SELECT if current database equals the one being selected (@dallaylaen, #132)

1.993     2019-07-22 07:01:30+02:00 Europe/Paris
  * fix missing deps (@manwar, #136 )

1.992     2019-07-21 18:27:23+02:00 Europe/Paris
  * relax the check in 04-pipeline.t about unknown command output (#130)
  • Loading branch information
wiz committed Sep 6, 2020
1 parent 32cdd15 commit 452dfef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions databases/p5-Redis/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.21 2020/08/31 18:07:06 wiz Exp $
# $NetBSD: Makefile,v 1.22 2020/09/06 21:40:30 wiz Exp $

DISTNAME= Redis-1.991
DISTNAME= Redis-1.998
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Redis/}

Expand All @@ -11,16 +10,17 @@ HOMEPAGE= https://metacpan.org/release/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
# for make test ( of module Net::EmptyPort)
BUILD_DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP

TEST_DEPENDS+= p5-Test-Fatal>=0:../../devel/p5-Test-Fatal
TEST_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
TEST_DEPENDS+= p5-Test-SharedFork-[0-9]*:../../devel/p5-Test-SharedFork
TEST_DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP

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_MODULE_TYPE= Module::Build::Tiny

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.8 2016/12/15 21:24:11 mef Exp $
$NetBSD: distinfo,v 1.9 2020/09/06 21:40:30 wiz Exp $

SHA1 (Redis-1.991.tar.gz) = 88a46d5e9115dd526e9e1ea9b3bf801b62f416aa
RMD160 (Redis-1.991.tar.gz) = dfa972737f161fe65c65749912851e09d2862f46
SHA512 (Redis-1.991.tar.gz) = 28e4c5d4c4275a9949cc25f239c1f8bdd3371bd5f5772e72e6d4c063ce1cbfec77d429e6efcf3836a397d76eb9b7351ca98585ee5697f6bfbf359c200ace7819
Size (Redis-1.991.tar.gz) = 47010 bytes
SHA1 (Redis-1.998.tar.gz) = 40be661eac4d4a5385844017b423c4d857151c5c
RMD160 (Redis-1.998.tar.gz) = 20d5a313768973e136949ca42e85a2d79cc91ff0
SHA512 (Redis-1.998.tar.gz) = 232f0e602f6165da426ff6ee6a531f81eea3491c0312dae2813bdb15ac34469f6621c7683d5bd6b2be0cdcc09edf3f1f19cc03c848d43d41e630fe1306f62268
Size (Redis-1.998.tar.gz) = 59660 bytes

0 comments on commit 452dfef

Please sign in to comment.