diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-23 19:12:32 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-23 19:12:32 +0000 |
commit | f4a0b4f96bc045e5c89c8ada2afd1151d6c02e35 (patch) | |
tree | 203aca1532b3a8346d6c8eed5a78ae1c84a2e685 /ftp/p5-File-Fetch | |
parent | 9b77fda4bbed6bb9587af3e55b25f3928bd2224d (diff) | |
download | ports-f4a0b4f96bc045e5c89c8ada2afd1151d6c02e35.tar.gz ports-f4a0b4f96bc045e5c89c8ada2afd1151d6c02e35.zip |
Notes
Diffstat (limited to 'ftp/p5-File-Fetch')
-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 |