diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-29 02:54:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-29 02:54:01 +0000 |
commit | 15dfc52e27742abef277e85fe2915f176d75d9c4 (patch) | |
tree | c8f19ac4cb0202399fab9aaa565c470c013ae047 /ftp | |
parent | 7a7703967d4929784d47814b3f4f39adfa382e74 (diff) | |
download | ports-15dfc52e27742abef277e85fe2915f176d75d9c4.tar.gz ports-15dfc52e27742abef277e85fe2915f176d75d9c4.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-File-Fetch/Makefile | 6 | ||||
-rw-r--r-- | ftp/p5-File-Fetch/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ftp/p5-File-Fetch/Makefile b/ftp/p5-File-Fetch/Makefile index c577ece27c08..171a1948270f 100644 --- a/ftp/p5-File-Fetch/Makefile +++ b/ftp/p5-File-Fetch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File-Fetch -PORTVERSION= 0.34 +PORTVERSION= 0.36 CATEGORIES= ftp www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,11 +24,11 @@ MAN3= File::Fetch.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd \ +BUILD_DEPENDS+= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd \ p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \ p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} .endif .include <bsd.port.post.mk> diff --git a/ftp/p5-File-Fetch/distinfo b/ftp/p5-File-Fetch/distinfo index 68155559fb32..f52f79c982c3 100644 --- a/ftp/p5-File-Fetch/distinfo +++ b/ftp/p5-File-Fetch/distinfo @@ -1,2 +1,2 @@ -SHA256 (File-Fetch-0.34.tar.gz) = 044f13a02baf3d4d91739711fd2bfc3f2233a90033501b97c8294a3dd429084d -SIZE (File-Fetch-0.34.tar.gz) = 19717 +SHA256 (File-Fetch-0.36.tar.gz) = df596e7a41a0cbea8affcca269836154ab2729df5c81390a2e3f2b9b1a5caef9 +SIZE (File-Fetch-0.36.tar.gz) = 19950 |