git: 902e6a6b316a - main - devel/py-sqlfluff: fix typo

From: Hajimu UMEMOTO <ume_at_FreeBSD.org>
Date: Sat, 31 May 2025 07:03:18 UTC
The branch main has been updated by ume:

URL: https://cgit.FreeBSD.org/ports/commit/?id=902e6a6b316aa47fd0eab9f1d1051158c5127802

commit 902e6a6b316aa47fd0eab9f1d1051158c5127802
Author:     Hajimu UMEMOTO <ume@FreeBSD.org>
AuthorDate: 2025-05-31 07:02:44 +0000
Commit:     Hajimu UMEMOTO <ume@FreeBSD.org>
CommitDate: 2025-05-31 07:02:44 +0000

    devel/py-sqlfluff: fix typo
---
 devel/py-sqlfluff/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/py-sqlfluff/Makefile b/devel/py-sqlfluff/Makefile
index 48cfdd7afa3a..1102504ffd13 100644
--- a/devel/py-sqlfluff/Makefile
+++ b/devel/py-sqlfluff/Makefile
@@ -1,13 +1,14 @@
 PORTNAME=	sqlfluff
 PORTVERSION=	3.4.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ume@FreeBSD.org
-COMMENT=	The SQL Linter for Humans
+COMMENT=	SQL Linter for Humans
 WWW=		https://sqlfluff.com/ \
-		https://github.com/sqlfluff/sqlfluff2
+		https://github.com/sqlfluff/sqlfluff
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md