Hi ports@, Here is a diff to update codespell to 1.17.1.
Comments? OK? Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/codespell/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 14 May 2020 16:02:09 -0000 1.1.1.1 +++ Makefile 29 Jun 2020 10:26:28 -0000 @@ -2,7 +2,7 @@ COMMENT = source code spelling checker -MODPY_EGG_VERSION = 1.16.0 +MODPY_EGG_VERSION = 1.17.1 DISTNAME = codespell-${MODPY_EGG_VERSION} Index: distinfo =================================================================== RCS file: /cvs/ports/textproc/codespell/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 14 May 2020 16:02:09 -0000 1.1.1.1 +++ distinfo 29 Jun 2020 10:26:28 -0000 @@ -1,2 +1,2 @@ -SHA256 (codespell-1.16.0.tar.gz) = vzt8gzJ679Jv5xhSe6qb1hAW6G25GoEjwO+cFQ+gLek= -SIZE (codespell-1.16.0.tar.gz) = 134239 +SHA256 (codespell-1.17.1.tar.gz) = JaLs2Guc3BEdxAow0O0oxXjhOgzhWNHDg/nUeBG/zSM= +SIZE (codespell-1.17.1.tar.gz) = 160708 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/textproc/codespell/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 PLIST --- pkg/PLIST 14 May 2020 16:02:09 -0000 1.1.1.1 +++ pkg/PLIST 29 Jun 2020 10:26:29 -0000 @@ -18,6 +18,11 @@ lib/python${MODPY_VERSION}/site-packages ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/codespell_lib/data/${MODPY_PYCACHE}/ lib/python${MODPY_VERSION}/site-packages/codespell_lib/data/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/codespell_lib/data/dictionary.txt +lib/python${MODPY_VERSION}/site-packages/codespell_lib/data/dictionary_code.txt +lib/python${MODPY_VERSION}/site-packages/codespell_lib/data/dictionary_en-GB_to_en-US.txt +lib/python${MODPY_VERSION}/site-packages/codespell_lib/data/dictionary_informal.txt +lib/python${MODPY_VERSION}/site-packages/codespell_lib/data/dictionary_names.txt +lib/python${MODPY_VERSION}/site-packages/codespell_lib/data/dictionary_rare.txt lib/python${MODPY_VERSION}/site-packages/codespell_lib/data/linux-kernel.exclude lib/python${MODPY_VERSION}/site-packages/codespell_lib/tests/ lib/python${MODPY_VERSION}/site-packages/codespell_lib/tests/__init__.py