summaryrefslogtreecommitdiff
path: root/databases/p5-Redis
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-09-06 21:40:30 +0000
committerwiz <wiz@pkgsrc.org>2020-09-06 21:40:30 +0000
commitc96205f49c0201b5db389896549556917f4e5bd6 (patch)
tree333a00093e1d9c16f711e57eac0b213ebe25f803 /databases/p5-Redis
parentad2c5f2ccc75a6897ad4d979d94320d76db3a070 (diff)
downloadpkgsrc-c96205f49c0201b5db389896549556917f4e5bd6.tar.gz
p5-Redis: update to 1.998.
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)
Diffstat (limited to 'databases/p5-Redis')
-rw-r--r--databases/p5-Redis/Makefile16
-rw-r--r--databases/p5-Redis/distinfo10
2 files changed, 13 insertions, 13 deletions
diff --git a/databases/p5-Redis/Makefile b/databases/p5-Redis/Makefile
index 77a8ef2bdce..26e9496761a 100644
--- a/databases/p5-Redis/Makefile
+++ b/databases/p5-Redis/Makefile
@@ -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/}
@@ -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
diff --git a/databases/p5-Redis/distinfo b/databases/p5-Redis/distinfo
index 5786167ff93..540f8403c6b 100644
--- a/databases/p5-Redis/distinfo
+++ b/databases/p5-Redis/distinfo
@@ -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