Sun Jan 22 13:09:10 2017 UTC ()
Updated p5-libwww to 6.16.

6.16	2017-01-12
	- Moved LWP::Protocol::GHTTP into its own dist and removed from here (PR#81)
	- Updated test suite to use strict/warnings and Test::More (PR#88)
	- Additional tests for UserAgent coverage (PR#79)
	- Cleaned up documentation formatting and fixed several typos (PR#87, PR#93)
	- Stop promoting use of HTTP::Cookies and instead use HTTP::CookieJar::LWP (PR#102)
	- Added some new documentation to UserAgent and tutorial (PR#68)
	- Allow default header to carry over when using ->post() in UA (PR#100)


(wiz)
diff -r1.98 -r1.99 pkgsrc/www/p5-libwww/Makefile
diff -r1.45 -r1.46 pkgsrc/www/p5-libwww/distinfo

cvs diff -r1.98 -r1.99 pkgsrc/www/p5-libwww/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-libwww/Makefile 2016/07/09 06:39:14 1.98
+++ pkgsrc/www/p5-libwww/Makefile 2017/01/22 13:09:10 1.99
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.98 2016/07/09 06:39:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.99 2017/01/22 13:09:10 wiz Exp $
2 2
3DISTNAME= libwww-perl-6.15 3DISTNAME= libwww-perl-6.16
4PKGNAME= p5-${DISTNAME:S/-perl-/-/} 4PKGNAME= p5-${DISTNAME:S/-perl-/-/}
5PKGREVISION= 2 
6CATEGORIES= www perl5 5CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OA/OALDERS/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/libwww-perl/ 9HOMEPAGE= http://search.cpan.org/dist/libwww-perl/
11COMMENT= Perl5 library for WWW access 10COMMENT= Perl5 library for WWW access
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14#DEPENDS+= {perl>=5.10,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5 13#DEPENDS+= {perl>=5.10,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5
15# Encode in perl 5.14 14# Encode in perl 5.14
16DEPENDS+= p5-Encode-Locale>=0:../../textproc/p5-Encode-Locale 15DEPENDS+= p5-Encode-Locale>=0:../../textproc/p5-Encode-Locale
17DEPENDS+= p5-File-Listing>=6:../../devel/p5-File-Listing 16DEPENDS+= p5-File-Listing>=6:../../devel/p5-File-Listing
18# HTML::Entities in perl 5.14 17# HTML::Entities in perl 5.14
19# HTML::HeadParser in perl 5.14 18# HTML::HeadParser in perl 5.14
20DEPENDS+= p5-HTTP-Cookies>=6:../../www/p5-HTTP-Cookies 19DEPENDS+= p5-HTTP-Cookies>=6:../../www/p5-HTTP-Cookies

cvs diff -r1.45 -r1.46 pkgsrc/www/p5-libwww/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-libwww/distinfo 2015/12/06 10:48:09 1.45
+++ pkgsrc/www/p5-libwww/distinfo 2017/01/22 13:09:10 1.46
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.45 2015/12/06 10:48:09 wiz Exp $ 1$NetBSD: distinfo,v 1.46 2017/01/22 13:09:10 wiz Exp $
2 2
3SHA1 (libwww-perl-6.15.tar.gz) = 9e27f58108135b7871bbe406e39353a1dbc99462 3SHA1 (libwww-perl-6.16.tar.gz) = d798b342b0a211150e9ad9fb94ffe4960861e51f
4RMD160 (libwww-perl-6.15.tar.gz) = 0b02a56c43a1a3858e53899cae727f97ad62a1ed 4RMD160 (libwww-perl-6.16.tar.gz) = c1dd908b81e59203000f9e002a16a804e705ef36
5SHA512 (libwww-perl-6.15.tar.gz) = b031f1b6766fe5433940abbda438013211e0f82713bfbe8f3512fd3dd64d2c7b1236d19bb9414094726a37ee91908ebca5269855a639d0fd921423163b227aed 5SHA512 (libwww-perl-6.16.tar.gz) = 7652d3d79d2638c523140fe8bd0df5bf691d070ad9b972c62f1f3771478b98f72909299b58cf20d280967b99cb2daa7e382916d1f8a3775da0cf9c7457d9d3ca
6Size (libwww-perl-6.15.tar.gz) = 141936 bytes 6Size (libwww-perl-6.16.tar.gz) = 143751 bytes