Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:38:56 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1f1a1f6166d2 - main - textproc/py-snowballstemmer: Update WWW and clean up pkg-descr
Message-ID:  <202304051738.335HcupF089596@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051738.335HcupF089596>