pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-URI-Fetch
Module Name: pkgsrc
Committed By: wen
Date: Sat Jul 9 02:30:41 UTC 2016
Modified Files:
pkgsrc/www/p5-URI-Fetch: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/p5-URI-Fetch/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-URI-Fetch/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-URI-Fetch/Makefile
diff -u pkgsrc/www/p5-URI-Fetch/Makefile:1.19 pkgsrc/www/p5-URI-Fetch/Makefile:1.20
--- pkgsrc/www/p5-URI-Fetch/Makefile:1.19 Wed Jun 8 19:25:17 2016
+++ pkgsrc/www/p5-URI-Fetch/Makefile Sat Jul 9 02:30:41 2016
@@ -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
Index: pkgsrc/www/p5-URI-Fetch/distinfo
diff -u pkgsrc/www/p5-URI-Fetch/distinfo:1.5 pkgsrc/www/p5-URI-Fetch/distinfo:1.6
--- pkgsrc/www/p5-URI-Fetch/distinfo:1.5 Wed Dec 9 13:45:44 2015
+++ pkgsrc/www/p5-URI-Fetch/distinfo Sat Jul 9 02:30:41 2016
@@ -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