diff options
author | arved <arved@FreeBSD.org> | 2004-08-09 22:31:20 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-09 22:31:20 +0800 |
commit | 5887d5045552a47edf7bf4379a398fca6bf663d6 (patch) | |
tree | f8d2bf1e2e706f760beb1ff2b864a51895279a41 /textproc | |
parent | 9ca077e4b42d60bb05d35b13fdd808f4669fe0f8 (diff) | |
download | freebsd-ports-gnome-5887d5045552a47edf7bf4379a398fca6bf663d6.tar.gz freebsd-ports-gnome-5887d5045552a47edf7bf4379a398fca6bf663d6.tar.zst freebsd-ports-gnome-5887d5045552a47edf7bf4379a398fca6bf663d6.zip |
Update to 0.70
Add dependency on p5-Lingua-Stem-Fr
PR: 67269
Submitted by: Thorsten Greiner <thorsten@tgreiner.net>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-Stem/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-Lingua-Stem/Makefile b/textproc/p5-Lingua-Stem/Makefile index 8ad82bb2e0b4..6df84232cc06 100644 --- a/textproc/p5-Lingua-Stem/Makefile +++ b/textproc/p5-Lingua-Stem/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Lingua-Stem -PORTVERSION= 0.61 -PORTREVISION= 1 +PORTVERSION= 0.70 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Lingua @@ -17,6 +16,7 @@ MAINTAINER= thorsten.greiner@web.de COMMENT= Provides word stemming algorithms localized by language BUILD_DEPENDS= ${SITE_PERL}/Lingua/PT/Stemmer.pm:${PORTSDIR}/textproc/p5-Lingua-PT-Stemmer \ + ${SITE_PERL}/Lingua/Stem/Fr.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Fr \ ${SITE_PERL}/Lingua/Stem/It.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-It \ ${SITE_PERL}/Lingua/Stem/Snowball/Da.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Da \ ${SITE_PERL}/Lingua/Stem/Snowball/No.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-No \ diff --git a/textproc/p5-Lingua-Stem/distinfo b/textproc/p5-Lingua-Stem/distinfo index 4948703527eb..fc60838cb3fe 100644 --- a/textproc/p5-Lingua-Stem/distinfo +++ b/textproc/p5-Lingua-Stem/distinfo @@ -1,2 +1,2 @@ -MD5 (Lingua-Stem-0.61.tar.gz) = ca99b08aa82fcbcd749d4903b205fcec -SIZE (Lingua-Stem-0.61.tar.gz) = 16670 +MD5 (Lingua-Stem-0.70.tar.gz) = 95f120129265bd6d4835f7403ceb8a12 +SIZE (Lingua-Stem-0.70.tar.gz) = 19172 |