diff options
author | wen <wen@pkgsrc.org> | 2021-07-06 01:49:09 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2021-07-06 01:49:09 +0000 |
commit | 7a024b3d44bc2528d8033fcccff9badc7ee818f5 (patch) | |
tree | bce0b55ce532bc359cd3aa9fe7c2263579e4c9aa /security/p5-Crypt-Random/Makefile | |
parent | d7ecd5affbee5c28bf09406ca510fa3480ff4e62 (diff) | |
download | pkgsrc-7a024b3d44bc2528d8033fcccff9badc7ee818f5.tar.gz |
Update to 1.54
Upstream changes:
1.54 June 3, 2021
* Removed a superfluous call to makerandom_itv() thanks to Larry
Leszczynski <larryl@emailplus.org>.
* Improved makerandom_itv test to ensure generated numbers are in the
intterval.
* Actually include t/chisquare.t
Diffstat (limited to 'security/p5-Crypt-Random/Makefile')
-rw-r--r-- | security/p5-Crypt-Random/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index f5d0685db0e..628d046471c 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2021/05/24 19:54:00 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2021/07/06 01:49:09 wen Exp $ -DISTNAME= Crypt-Random-1.52 +DISTNAME= Crypt-Random-1.54 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} |