diff options
author | wiz <wiz@pkgsrc.org> | 2017-12-30 15:17:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-12-30 15:17:39 +0000 |
commit | 4efeb0674ea8572d440a7e119fe0d69463ece6af (patch) | |
tree | a6f7a1f3dc10106e24a35f444f7a6a38bc0645ab /www/p5-libwww/Makefile | |
parent | ec77fe783842613c0b381adafb8883630327e7e8 (diff) | |
download | pkgsrc-4efeb0674ea8572d440a7e119fe0d69463ece6af.tar.gz |
p5-libwww: update to 6.31.
6.31 2017-12-11 01:55:53Z
- fix version numbering (RT#123841)
6.30 2017-12-07
- Use tr/// instead of s/// where appropriate (Ville Skyttä) (GH #265)
- Use parent -norequire instead of base to not look for external
dependencies (Fabian Zeindler) (GH #259)
- Fix run_handlers to allow assigning to the request / response (Gianni
Ceccarelli) (GH #274)
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index c7dc18285b3..0ccbe3bc9de 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.111 2017/11/08 21:47:47 wiz Exp $ +# $NetBSD: Makefile,v 1.112 2017/12/30 15:17:39 wiz Exp $ -DISTNAME= libwww-perl-6.29 +DISTNAME= libwww-perl-6.31 PKGNAME= p5-${DISTNAME:S/-perl-/-/} CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OA/OALDERS/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/libwww-perl/ |