Download raw body.
devel/automake and Python 2
automake has supported Python 3 since version 1.11. Our continued use of
Python 2 is unnecessary.
I sent this diff out about a year and Stuart okay'ed it back then but I
never committed it. (I only did the bits for earlier automake versions).
I'm aiming to commit this in the next few days unless any objections and
wanted to send out a heads up given that these are somewhat important
ports.
Any more oks? Or objections?
Index: 1.11/Makefile
===================================================================
RCS file: /cvs/ports/devel/automake/1.11/Makefile,v
diff -u -p -u -r1.21 Makefile
--- 1.11/Makefile 6 Dec 2022 15:34:34 -0000 1.21
+++ 1.11/Makefile 14 Jun 2025 19:39:48 -0000
@@ -1,9 +1,7 @@
VERSION= 1.11
DISTNAME= automake-${VERSION}.6
-REVISION= 3
+REVISION= 4
PKGSPEC= automake->=${VERSION},<1.12
-
-MODPY_VERSION= ${MODPY_DEFAULT_VERSION_2}
AUTOCONF_VERSION= 2.69
Index: 1.12/Makefile
===================================================================
RCS file: /cvs/ports/devel/automake/1.12/Makefile,v
diff -u -p -u -r1.17 Makefile
--- 1.12/Makefile 6 Dec 2022 15:34:35 -0000 1.17
+++ 1.12/Makefile 14 Jun 2025 19:39:48 -0000
@@ -1,10 +1,8 @@
VERSION= 1.12
DISTNAME= automake-${VERSION}.6
-REVISION= 2
+REVISION= 3
PKGSPEC= automake->=${VERSION},<1.13
EXTRACT_SUFX= .tar.xz
-
-MODPY_VERSION= ${MODPY_DEFAULT_VERSION_2}
AUTOCONF_VERSION= 2.69
Index: 1.13/Makefile
===================================================================
RCS file: /cvs/ports/devel/automake/1.13/Makefile,v
diff -u -p -u -r1.12 Makefile
--- 1.13/Makefile 6 Dec 2022 15:34:35 -0000 1.12
+++ 1.13/Makefile 14 Jun 2025 19:39:48 -0000
@@ -1,10 +1,8 @@
VERSION= 1.13
DISTNAME= automake-${VERSION}.4
-REVISION= 2
+REVISION= 3
PKGSPEC= automake->=${VERSION},<1.14
EXTRACT_SUFX= .tar.xz
-
-MODPY_VERSION= ${MODPY_DEFAULT_VERSION_2}
AUTOCONF_VERSION= 2.69
Index: 1.14/Makefile
===================================================================
RCS file: /cvs/ports/devel/automake/1.14/Makefile,v
diff -u -p -u -r1.9 Makefile
--- 1.14/Makefile 6 Dec 2022 15:34:35 -0000 1.9
+++ 1.14/Makefile 14 Jun 2025 19:39:48 -0000
@@ -1,10 +1,8 @@
VERSION= 1.14
DISTNAME= automake-${VERSION}.1
-REVISION= 1
+REVISION= 2
PKGSPEC= automake->=${VERSION},<1.15
EXTRACT_SUFX= .tar.xz
-
-MODPY_VERSION= ${MODPY_DEFAULT_VERSION_2}
AUTOCONF_VERSION= 2.69
Index: 1.15/Makefile
===================================================================
RCS file: /cvs/ports/devel/automake/1.15/Makefile,v
diff -u -p -u -r1.7 Makefile
--- 1.15/Makefile 28 Dec 2024 11:27:43 -0000 1.7
+++ 1.15/Makefile 14 Jun 2025 19:39:48 -0000
@@ -1,10 +1,8 @@
VERSION= 1.15
DISTNAME= automake-${VERSION}.1
PKGSPEC= automake->=${VERSION},<1.16
-REVISION= 0
+REVISION= 1
EXTRACT_SUFX= .tar.xz
-
-MODPY_VERSION= ${MODPY_DEFAULT_VERSION_2}
AUTOCONF_VERSION= 2.69
devel/automake and Python 2