diff options
author | clsung <clsung@FreeBSD.org> | 2004-08-31 15:15:03 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-08-31 15:15:03 +0800 |
commit | 924858b9421fc83f08099a956f8646dad44e5fc3 (patch) | |
tree | 39e7ba8e48db97d6c420ebe6cc5f2175fb68771f | |
parent | 5092c2628da7dc52cd937dacf89f9901c2a3857f (diff) | |
download | freebsd-ports-gnome-924858b9421fc83f08099a956f8646dad44e5fc3.tar.gz freebsd-ports-gnome-924858b9421fc83f08099a956f8646dad44e5fc3.tar.zst freebsd-ports-gnome-924858b9421fc83f08099a956f8646dad44e5fc3.zip |
- Update to 0.81
- add dependency of Lingua-Stem-Ru
- modify WWW in pkg-descr
PR: ports/69714
Reviewed by: maintainer (thorsten.greiner at web.de)
Approved by: leeym (mentor)
-rw-r--r-- | textproc/p5-Lingua-Stem/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-Lingua-Stem/Makefile b/textproc/p5-Lingua-Stem/Makefile index 6df84232cc06..8cc2aa9e61d4 100644 --- a/textproc/p5-Lingua-Stem/Makefile +++ b/textproc/p5-Lingua-Stem/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Lingua-Stem -PORTVERSION= 0.70 +PORTVERSION= 0.81 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Lingua @@ -18,6 +18,7 @@ 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/Ru.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Ru \ ${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 \ ${SITE_PERL}/Lingua/Stem/Snowball/Se.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Se \ diff --git a/textproc/p5-Lingua-Stem/distinfo b/textproc/p5-Lingua-Stem/distinfo index fc60838cb3fe..8f017577d6df 100644 --- a/textproc/p5-Lingua-Stem/distinfo +++ b/textproc/p5-Lingua-Stem/distinfo @@ -1,2 +1,2 @@ -MD5 (Lingua-Stem-0.70.tar.gz) = 95f120129265bd6d4835f7403ceb8a12 -SIZE (Lingua-Stem-0.70.tar.gz) = 19172 +MD5 (Lingua-Stem-0.81.tar.gz) = 94d85dc2fd40db4483e3bff9206d8cad +SIZE (Lingua-Stem-0.81.tar.gz) = 105350 diff --git a/textproc/p5-Lingua-Stem/pkg-descr b/textproc/p5-Lingua-Stem/pkg-descr index 0e5f65242f1a..72666aee6122 100644 --- a/textproc/p5-Lingua-Stem/pkg-descr +++ b/textproc/p5-Lingua-Stem/pkg-descr @@ -14,4 +14,4 @@ Currently supported locales are: PT - Portuguese SV - Swedish -WWW: http://search.cpan.org/~snowhare/Lingua-Stem-0.61/lib/Lingua/Stem.pm +WWW: http://search.cpan.org/~snowhare/Lingua-Stem/ |