pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/autoconf
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 3 20:00:38 UTC 2021
Modified Files:
pkgsrc/devel/autoconf: Makefile distinfo
Log Message:
autoconf: update to 2.71.
* Noteworthy changes in release 2.71 (2021-01-28) [stable]
** Bug fixes, including:
*** Compilers that support C99 but not C2011 are detected correctly.
*** Compatibility improved with clang and Oracle C++.
*** Compatibility restored with automake's rules for regenerating configure.
*** Compatibility restored with old versions of std-gnu11.m4.
Packages that wish to maintain compatibility with Autoconf 2.69 or
older, should update their copy of std-gnu11.m4 from Gnulib as soon
as practical, as the compatibility code bulks up the configure script.
Packages that require Autoconf 2.70 can drop this file entirely.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/devel/autoconf/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/autoconf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/autoconf/Makefile
diff -u pkgsrc/devel/autoconf/Makefile:1.99 pkgsrc/devel/autoconf/Makefile:1.100
--- pkgsrc/devel/autoconf/Makefile:1.99 Sun Jan 3 11:15:21 2021
+++ pkgsrc/devel/autoconf/Makefile Wed Feb 3 20:00:38 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.99 2021/01/03 11:15:21 js Exp $
+# $NetBSD: Makefile,v 1.100 2021/02/03 20:00:38 wiz Exp $
#
# When updating this package, please update mk/gnu-config/config.guess and
# mk/gnu-config/config.sub as well.
-DISTNAME= autoconf-2.70
+DISTNAME= autoconf-2.71
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
Index: pkgsrc/devel/autoconf/distinfo
diff -u pkgsrc/devel/autoconf/distinfo:1.30 pkgsrc/devel/autoconf/distinfo:1.31
--- pkgsrc/devel/autoconf/distinfo:1.30 Sat Jan 2 20:38:56 2021
+++ pkgsrc/devel/autoconf/distinfo Wed Feb 3 20:00:38 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.30 2021/01/02 20:38:56 js Exp $
+$NetBSD: distinfo,v 1.31 2021/02/03 20:00:38 wiz Exp $
-SHA1 (autoconf-2.70.tar.gz) = 890559932abf6181677eff03674fd7ad157dbc8f
-RMD160 (autoconf-2.70.tar.gz) = c2fa2477310d3290f3a4f4b90acb34b21c23601d
-SHA512 (autoconf-2.70.tar.gz) = 39bc9340d4c5fcf3d6c3842ac04ed90bf06216092023208fc29cf9fd491d43cd127873982eeb2a37cec8606b0b1ea4f7ab1b76350b334195f2120b064c620cc8
-Size (autoconf-2.70.tar.gz) = 2079248 bytes
+SHA1 (autoconf-2.71.tar.gz) = abe5a4bcf06ebd1bbbf81007159df346f5c1db8b
+RMD160 (autoconf-2.71.tar.gz) = d043f9408869e0fdb4b9d797f385ada78b1a28fb
+SHA512 (autoconf-2.71.tar.gz) = 2bc5331f9807da8754b2ee623a30299cc0d103d6f98068a4c22263aab67ff148b7ad3a1646bd274e604bc08a8ef0ac2601e6422e641ad0cfab2222d60a58c5a8
+Size (autoconf-2.71.tar.gz) = 2003781 bytes
SHA1 (patch-lib_autoconf_fortran.m4) = 4ac5fd71faf537b9839734a17da8d9890522252e
Home |
Main Index |
Thread Index |
Old Index