diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-10-09 15:42:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-10-09 15:42:12 +0000 |
commit | 3f0b81a7a6eb5c7467823dafaea4b37797900fd4 (patch) | |
tree | 0c8103f0ca25f13390eab1bd9af8f840f283de3f /ftp | |
parent | 65b6f0fb24117aca8b5268232e4536bedd4f58bc (diff) | |
download | ports-3f0b81a7a6eb5c7467823dafaea4b37797900fd4.tar.gz ports-3f0b81a7a6eb5c7467823dafaea4b37797900fd4.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-File-Fetch/Makefile | 7 | ||||
-rw-r--r-- | ftp/p5-File-Fetch/distinfo | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/ftp/p5-File-Fetch/Makefile b/ftp/p5-File-Fetch/Makefile index 1773f8d4e4aa..26219a875807 100644 --- a/ftp/p5-File-Fetch/Makefile +++ b/ftp/p5-File-Fetch/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= File-Fetch -PORTVERSION= 0.48 -PORTREVISION= 1 +PORTVERSION= 0.52 CATEGORIES= ftp www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +13,11 @@ COMMENT= Generic file fetching mechanism LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional +RUN_DEPENDS= p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> diff --git a/ftp/p5-File-Fetch/distinfo b/ftp/p5-File-Fetch/distinfo index abdaedd47cec..dce6b89bbed6 100644 --- a/ftp/p5-File-Fetch/distinfo +++ b/ftp/p5-File-Fetch/distinfo @@ -1,2 +1,3 @@ -SHA256 (File-Fetch-0.48.tar.gz) = 9996f7988144d7d661e6e668237f7ca6dd3e0d121e4f01a9f773fab7847e863c -SIZE (File-Fetch-0.48.tar.gz) = 20444 +TIMESTAMP = 1476027584 +SHA256 (File-Fetch-0.52.tar.gz) = b14f65afe467e965ce929ddd1446361f1e46883beb055c4451c4191c11efaff4 +SIZE (File-Fetch-0.52.tar.gz) = 20960 |