Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:08:46 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: ce0cf86d0042 - main - textproc/codespell: Update to 2.2.2
Message-ID:  <202212300908.2BU98k6F000398@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=ce0cf86d00428a4b6a2e2718620814555b99d368

commit ce0cf86d00428a4b6a2e2718620814555b99d368
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:40:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:04:12 +0000

    textproc/codespell: Update to 2.2.2
    
    Changes:        https://github.com/codespell-project/codespell/releases
---
 textproc/codespell/Makefile | 6 ++++--
 textproc/codespell/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/textproc/codespell/Makefile b/textproc/codespell/Makefile
index 7dd9fb2337a6..5bec20698bdc 100644
--- a/textproc/codespell/Makefile
+++ b/textproc/codespell/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	codespell
-PORTVERSION=	2.2.1
+PORTVERSION=	2.2.2
 CATEGORIES=	textproc
 MASTER_SITES=	CHEESESHOP
 
@@ -10,7 +10,7 @@ WWW=		https://github.com/codespell-project/codespell
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		python:3.5+
+USES=		python:3.7+ shebangfix
 USE_PYTHON=	autoplist concurrent distutils noflavors
 
 NO_ARCH=	yes
@@ -18,4 +18,6 @@ NO_ARCH=	yes
 SUB_FILES=	pkg-message
 SUB_LIST=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
 
+SHEBANG_FILES=	bin/codespell
+
 .include <bsd.port.mk>
diff --git a/textproc/codespell/distinfo b/textproc/codespell/distinfo
index f5e8d8d8e8a7..92f260c7bbb5 100644
--- a/textproc/codespell/distinfo
+++ b/textproc/codespell/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1661599157
-SHA256 (codespell-2.2.1.tar.gz) = 569b67e5e5c3ade02a1e23f6bbc56c64b608a3ab48ddd943ece0a03e6c346ed1
-SIZE (codespell-2.2.1.tar.gz) = 208802
+TIMESTAMP = 1669057567
+SHA256 (codespell-2.2.2.tar.gz) = c4d00c02b5a2a55661f00d5b4b3b5a710fa803ced9a9d7e45438268b099c319c
+SIZE (codespell-2.2.2.tar.gz) = 213652



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