summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2010-11-09 06:28:19 +0000
committerFrederic Culot <culot@FreeBSD.org>2010-11-09 06:28:19 +0000
commitdb3bb251f7f81222b515bdda36b531ef897c200f (patch)
treee425ec7188fb14d118e3852b54b99232fe535589 /ftp
parentFix a potential race with helper processes terminating too quickly. When (diff)
- Update to 0.28.
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES Approved by: sahil@ (mentor)
Notes
Notes: svn path=/head/; revision=264293
Diffstat (limited to 'ftp')
-rw-r--r--ftp/p5-File-Fetch/Makefile11
-rw-r--r--ftp/p5-File-Fetch/distinfo5
2 files changed, 7 insertions, 9 deletions
diff --git a/ftp/p5-File-Fetch/Makefile b/ftp/p5-File-Fetch/Makefile
index 2bd89caacac9..e1196ba58179 100644
--- a/ftp/p5-File-Fetch/Makefile
+++ b/ftp/p5-File-Fetch/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= File-Fetch
-PORTVERSION= 0.24
+PORTVERSION= 0.28
CATEGORIES= ftp www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,19 +14,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A generic file fetching mechanism
-RUN_DEPENDS= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd
-BUILD_DEPENDS= ${RUN_DEPENDS}
-
PERL_CONFIGURE= yes
MAN3= File::Fetch.3
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500905
-RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
+.if ${PERL_LEVEL} < 501001
+RUN_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}
.endif
.include <bsd.port.post.mk>
diff --git a/ftp/p5-File-Fetch/distinfo b/ftp/p5-File-Fetch/distinfo
index 5b3a7ec2a1bb..4bc764f5a189 100644
--- a/ftp/p5-File-Fetch/distinfo
+++ b/ftp/p5-File-Fetch/distinfo
@@ -1,3 +1,2 @@
-MD5 (File-Fetch-0.24.tar.gz) = 4c1dadfc0f7428414b247a5ef55a6778
-SHA256 (File-Fetch-0.24.tar.gz) = 46b2de15c94f1f93f233b9cadc21893c5a67355d2103faa348541def1ee588c5
-SIZE (File-Fetch-0.24.tar.gz) = 17896
+SHA256 (File-Fetch-0.28.tar.gz) = a153e6e6f144ecfdf7d72778add9a3fc6946782eac0516c28124b82ba8cc18d7
+SIZE (File-Fetch-0.28.tar.gz) = 18821