diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-31 20:23:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-31 20:23:23 +0000 |
commit | d4dc090d448914e753ae8ffe98b590c02a93ceb2 (patch) | |
tree | 3a4ce592cc839c85b25a618f1d4d7038118cb33f | |
parent | - Update to 0.10 [1] (diff) |
- Update to 1.02
PR: 120663
Submitted by: lippe
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=214049
-rw-r--r-- | devel/p5-File-Flat/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-File-Flat/distinfo | 6 |
2 files changed, 22 insertions, 10 deletions
diff --git a/devel/p5-File-Flat/Makefile b/devel/p5-File-Flat/Makefile index 81ad77982b41..4607d4d125fd 100644 --- a/devel/p5-File-Flat/Makefile +++ b/devel/p5-File-Flat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File-Flat -PORTVERSION= 1.00 +PORTVERSION= 1.02 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +14,28 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Implements a flat filesystem -RUN_DEPENDS= \ - ${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \ - ${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector \ +RUN_DEPENDS= ${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/File/NCopy.pm:${PORTSDIR}/devel/p5-File-NCopy \ + ${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Copy-Recursive \ ${SITE_PERL}/File/Remove.pm:${PORTSDIR}/devel/p5-File-Remove \ ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + ${SITE_PERL}/${PERL_ARCH}/IO/File.pm:${PORTSDIR}/devel/p5-IO \ + ${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \ + ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork +BUILD_DEPENDS= ${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/File/NCopy.pm:${PORTSDIR}/devel/p5-File-NCopy \ ${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Copy-Recursive \ - ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork - -BUILD_DEPENDS= ${RUN_DEPENDS} \ + ${SITE_PERL}/File/Remove.pm:${PORTSDIR}/devel/p5-File-Remove \ + ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + ${SITE_PERL}/${PERL_ARCH}/IO/File.pm:${PORTSDIR}/devel/p5-IO \ + ${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \ + ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork \ ${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI PERL_CONFIGURE= yes diff --git a/devel/p5-File-Flat/distinfo b/devel/p5-File-Flat/distinfo index a2fb16f60047..c10bb131d92d 100644 --- a/devel/p5-File-Flat/distinfo +++ b/devel/p5-File-Flat/distinfo @@ -1,3 +1,3 @@ -MD5 (File-Flat-1.00.tar.gz) = e13c7a5ff57433a97463f589277938e8 -SHA256 (File-Flat-1.00.tar.gz) = d1c3546d11c622b34e41fb6848731f4307b0cbc1a081250c1f690a1027d35be1 -SIZE (File-Flat-1.00.tar.gz) = 45820 +MD5 (File-Flat-1.02.tar.gz) = 739127a3c18f23a26255337fc213b964 +SHA256 (File-Flat-1.02.tar.gz) = 40a846ff2554da319a59f4e20f87365b9b4acf3f946df0234749a6ef52d060cf +SIZE (File-Flat-1.02.tar.gz) = 46375 |