diff options
author | erwin <erwin@FreeBSD.org> | 2008-02-24 03:12:32 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-02-24 03:12:32 +0800 |
commit | 9088760bbb738fe5728326c28cef136c1aac5895 (patch) | |
tree | bfc9e5461bc51606b9a2a8575a3481b5494d28d0 /ftp | |
parent | 5eadf3c98680a3e7cc69302626cc302db93c8cc3 (diff) | |
download | freebsd-ports-gnome-9088760bbb738fe5728326c28cef136c1aac5895.tar.gz freebsd-ports-gnome-9088760bbb738fe5728326c28cef136c1aac5895.tar.zst freebsd-ports-gnome-9088760bbb738fe5728326c28cef136c1aac5895.zip |
Update to 0.14
PR: 120445
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-File-Fetch/Makefile | 6 | ||||
-rw-r--r-- | ftp/p5-File-Fetch/distinfo | 6 | ||||
-rw-r--r-- | ftp/p5-File-Fetch/pkg-plist | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/ftp/p5-File-Fetch/Makefile b/ftp/p5-File-Fetch/Makefile index 773fb36cb9fd..49ad221c43c9 100644 --- a/ftp/p5-File-Fetch/Makefile +++ b/ftp/p5-File-Fetch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File-Fetch -PORTVERSION= 0.10 +PORTVERSION= 0.14 CATEGORIES= ftp www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -17,7 +17,9 @@ COMMENT= A generic file fetching mechanism RUN_DEPENDS= ${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd \ ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ - ${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional + ${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + ${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check BUILD_DEPENDS= ${RUN_DEPENDS} MAN3= File::Fetch.3 diff --git a/ftp/p5-File-Fetch/distinfo b/ftp/p5-File-Fetch/distinfo index 89c8efb0e22d..c4c9d73faf91 100644 --- a/ftp/p5-File-Fetch/distinfo +++ b/ftp/p5-File-Fetch/distinfo @@ -1,3 +1,3 @@ -MD5 (File-Fetch-0.10.tar.gz) = 515746879e2ef1aa780e24c1e7b7f04f -SHA256 (File-Fetch-0.10.tar.gz) = 30b4ac3ff5cf7fa3d586eb629f8a10a012231d0ac30e859e0eafef194245ad15 -SIZE (File-Fetch-0.10.tar.gz) = 12113 +MD5 (File-Fetch-0.14.tar.gz) = 0c47389899c68e0198ce6c9a9f795ff4 +SHA256 (File-Fetch-0.14.tar.gz) = 7d4664ace266fa87bb8c21c4590330b455c5f0cf454f2dc62d3673fcea06ddbc +SIZE (File-Fetch-0.14.tar.gz) = 14937 diff --git a/ftp/p5-File-Fetch/pkg-plist b/ftp/p5-File-Fetch/pkg-plist index 222ab6a560e8..c96d5dd3c5a7 100644 --- a/ftp/p5-File-Fetch/pkg-plist +++ b/ftp/p5-File-Fetch/pkg-plist @@ -1,6 +1,5 @@ %%SITE_PERL%%/File/Fetch.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Fetch/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Fetch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Fetch @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File -@dirrm %%SITE_PERL%%/File/Fetch @dirrmtry %%SITE_PERL%%/File |