aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:19:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:55 +0000
commit1f1a1f6166d20cba1a15358ec2a1e4c020d447b3 (patch)
tree996b9cf9ebb7a588fa77120945ffde832c47c44e
parentdc8ac8b51043ce7cffdfd731f4464e21a9e9b5ba (diff)
downloadports-1f1a1f6166d20cba1a15358ec2a1e4c020d447b3.tar.gz
ports-1f1a1f6166d20cba1a15358ec2a1e4c020d447b3.zip
textproc/py-snowballstemmer: Update WWW and clean up pkg-descr
-rw-r--r--textproc/py-snowballstemmer/Makefile3
-rw-r--r--textproc/py-snowballstemmer/pkg-descr2
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