diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 07:16:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 07:16:14 +0800 |
commit | cc01ac2e4814bbefe48d713a9ccc220a1f241e09 (patch) | |
tree | b07815e2e3b0de6909aae17acc95f095ebca191c /www/p5-URI-Fetch | |
parent | d6c91227ba603fee5d53eaa7c16688286914e54d (diff) | |
download | freebsd-ports-gnome-cc01ac2e4814bbefe48d713a9ccc220a1f241e09.tar.gz freebsd-ports-gnome-cc01ac2e4814bbefe48d713a9ccc220a1f241e09.tar.zst freebsd-ports-gnome-cc01ac2e4814bbefe48d713a9ccc220a1f241e09.zip |
Update to 0.13
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/URI-Fetch/Changes
Diffstat (limited to 'www/p5-URI-Fetch')
-rw-r--r-- | www/p5-URI-Fetch/Makefile | 3 | ||||
-rw-r--r-- | www/p5-URI-Fetch/distinfo | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile index bbf578eaeaa0..fd5fe9e272b2 100644 --- a/www/p5-URI-Fetch/Makefile +++ b/www/p5-URI-Fetch/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= URI-Fetch -PORTVERSION= 0.110 +PORTVERSION= 0.130 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \ p5-URI>=0:net/p5-URI \ p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-RequiresInternet>=0.05:devel/p5-Test-RequiresInternet OPTIONS_DEFINE= CACHE CACHE_DESC= Caching support diff --git a/www/p5-URI-Fetch/distinfo b/www/p5-URI-Fetch/distinfo index 1e07096c4b81..628a56da09f4 100644 --- a/www/p5-URI-Fetch/distinfo +++ b/www/p5-URI-Fetch/distinfo @@ -1,2 +1,3 @@ -SHA256 (URI-Fetch-0.11.tar.gz) = 7c40ffe512a8a622a10c233ee16dc1e4cf418159108fadab0a48d5679a864821 -SIZE (URI-Fetch-0.11.tar.gz) = 16425 +TIMESTAMP = 1496006683 +SHA256 (URI-Fetch-0.13.tar.gz) = 0db061a05dc2b950d3468ddb2e8435ff0e891c1c2da618150a42835371ec8667 +SIZE (URI-Fetch-0.13.tar.gz) = 16669 |