pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-ParallelUserAgent



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Jul 23 23:56:48 UTC 2016

Modified Files:
        pkgsrc/www/p5-ParallelUserAgent: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/p5-ParallelUserAgent/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/p5-ParallelUserAgent/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-ParallelUserAgent/Makefile
diff -u pkgsrc/www/p5-ParallelUserAgent/Makefile:1.10 pkgsrc/www/p5-ParallelUserAgent/Makefile:1.11
--- pkgsrc/www/p5-ParallelUserAgent/Makefile:1.10       Wed Jun  8 19:25:12 2016
+++ pkgsrc/www/p5-ParallelUserAgent/Makefile    Sat Jul 23 23:56:48 2016
@@ -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"

Index: pkgsrc/www/p5-ParallelUserAgent/distinfo
diff -u pkgsrc/www/p5-ParallelUserAgent/distinfo:1.2 pkgsrc/www/p5-ParallelUserAgent/distinfo:1.3
--- pkgsrc/www/p5-ParallelUserAgent/distinfo:1.2        Wed Nov  4 02:47:15 2015
+++ pkgsrc/www/p5-ParallelUserAgent/distinfo    Sat Jul 23 23:56:48 2016
@@ -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