pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-URI-Fetch Update to 0.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e66144655efa
branches:  trunk
changeset: 349472:e66144655efa
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Jul 09 02:30:41 2016 +0000

description:
Update to 0.13

Upstream changes:
0.13 2016-07-02 NEILB
    - Switched to using Test::RequiresInternet rather than the hand-rolled
      online() function that was duplicated in 2 tests. Plus it was testing
      whether google.com was contactable, and not the site used in the tests.

0.12 2016-06-23 NEILB
    - Travis support added by Jason Hall.
    - Added list of contributors to the doc.

diffstat:

 www/p5-URI-Fetch/Makefile |   9 ++++-----
 www/p5-URI-Fetch/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r fde958090dee -r e66144655efa www/p5-URI-Fetch/Makefile
--- a/www/p5-URI-Fetch/Makefile Sat Jul 09 02:15:03 2016 +0000
+++ b/www/p5-URI-Fetch/Makefile Sat Jul 09 02:30:41 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2016/06/08 19:25:17 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2016/07/09 02:30:41 wen Exp $
 
-DISTNAME=              URI-Fetch-0.11
+DISTNAME=              URI-Fetch-0.13
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            www perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=URI/}
 
@@ -13,10 +12,10 @@
 
 DEPENDS+=              p5-libwww-[0-9]*:../../www/p5-libwww
 DEPENDS+=              p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
-#DEPENDS+=             {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress  # Compress::Zlib
-#DEPENDS+=             p5-Storable-[0-9]*:../../devel/p5-Storable
 DEPENDS+=              p5-URI-[0-9]*:../../www/p5-URI
 
+BUILD_DEPENDS+=                p5-Test-RequiresInternet>=0:../../net/p5-Test-RequiresInternet
+
 USE_LANGUAGES=         # empty
 
 MAKE_ENV+=             PERL_EXTUTILS_AUTOINSTALL=--defaultdeps
diff -r fde958090dee -r e66144655efa www/p5-URI-Fetch/distinfo
--- a/www/p5-URI-Fetch/distinfo Sat Jul 09 02:15:03 2016 +0000
+++ b/www/p5-URI-Fetch/distinfo Sat Jul 09 02:30:41 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/12/09 13:45:44 wen Exp $
+$NetBSD: distinfo,v 1.6 2016/07/09 02:30:41 wen Exp $
 
-SHA1 (URI-Fetch-0.11.tar.gz) = 9d6573375435044429d28fb871de277bccc361ff
-RMD160 (URI-Fetch-0.11.tar.gz) = 62b50c040dd06c4da9e9b977afdf20f4abc2160c
-SHA512 (URI-Fetch-0.11.tar.gz) = 34adec1cbb698ec0901d37aee45ecfea72351e5af8d65e3bf94833731e53f1cf47cfd4d310baf0e8f1f84edfe671a155039af91e332446cea146dcc8a8c86eb9
-Size (URI-Fetch-0.11.tar.gz) = 16425 bytes
+SHA1 (URI-Fetch-0.13.tar.gz) = 7cfae8948f14f84d85f598911b69cc3df4cb7ff2
+RMD160 (URI-Fetch-0.13.tar.gz) = 2760d29016eb125e3760355c1c876df099d2a298
+SHA512 (URI-Fetch-0.13.tar.gz) = 8df3e15bf49a7038b2a7c0d2d175bd69ed7fd6ba83bf13e65c18a46e356465bf57e1d725a6c940830dac3c3f3af294c56bb4685ede5181904b7c9a14260145e4
+Size (URI-Fetch-0.13.tar.gz) = 16669 bytes



Home | Main Index | Thread Index | Old Index