CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/12/21 04:32:44
Modified files:
lang/python : Makefile.inc python.port.mk
lang/python/2.7: Makefile
lang/python/3 : Makefile distinfo
lang/python/3/files: CHANGES.OpenBSD
lang/python/3/patches: patch-Modules__hashopenssl_c
patch-Modules__ssl_c
patch-Python_fileutils_c
patch-configure_ac
lang/python/3/pkg: PLIST-gdbm PLIST-idle PLIST-main PLIST-tests
PLIST-tkinter
Log message:
update python/3 to 3.12.8 and do some other overhaul while there
(since any python branch switch touches thousands of ports):
- stop using FLAVOR=python3 / MODPY_FLAVOR / etc in py3 ports.
- rename MODPY_EGG_VERSION (which refers to an obsolete packaging
format) with MODPY_DISTV (easier to type and line up in Makefiles)
bumps and adjustments to follow. lots of help from tb@, thanks!