diff options
author | wen <wen@pkgsrc.org> | 2016-07-23 23:56:48 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-07-23 23:56:48 +0000 |
commit | 7629889bd715ba68a6cfb27e7b01d5a1bb2452d4 (patch) | |
tree | 716e50e486b8a628734fba9bedf539bbcb0c5f94 /www | |
parent | eb596b77a168e23b63c5d62cc7f48176561d8f8a (diff) | |
download | pkgsrc-7629889bd715ba68a6cfb27e7b01d5a1bb2452d4.tar.gz |
Update to 2.62
Add LICENSE
Upstream changes:
Sun May 29 2016 Michael South <msouth@cpan.org>
o CPAN Release 2.62
o Fix HTTPS support with newer LWP versions, a HUGE thanks
to Sebastian Willing <sewi@cpan.org> for taking care of this.
Mon Feb 18 2013 Michael South <msouth@cpan.org>
o CPAN Release 2.61
o Correcting error in Makefile.PL :(
Mon Feb 18 2013 Michael South <msouth@cpan.org>
o CPAN Release 2.60
o using 'localhost' when creating daemons for any local/*.t
tests. Some machines don't return a reachable domain
for `hostname`. This may need further refinement.
o exiting explicitly from daemon in local/*.t code that
creates them. This was already done in timeouts.t,
adding it to the other two locations.
o attempting a fix for https://rt.cpan.org/Ticket/Display.html?id=46821
without having reproduced. Should at least do no harm, though.
o applied (some of) the patch for https://rt.cpan.org/Ticket/Display.html?id=35775
by CHORNY@cpan.org (issue with use of `pwd` on Win32)
o adding (generated) META.yml and META.json
Fri Feb 15 2013 Michael South <msouth@cpan.org>
o CPAN Release 2.59
o some tests were failing due to prerequisites that were not specified
o a little more robustness/info in debug mode of t/local/compatibility.t
Tue Dec 11 2012 Michael South <msouth@cpan.org>
o CPAN Release 2.58
o updates for newer versions of libwww (tests now pass with libwww 6.04)
o "harder" deprecation of some (previously deprecated) UA shadow methods
o removed some deprecated constructs that were throwing warnings
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-ParallelUserAgent/Makefile | 13 | ||||
-rw-r--r-- | www/p5-ParallelUserAgent/distinfo | 10 |
2 files changed, 13 insertions, 10 deletions
diff --git a/www/p5-ParallelUserAgent/Makefile b/www/p5-ParallelUserAgent/Makefile index afcccc67c3b..d8869f7c189 100644 --- a/www/p5-ParallelUserAgent/Makefile +++ b/www/p5-ParallelUserAgent/Makefile @@ -1,21 +1,24 @@ -# $NetBSD: Makefile,v 1.10 2016/06/08 19:25:12 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/07/23 23:56:48 wen Exp $ # -DISTNAME= ParallelUserAgent-2.57 +DISTNAME= ParallelUserAgent-2.62 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= www net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MARCLANG/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSOUTH/} +EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/ParallelUserAgent/ COMMENT= CPAN Bundle for the LWP Parallel User Agent extension +LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww +DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww USE_LANGUAGES= # empty PERL5_PACKLIST= auto/LWP/Parallel/.packlist +EXTRACT_USING= gtar + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-ParallelUserAgent/distinfo b/www/p5-ParallelUserAgent/distinfo index 99747d169ee..1682d329eeb 100644 --- a/www/p5-ParallelUserAgent/distinfo +++ b/www/p5-ParallelUserAgent/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 02:47:15 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/07/23 23:56:48 wen Exp $ -SHA1 (ParallelUserAgent-2.57.tar.gz) = 8110ffaff137cca01f5b5e78f3b91ba2abbe96ad -RMD160 (ParallelUserAgent-2.57.tar.gz) = 308bb5f4aec7c0bb9dc2fd11be4c71498e2ba266 -SHA512 (ParallelUserAgent-2.57.tar.gz) = eb1ea79b5c4ea35b0f0990aea0166c830d32ac9419e5fdc9a7724de00a5d0fb70a58dbda28d184dd15b7decf3fb1238882c538ff77742619da87f83d663f9241 -Size (ParallelUserAgent-2.57.tar.gz) = 55375 bytes +SHA1 (ParallelUserAgent-2.62.tgz) = 46af99f88f19d290cc9e03338c609663a66e592c +RMD160 (ParallelUserAgent-2.62.tgz) = 47a8d7a033f0f62a28cedd56f25186c7b84f85c6 +SHA512 (ParallelUserAgent-2.62.tgz) = 46cb66ce8c71373a94bb8f9af11904a52627118f45bb3a9d75aefd7b14ecb61ca24a27c94940705990dd98fd7917f7a43069da029ab69f49c57ac35717b46faf +Size (ParallelUserAgent-2.62.tgz) = 58910 bytes |