diff options
author | tobez <tobez@FreeBSD.org> | 2006-02-16 21:25:27 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-02-16 21:25:27 +0800 |
commit | 4d4ea6ae9bb2fd9721bba871bb2d6b636b499604 (patch) | |
tree | cafc330d3af8ff06820c011d6bdeb7cb61547c43 /textproc/p5-Lingua-Stem-Snowball | |
parent | 301cdf9b6280a2d10858413897530c9cd6c4a7e7 (diff) | |
download | freebsd-ports-gnome-4d4ea6ae9bb2fd9721bba871bb2d6b636b499604.tar.gz freebsd-ports-gnome-4d4ea6ae9bb2fd9721bba871bb2d6b636b499604.tar.zst freebsd-ports-gnome-4d4ea6ae9bb2fd9721bba871bb2d6b636b499604.zip |
Update to 0.94. It now requires lang/perl5.8.
Diffstat (limited to 'textproc/p5-Lingua-Stem-Snowball')
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball/pkg-plist | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/textproc/p5-Lingua-Stem-Snowball/Makefile b/textproc/p5-Lingua-Stem-Snowball/Makefile index ac888ea699d1..d012c8a5b0ff 100644 --- a/textproc/p5-Lingua-Stem-Snowball/Makefile +++ b/textproc/p5-Lingua-Stem-Snowball/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Lingua-Stem-Snowball -PORTVERSION= 0.93 +PORTVERSION= 0.94 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Lingua @@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Lingua::Stem::Snowball.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= "This port requires perl 5.6 or newer" +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-Lingua-Stem-Snowball/distinfo b/textproc/p5-Lingua-Stem-Snowball/distinfo index e46d90560c8f..5126f2536a0e 100644 --- a/textproc/p5-Lingua-Stem-Snowball/distinfo +++ b/textproc/p5-Lingua-Stem-Snowball/distinfo @@ -1,3 +1,3 @@ -MD5 (Lingua-Stem-Snowball-0.93.tar.gz) = b3f32161b5617141932861f844979e24 -SHA256 (Lingua-Stem-Snowball-0.93.tar.gz) = 0e61253a1ea93fa8b7ee2d6b955c4ca9d4468f9af548538581422864e228f803 -SIZE (Lingua-Stem-Snowball-0.93.tar.gz) = 85340 +MD5 (Lingua-Stem-Snowball-0.94.tar.gz) = 39a2e6d0e919787694fd514e11e7abad +SHA256 (Lingua-Stem-Snowball-0.94.tar.gz) = 9f68c65214d59774e102650a58e4b2f6fcd9e3a5b0ef697b3a4ab281e7f7ef96 +SIZE (Lingua-Stem-Snowball-0.94.tar.gz) = 154753 diff --git a/textproc/p5-Lingua-Stem-Snowball/pkg-plist b/textproc/p5-Lingua-Stem-Snowball/pkg-plist index 96b35789455d..8a5a1181561d 100644 --- a/textproc/p5-Lingua-Stem-Snowball/pkg-plist +++ b/textproc/p5-Lingua-Stem-Snowball/pkg-plist @@ -1,6 +1,4 @@ -bin/add_stemmer.pl %%SITE_PERL%%/%%PERL_ARCH%%/Lingua/Stem/Snowball.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Snowball.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Snowball.so @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball |