pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/automake



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan  5 14:42:13 UTC 2023

Modified Files:
        pkgsrc/devel/automake: Makefile distinfo
        pkgsrc/devel/automake/patches: patch-m4_python.m4

Log Message:
automake: support python 3.11 to 3.15

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/devel/automake/Makefile
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/automake/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/automake/patches/patch-m4_python.m4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/automake/Makefile
diff -u pkgsrc/devel/automake/Makefile:1.119 pkgsrc/devel/automake/Makefile:1.120
--- pkgsrc/devel/automake/Makefile:1.119        Tue Jun 28 11:31:39 2022
+++ pkgsrc/devel/automake/Makefile      Thu Jan  5 14:42:13 2023
@@ -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/

Index: pkgsrc/devel/automake/distinfo
diff -u pkgsrc/devel/automake/distinfo:1.62 pkgsrc/devel/automake/distinfo:1.63
--- pkgsrc/devel/automake/distinfo:1.62 Tue Jan 25 18:57:29 2022
+++ pkgsrc/devel/automake/distinfo      Thu Jan  5 14:42:13 2023
@@ -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

Index: pkgsrc/devel/automake/patches/patch-m4_python.m4
diff -u pkgsrc/devel/automake/patches/patch-m4_python.m4:1.7 pkgsrc/devel/automake/patches/patch-m4_python.m4:1.8
--- pkgsrc/devel/automake/patches/patch-m4_python.m4:1.7        Tue Jan 25 18:57:29 2022
+++ pkgsrc/devel/automake/patches/patch-m4_python.m4    Thu Jan  5 14:42:13 2023
@@ -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 @@ http://debbugs.gnu.org/cgi/bugreport.cgi
    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