diff options
author | schmonz <schmonz@pkgsrc.org> | 2021-10-31 08:28:49 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2021-10-31 08:28:49 +0000 |
commit | 4d2d88c18560fa4a8d19a3815a30f2846c139217 (patch) | |
tree | fffecc0032314c1d89ae1a265d2d166141e24b03 /www/p5-libwww/Makefile | |
parent | 41bcdf7de5b26a5290b16a528d38e9f487de05b7 (diff) | |
download | pkgsrc-4d2d88c18560fa4a8d19a3815a30f2846c139217.tar.gz |
Update to 6.58. From the changelog:
- Add a test for "response_redirect" (GH#387) (James Raspass)
- Improve documentation readability (GH#388) (Julien Fiegehenn)
- Replace remaining uses of "base" with "parent" (GH#389) (James Raspass)
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 30a3647c750..e28021257e4 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.131 2021/10/11 20:21:35 schmonz Exp $ +# $NetBSD: Makefile,v 1.132 2021/10/31 08:28:49 schmonz Exp $ -DISTNAME= libwww-perl-6.57 +DISTNAME= libwww-perl-6.58 PKGNAME= p5-${DISTNAME:S/-perl-/-/} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OA/OALDERS/} |