diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-10-17 19:59:49 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-10-17 19:59:49 +0000 |
commit | 979a6e56b16d593b2b434eb96d781d0d118b519e (patch) | |
tree | 673298a2a3a9316cfd37ed68f654010712cb163c /ftp | |
parent | aa2de37e500eb5d6136f6cd58b453d7a7ca1908e (diff) | |
download | ports-979a6e56b16d593b2b434eb96d781d0d118b519e.tar.gz ports-979a6e56b16d593b2b434eb96d781d0d118b519e.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-File-Fetch/Makefile | 12 | ||||
-rw-r--r-- | ftp/p5-File-Fetch/distinfo | 6 |
2 files changed, 8 insertions, 10 deletions
diff --git a/ftp/p5-File-Fetch/Makefile b/ftp/p5-File-Fetch/Makefile index d034e4a4d8ae..40eca12710c0 100644 --- a/ftp/p5-File-Fetch/Makefile +++ b/ftp/p5-File-Fetch/Makefile @@ -6,8 +6,7 @@ # PORTNAME= File-Fetch -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.16 CATEGORIES= ftp www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,17 +14,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A generic file fetching mechanism -BUILD_DEPENDS= ${RUN_DEPENDS} - -MAN3= File::Fetch.3 +RUN_DEPENDS= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd PERL_CONFIGURE= yes +MAN3= File::Fetch.3 + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500905 -RUN_DEPENDS+= p5-IPC-Cmd>=0.36:${PORTSDIR}/devel/p5-IPC-Cmd \ - p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ +RUN_DEPENDS+= 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 .endif diff --git a/ftp/p5-File-Fetch/distinfo b/ftp/p5-File-Fetch/distinfo index c4c9d73faf91..1e082c3cf2dc 100644 --- a/ftp/p5-File-Fetch/distinfo +++ b/ftp/p5-File-Fetch/distinfo @@ -1,3 +1,3 @@ -MD5 (File-Fetch-0.14.tar.gz) = 0c47389899c68e0198ce6c9a9f795ff4 -SHA256 (File-Fetch-0.14.tar.gz) = 7d4664ace266fa87bb8c21c4590330b455c5f0cf454f2dc62d3673fcea06ddbc -SIZE (File-Fetch-0.14.tar.gz) = 14937 +MD5 (File-Fetch-0.16.tar.gz) = 44f49351ced0b9c866c3348fba510cc7 +SHA256 (File-Fetch-0.16.tar.gz) = 10e7be984c6e3b37f306f2ac1318b1686f482c77d5aa2a01f5097ccdc0f7232d +SIZE (File-Fetch-0.16.tar.gz) = 16050 |