diff options
author | culot <culot@FreeBSD.org> | 2010-11-09 14:28:19 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2010-11-09 14:28:19 +0800 |
commit | 305aa5ae33edd13a804ba30c2905262258f8ca2d (patch) | |
tree | aa92cc10e9a66d1fb99655148274236fdcb39825 | |
parent | 9745d76829f7d61df2a76cbdeb4aefb208a2f74d (diff) | |
download | freebsd-ports-gnome-305aa5ae33edd13a804ba30c2905262258f8ca2d.tar.gz freebsd-ports-gnome-305aa5ae33edd13a804ba30c2905262258f8ca2d.tar.zst freebsd-ports-gnome-305aa5ae33edd13a804ba30c2905262258f8ca2d.zip |
- Update to 0.28.
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
Approved by: sahil@ (mentor)
-rw-r--r-- | ftp/p5-File-Fetch/Makefile | 11 | ||||
-rw-r--r-- | 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 <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 |