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.
This commit is contained in:
parent
7dace7db98
commit
df7f368c16
2 changed files with 9 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue