git: 1f1a1f6166d2 - main - textproc/py-snowballstemmer: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:38:56 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1f1a1f6166d20cba1a15358ec2a1e4c020d447b3
commit 1f1a1f6166d20cba1a15358ec2a1e4c020d447b3
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:19:46 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:55 +0000
textproc/py-snowballstemmer: Update WWW and clean up pkg-descr
---
textproc/py-snowballstemmer/Makefile | 3 ++-
textproc/py-snowballstemmer/pkg-descr | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/textproc/py-snowballstemmer/Makefile b/textproc/py-snowballstemmer/Makefile
index 709bf9932a03..1a26048f87da 100644
--- a/textproc/py-snowballstemmer/Makefile
+++ b/textproc/py-snowballstemmer/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Snowball stemming library collection for Python
-WWW= https://snowballstem.org/
+WWW= https://snowballstem.org/ \
+ https://github.com/snowballstem/snowball
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/textproc/py-snowballstemmer/pkg-descr b/textproc/py-snowballstemmer/pkg-descr
index 35295c936d85..cc08046f59c0 100644
--- a/textproc/py-snowballstemmer/pkg-descr
+++ b/textproc/py-snowballstemmer/pkg-descr
@@ -6,5 +6,3 @@ Stemming maps different forms of the same word to a common "stem" - for example,
the English stemmer maps connection, connections, connective, connected, and
connecting to connect. So a searching for connected would also find documents
which only have the other forms.
-
-See also: https://github.com/snowballstem/snowball