diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-11-15 11:09:45 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-11-15 11:09:45 +0000 |
commit | d93fa7944623ff008561239e3f02641a6467f8d9 (patch) | |
tree | 40d1f865d4d684b88bf6bbc84f2eee94489dc1df /textproc/p5-Text-Ngram | |
parent | 22bcfc3e744f270403f793411530b169e8bba612 (diff) | |
download | ports-d93fa7944623ff008561239e3f02641a6467f8d9.tar.gz ports-d93fa7944623ff008561239e3f02641a6467f8d9.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Ngram')
-rw-r--r-- | textproc/p5-Text-Ngram/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Ngram/distinfo | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Ngram/pkg-plist | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/textproc/p5-Text-Ngram/Makefile b/textproc/p5-Text-Ngram/Makefile index fa43fc985854..3820423cfda9 100644 --- a/textproc/p5-Text-Ngram/Makefile +++ b/textproc/p5-Text-Ngram/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Ngram -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -22,7 +22,7 @@ MAN3= Text::Ngram.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-Text-Ngram/distinfo b/textproc/p5-Text-Ngram/distinfo index 0c9186f94240..b1ebe9a8ce3b 100644 --- a/textproc/p5-Text-Ngram/distinfo +++ b/textproc/p5-Text-Ngram/distinfo @@ -1,2 +1,3 @@ -MD5 (Text-Ngram-0.07.tar.gz) = 3145910daaae4fd4b5685c6899ac72ee -SIZE (Text-Ngram-0.07.tar.gz) = 10284 +MD5 (Text-Ngram-0.08.tar.gz) = cbab4bd78df53428ef2ed5c0f49bab11 +SHA256 (Text-Ngram-0.08.tar.gz) = 80b0b85d90b79b1b702a2d83dd3b59887a43a0989b52ec007ca1fdba7291dfed +SIZE (Text-Ngram-0.08.tar.gz) = 10760 diff --git a/textproc/p5-Text-Ngram/pkg-plist b/textproc/p5-Text-Ngram/pkg-plist index f240cf4780d2..ee1fda6040c1 100644 --- a/textproc/p5-Text-Ngram/pkg-plist +++ b/textproc/p5-Text-Ngram/pkg-plist @@ -1,7 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Ngram.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Ngram/Ngram.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Ngram/Ngram.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Ngram/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/Text/Ngram.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Ngram @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text 2>/dev/null || true |