git: 77c58b3b8614 - main - textproc/py-simplebayes: Remove non-ASCII character from COMMENT

Yuri Victorovich yuri at FreeBSD.org
Fri Apr 9 20:19:59 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=77c58b3b86144f2d9886053640ecec15623ac8fb

commit 77c58b3b86144f2d9886053640ecec15623ac8fb
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-09 20:18:03 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-04-09 20:19:57 +0000

    textproc/py-simplebayes: Remove non-ASCII character from COMMENT
    
    PR:             254928
    Reported by:    Radim Kolar <hsn at sendmail.cz>
---
 textproc/py-simplebayes/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/py-simplebayes/Makefile b/textproc/py-simplebayes/Makefile
index 6f67177fd8c9..1fc4322ebec4 100644
--- a/textproc/py-simplebayes/Makefile
+++ b/textproc/py-simplebayes/Makefile
@@ -5,7 +5,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri at FreeBSD.org
-COMMENT=	Memory-based, optional-persistence naïve bayesian text classifier
+COMMENT=	Memory-based, optional-persistence naive bayesian text classifier
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE


More information about the dev-commits-ports-all mailing list