On 2020/11/24 07:47, Todd C. Miller wrote: > Update textproc/codespell to 2.0.0. > > OK?
ok. > - todd > > Index: textproc/codespell/Makefile > =================================================================== > RCS file: /cvs/ports/textproc/codespell/Makefile,v > retrieving revision 1.3 > diff -u -p -u -r1.3 Makefile > --- textproc/codespell/Makefile 3 Jul 2020 21:13:12 -0000 1.3 > +++ textproc/codespell/Makefile 24 Nov 2020 14:28:40 -0000 > @@ -2,10 +2,9 @@ > > COMMENT = source code spelling checker > > -MODPY_EGG_VERSION = 1.17.1 > +MODPY_EGG_VERSION = 2.0.0 > > DISTNAME = codespell-${MODPY_EGG_VERSION} > -REVISION = 0 > > CATEGORIES = devel textproc > > Index: textproc/codespell/distinfo > =================================================================== > RCS file: /cvs/ports/textproc/codespell/distinfo,v > retrieving revision 1.2 > diff -u -p -u -r1.2 distinfo > --- textproc/codespell/distinfo 30 Jun 2020 07:55:22 -0000 1.2 > +++ textproc/codespell/distinfo 24 Nov 2020 14:29:03 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (codespell-1.17.1.tar.gz) = > JaLs2Guc3BEdxAow0O0oxXjhOgzhWNHDg/nUeBG/zSM= > -SIZE (codespell-1.17.1.tar.gz) = 160708 > +SHA256 (codespell-2.0.0.tar.gz) = > 3ZmD4Ja597qJ3S0kZtH8NyMdBg8ZBmMxuVcTQTY8d7g= > +SIZE (codespell-2.0.0.tar.gz) = 178826 > Index: textproc/codespell/pkg/PLIST > =================================================================== > RCS file: /cvs/ports/textproc/codespell/pkg/PLIST,v > retrieving revision 1.2 > diff -u -p -u -r1.2 PLIST > --- textproc/codespell/pkg/PLIST 30 Jun 2020 07:55:22 -0000 1.2 > +++ textproc/codespell/pkg/PLIST 24 Nov 2020 14:29:16 -0000 > @@ -6,11 +6,14 @@ lib/python${MODPY_VERSION}/site-packages > > lib/python${MODPY_VERSION}/site-packages/codespell-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt > > lib/python${MODPY_VERSION}/site-packages/codespell-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt > > lib/python${MODPY_VERSION}/site-packages/codespell-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe > +lib/python${MODPY_VERSION}/site-packages/codespell-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt > > lib/python${MODPY_VERSION}/site-packages/codespell-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt > lib/python${MODPY_VERSION}/site-packages/codespell_lib/ > lib/python${MODPY_VERSION}/site-packages/codespell_lib/__init__.py > +lib/python${MODPY_VERSION}/site-packages/codespell_lib/__main__.py > > ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}/ > > lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc > +lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}_codespell.${MODPY_PYC_MAGIC_TAG}pyc > lib/python${MODPY_VERSION}/site-packages/codespell_lib/_codespell.py > lib/python${MODPY_VERSION}/site-packages/codespell_lib/data/ > @@ -23,12 +26,5 @@ lib/python${MODPY_VERSION}/site-packages > > 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/dictionary_usage.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 > -${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/codespell_lib/tests/${MODPY_PYCACHE}/ > -lib/python${MODPY_VERSION}/site-packages/codespell_lib/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc > -lib/python${MODPY_VERSION}/site-packages/codespell_lib/tests/${MODPY_PYCACHE}test_basic.${MODPY_PYC_MAGIC_TAG}pyc > -lib/python${MODPY_VERSION}/site-packages/codespell_lib/tests/${MODPY_PYCACHE}test_dictionary.${MODPY_PYC_MAGIC_TAG}pyc > -lib/python${MODPY_VERSION}/site-packages/codespell_lib/tests/test_basic.py > -lib/python${MODPY_VERSION}/site-packages/codespell_lib/tests/test_dictionary.py >