diff options
author | tobez <tobez@FreeBSD.org> | 2007-06-20 19:31:53 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2007-06-20 19:31:53 +0800 |
commit | 0a2f29147c9992bc67330789d972dfd50ff7b3b4 (patch) | |
tree | 558e9368e78beeb9fbe0543ce9397ea16239093b | |
parent | 20752b494c8a91a20f19a6c2151e884b69034438 (diff) | |
download | freebsd-ports-gnome-0a2f29147c9992bc67330789d972dfd50ff7b3b4.tar.gz freebsd-ports-gnome-0a2f29147c9992bc67330789d972dfd50ff7b3b4.tar.zst freebsd-ports-gnome-0a2f29147c9992bc67330789d972dfd50ff7b3b4.zip |
Update to 1.9. Require perl5.8.
Changes: http://search.cpan.org/src/JV/Text-Filter-1.9/CHANGES
-rw-r--r-- | textproc/p5-Text-Filter/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-Text-Filter/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Filter/pkg-plist | 2 |
3 files changed, 14 insertions, 6 deletions
diff --git a/textproc/p5-Text-Filter/Makefile b/textproc/p5-Text-Filter/Makefile index 8abe0be0d888..9400a954d7fe 100644 --- a/textproc/p5-Text-Filter/Makefile +++ b/textproc/p5-Text-Filter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Filter -PORTVERSION= 1.7 +PORTVERSION= 1.9 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -17,6 +17,12 @@ COMMENT= Base class for objects that can read and write text lines PERL_CONFIGURE= yes -MAN3= Text::Filter.3 +MAN3= Text::Filter.3 Text::Filter::Cooked.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= fails tests with perl 5.6.X. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Text-Filter/distinfo b/textproc/p5-Text-Filter/distinfo index d057505aedd0..940a463ebd8b 100644 --- a/textproc/p5-Text-Filter/distinfo +++ b/textproc/p5-Text-Filter/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Filter-1.7.tar.gz) = 3a2f2caaf3b44ae67c06cf850a42016f -SHA256 (Text-Filter-1.7.tar.gz) = 06df476bd6faebd71b76e997754c4bb24f6f4b64062cee9d9342d6e26f013563 -SIZE (Text-Filter-1.7.tar.gz) = 7447 +MD5 (Text-Filter-1.9.tar.gz) = 07a37d177d45411a02b68025a542d1a8 +SHA256 (Text-Filter-1.9.tar.gz) = 64aaa9f3641e7a16dd49a04aef0e9bf0a46fe0ada85ce03c22c8b3e1af5ff424 +SIZE (Text-Filter-1.9.tar.gz) = 13527 diff --git a/textproc/p5-Text-Filter/pkg-plist b/textproc/p5-Text-Filter/pkg-plist index 6f0745592af9..c2ef192f80cc 100644 --- a/textproc/p5-Text-Filter/pkg-plist +++ b/textproc/p5-Text-Filter/pkg-plist @@ -1,5 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Filter/.packlist %%SITE_PERL%%/Text/Filter.pm +%%SITE_PERL%%/Text/Filter/Cooked.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Filter @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text/Filter @dirrmtry %%SITE_PERL%%/Text |