From 305aa5ae33edd13a804ba30c2905262258f8ca2d Mon Sep 17 00:00:00 2001 From: culot Date: Tue, 9 Nov 2010 06:28:19 +0000 Subject: - Update to 0.28. Changes: http://search.cpan.org/dist/File-Fetch/CHANGES Approved by: sahil@ (mentor) --- ftp/p5-File-Fetch/Makefile | 11 +++++------ ftp/p5-File-Fetch/distinfo | 5 ++--- 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 -.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 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 -- cgit