pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-ParallelUserAgent Update to 2.62



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f209cfa99ed7
branches:  trunk
changeset: 350114:f209cfa99ed7
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Jul 23 23:56:48 2016 +0000

description:
Update to 2.62
Add LICENSE

Upstream changes:
Sun May 29 2016 Michael South <msouth%cpan.org@localhost>
 o CPAN Release 2.62

 o Fix HTTPS support with newer LWP versions, a HUGE thanks
 to Sebastian Willing <sewi%cpan.org@localhost> for taking care of this.

Mon Feb 18 2013 Michael South <msouth%cpan.org@localhost>
 o CPAN Release 2.61

 o Correcting error in Makefile.PL :(

Mon Feb 18 2013 Michael South <msouth%cpan.org@localhost>
 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@localhost (issue with use of `pwd` on Win32)
 o adding (generated) META.yml and META.json

Fri Feb 15 2013 Michael South <msouth%cpan.org@localhost>
 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@localhost>

 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:

 www/p5-ParallelUserAgent/Makefile |  13 ++++++++-----
 www/p5-ParallelUserAgent/distinfo |  10 +++++-----
 2 files changed, 13 insertions(+), 10 deletions(-)

diffs (48 lines):

diff -r 69a17fc650cd -r f209cfa99ed7 www/p5-ParallelUserAgent/Makefile
--- a/www/p5-ParallelUserAgent/Makefile Sat Jul 23 23:47:09 2016 +0000
+++ b/www/p5-ParallelUserAgent/Makefile Sat Jul 23 23:56:48 2016 +0000
@@ -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@localhost
 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 -r 69a17fc650cd -r f209cfa99ed7 www/p5-ParallelUserAgent/distinfo
--- a/www/p5-ParallelUserAgent/distinfo Sat Jul 23 23:47:09 2016 +0000
+++ b/www/p5-ParallelUserAgent/distinfo Sat Jul 23 23:56:48 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index