pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/automake automake: support python 3.11 to 3.15
details: https://anonhg.NetBSD.org/pkgsrc/rev/d42d86a75a5a
branches: trunk
changeset: 391206:d42d86a75a5a
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 05 14:42:13 2023 +0000
description:
automake: support python 3.11 to 3.15
Bump PKGREVISION.
diffstat:
devel/automake/Makefile | 4 ++--
devel/automake/distinfo | 4 ++--
devel/automake/patches/patch-m4_python.m4 | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (49 lines):
diff -r ebe22b8836ff -r d42d86a75a5a devel/automake/Makefile
--- a/devel/automake/Makefile Thu Jan 05 14:30:21 2023 +0000
+++ b/devel/automake/Makefile Thu Jan 05 14:42:13 2023 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.119 2022/06/28 11:31:39 wiz Exp $
+# $NetBSD: Makefile,v 1.120 2023/01/05 14:42:13 wiz Exp $
#
# for major version updates, don't forget adding new links in
# mk/tools/automake.mk
DISTNAME= automake-1.16.5
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
MASTER_SITES+= ftp://sources.redhat.com/pub/automake/
diff -r ebe22b8836ff -r d42d86a75a5a devel/automake/distinfo
--- a/devel/automake/distinfo Thu Jan 05 14:30:21 2023 +0000
+++ b/devel/automake/distinfo Thu Jan 05 14:42:13 2023 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.62 2022/01/25 18:57:29 wiz Exp $
+$NetBSD: distinfo,v 1.63 2023/01/05 14:42:13 wiz Exp $
BLAKE2s (automake-1.16.5.tar.xz) = f19ed2c588acf948da71b738acff7200fcb3d25ed2249af78b79f72c2b92936c
SHA512 (automake-1.16.5.tar.xz) = 3084ae543aa3fb5a05104ffb2e66cfa9a53080f2343c44809707fd648516869511500dba50dae67ff10f92a1bf3b5a92b2a0fa01cda30adb69b9da03994d9d88
Size (automake-1.16.5.tar.xz) = 1601740 bytes
-SHA1 (patch-m4_python.m4) = b1a981b3945433457a265e5451e34f8c5593079c
+SHA1 (patch-m4_python.m4) = 12fb1ce9e09ef82975424b741253b825a56e9ab6
diff -r ebe22b8836ff -r d42d86a75a5a devel/automake/patches/patch-m4_python.m4
--- a/devel/automake/patches/patch-m4_python.m4 Thu Jan 05 14:30:21 2023 +0000
+++ b/devel/automake/patches/patch-m4_python.m4 Thu Jan 05 14:42:13 2023 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-m4_python.m4,v 1.7 2022/01/25 18:57:29 wiz Exp $
+$NetBSD: patch-m4_python.m4,v 1.8 2023/01/05 14:42:13 wiz Exp $
-Support python 3.10.
+Support python 3.10-3.15.
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53530
--- m4/python.m4.orig 2021-10-04 02:51:12.000000000 +0000
@@ -9,7 +9,7 @@
dnl supported. (2.0 was released on October 16, 2000).
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
[python python2 python3 dnl
-+ python3.10 dnl
++ python3.15 python3.14 python3.13 python3.12 python3.11 python3.10 dnl
python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl
python3.2 python3.1 python3.0 dnl
python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl
Home |
Main Index |
Thread Index |
Old Index