diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-12-30 08:40:40 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-12-30 09:04:12 +0000 |
commit | ce0cf86d00428a4b6a2e2718620814555b99d368 (patch) | |
tree | c0439fee9cf9ebe9cb24a8ea1e2c88ca06af7ac4 | |
parent | 4ac6e9c2edf01b1fe989f1c7b3f007b492aa24ef (diff) |
textproc/codespell: Update to 2.2.2
-rw-r--r-- | textproc/codespell/Makefile | 6 | ||||
-rw-r--r-- | 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 |