On Wed, Aug 26, 2020 at 02:00:42AM +0000, Ian McWilliam wrote: > Package errors. Patch attached.
Alright. I checked out a ports tree on a 6.7 machine and checked it this time. Your patch would work, but this is the actual result of regenerating the PLIST. --Kurt Index: pkg/PLIST-idle =================================================================== RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-idle,v retrieving revision 1.8.2.1 diff -u -p -r1.8.2.1 PLIST-idle --- pkg/PLIST-idle 24 Aug 2020 15:01:20 -0000 1.8.2.1 +++ pkg/PLIST-idle 26 Aug 2020 06:06:02 -0000 @@ -17,7 +17,6 @@ lib/python3.7/idlelib/ChangeLog lib/python3.7/idlelib/HISTORY.txt lib/python3.7/idlelib/Icons/ lib/python3.7/idlelib/Icons/folder.gif -lib/python3.7/idlelib/Icons/idle.icns lib/python3.7/idlelib/Icons/idle.ico lib/python3.7/idlelib/Icons/idle_16.gif lib/python3.7/idlelib/Icons/idle_16.png Index: pkg/PLIST-main =================================================================== RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-main,v retrieving revision 1.12.2.1 diff -u -p -r1.12.2.1 PLIST-main --- pkg/PLIST-main 24 Aug 2020 15:01:20 -0000 1.12.2.1 +++ pkg/PLIST-main 26 Aug 2020 06:06:03 -0000 @@ -1798,8 +1798,8 @@ lib/python3.7/ensurepip/__pycache__/_uni lib/python3.7/ensurepip/__pycache__/_uninstall.cpython-37.opt-2.pyc lib/python3.7/ensurepip/__pycache__/_uninstall.cpython-37.pyc lib/python3.7/ensurepip/_bundled/ -lib/python3.7/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl -lib/python3.7/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl +lib/python3.7/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl +lib/python3.7/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl lib/python3.7/ensurepip/_uninstall.py lib/python3.7/enum.py lib/python3.7/filecmp.py @@ -1854,6 +1854,7 @@ lib/python3.7/http/client.py lib/python3.7/http/cookiejar.py lib/python3.7/http/cookies.py lib/python3.7/http/server.py +lib/python3.7/idlelib/Icons/README.txt lib/python3.7/imaplib.py lib/python3.7/imghdr.py lib/python3.7/imp.py
