diff options
author | wen <wen@pkgsrc.org> | 2016-07-09 02:30:41 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-07-09 02:30:41 +0000 |
commit | 79f0b9f0758e21417dadc0f937b5f9ff6ba5e8a8 (patch) | |
tree | 031da44638224a16c550d35b88e2f011c1e4667f | |
parent | fb1563296d27d2611f9004b4d8759040ae067ca0 (diff) | |
download | pkgsrc-79f0b9f0758e21417dadc0f937b5f9ff6ba5e8a8.tar.gz |
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.
-rw-r--r-- | www/p5-URI-Fetch/Makefile | 9 | ||||
-rw-r--r-- | www/p5-URI-Fetch/distinfo | 10 |
2 files changed, 9 insertions, 10 deletions
diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile index fe9c9406cef..a34146e5e04 100644 --- a/www/p5-URI-Fetch/Makefile +++ b/www/p5-URI-Fetch/Makefile @@ -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 @@ LICENSE= ${PERL5_LICENSE} 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 --git a/www/p5-URI-Fetch/distinfo b/www/p5-URI-Fetch/distinfo index dda27bd3e7b..b1d52092605 100644 --- a/www/p5-URI-Fetch/distinfo +++ b/www/p5-URI-Fetch/distinfo @@ -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 |