diff options
author | ast <ast@pkgsrc.org> | 2022-04-03 07:48:07 +0000 |
---|---|---|
committer | ast <ast@pkgsrc.org> | 2022-04-03 07:48:07 +0000 |
commit | 9e9ea6983df689bd1c57bbc8c55be592f5feec09 (patch) | |
tree | 3d55197b38b6996f3b1e63f39f3e01a6deb0f5c9 /net/p5-Net-DNS/Makefile | |
parent | a8790a6f45884a21c2e600d40a0a2b748d883836 (diff) | |
download | pkgsrc-9e9ea6983df689bd1c57bbc8c55be592f5feec09.tar.gz |
Update to 1.33
Upstream changes:
1.33 Dec 16, 2021
Fix rt.cpan.org #137768
Test t/05-SVCB.t on Perl 5.18.0 fails with deep recursion.
Diffstat (limited to 'net/p5-Net-DNS/Makefile')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 2f67db8f0cf..d4fe4f3f8e2 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.97 2021/09/12 07:43:01 wen Exp $ +# $NetBSD: Makefile,v 1.98 2022/04/03 07:48:07 ast Exp $ -DISTNAME= Net-DNS-1.32 +DISTNAME= Net-DNS-1.33 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} |