diff options
author | wen <wen@pkgsrc.org> | 2018-10-20 14:10:02 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-10-20 14:10:02 +0000 |
commit | b1094f437782f0edab06516989110ee3514957c7 (patch) | |
tree | 0559a3d7173befd57bedb337eb8f6575d528babb /net | |
parent | d22f45112085b15740ab3d60ef0b710199204a11 (diff) | |
download | pkgsrc-b1094f437782f0edab06516989110ee3514957c7.tar.gz |
Update to 0.96
Update DEPENDS
Upstream changes:
0.96 2018-10-06
* Requirement on Math::BigInt changed to add version
0.95 2018-10-06
* "from_bigint" method added
* Documentation updated to reflect the current RFCs
* Tests of "to_bigint", rfc compliance; fix broken string test
* Any valid ipv6 value can now be output as mixed ipv6 and ipv4
0.94 2018-10-06 Ben Bullock <bkb@cpan.org>
* Pod error fixed
* EXPORTS_OK corrected
0.93 2018-10-05 Ben Bullock <bkb@cpan.org>
* Remove README and use generated one
* Fix bad links in documentation
0.92 2018-10-05 Ben Bullock <bkb@cpan.org>
* Documentation expanded with working examples
* UTF-8 in Makefile.PL marked
* to_* routines exported on demand
* Repetition in error messages removed
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-IPv6Addr/Makefile | 10 | ||||
-rw-r--r-- | net/p5-Net-IPv6Addr/distinfo | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/net/p5-Net-IPv6Addr/Makefile b/net/p5-Net-IPv6Addr/Makefile index 1ff8355de3c..6f199cc0e9d 100644 --- a/net/p5-Net-IPv6Addr/Makefile +++ b/net/p5-Net-IPv6Addr/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2018/08/22 09:46:00 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/10/20 14:10:02 wen Exp $ -DISTNAME= Net-IPv6Addr-0.91 +DISTNAME= Net-IPv6Addr-0.96 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -10,8 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~tmonroe/Net-IPv6Addr/ COMMENT= Check the validity of IPv6 addresses -DEPENDS+= p5-Math-Base85-[0-9]*:../../math/p5-Math-Base85 -DEPENDS+= p5-Net-IPv4Addr-[0-9]*:../../net/p5-Net-IPv4Addr +DEPENDS+= p5-Math-Base85>=0.2:../../math/p5-Math-Base85 +DEPENDS+= p5-Net-IPv4Addr>=0.10:../../net/p5-Net-IPv4Addr +DEPENDS+= p5-Math-BigInt>=1.999813:../../math/p5-Math-BigInt PERL5_PACKLIST= auto/Net/IPv6Addr/.packlist diff --git a/net/p5-Net-IPv6Addr/distinfo b/net/p5-Net-IPv6Addr/distinfo index 064291dac9d..99b973c0b30 100644 --- a/net/p5-Net-IPv6Addr/distinfo +++ b/net/p5-Net-IPv6Addr/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2017/10/09 07:35:50 wiz Exp $ +$NetBSD: distinfo,v 1.6 2018/10/20 14:10:02 wen Exp $ -SHA1 (Net-IPv6Addr-0.91.tar.gz) = 1895e1294a28b447ad0bbf847930b479bc385c04 -RMD160 (Net-IPv6Addr-0.91.tar.gz) = b07bccd44e78f64a4124b3ed35fe67b29226bca5 -SHA512 (Net-IPv6Addr-0.91.tar.gz) = 765fdf218a93437d391fb5067ca2cd8500310ede148d8c32b49ee87a01773c59801aea8c2c795c3f95f6ca58aa39c69d86f5e484e86ba873e8d53bb472cc6996 -Size (Net-IPv6Addr-0.91.tar.gz) = 14002 bytes +SHA1 (Net-IPv6Addr-0.96.tar.gz) = 2103bde3392f7e56ce5aa409030811e2fdc6e931 +RMD160 (Net-IPv6Addr-0.96.tar.gz) = 3021bec1814a0a846fd3ae0c2992bb39c4f526a1 +SHA512 (Net-IPv6Addr-0.96.tar.gz) = 5d855ef5d6481fdf211166a00d550df421e194975f9afb2253297cfd8b9fa56a04bda3daf83c1be1499b8ccce14867ff8d1334bbbe3381854a197a74c7579718 +Size (Net-IPv6Addr-0.96.tar.gz) = 20004 bytes |