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: Mon Jun 22 19:09:42 UTC 2026
Modified Files:
pkgsrc/devel/automake: Makefile distinfo
Log Message:
automake: update to 1.18.1.
New in 1.18.1 (2025-06-25):
* Bugs fixed
- Undo change to mdate-sh; once again, it does not look at
SOURCE_DATE_EPOCH. This change was a misunderstanding that causes
problems, not fixes, for reproducible builds.
(https://lists.gnu.org/archive/html/automake/2025-06/msg00021.html)
- Improve debuggability of installcheck failures. (bug#78850)
To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/devel/automake/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/automake/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/automake/Makefile
diff -u pkgsrc/devel/automake/Makefile:1.121 pkgsrc/devel/automake/Makefile:1.122
--- pkgsrc/devel/automake/Makefile:1.121 Sun Jul 13 21:08:08 2025
+++ pkgsrc/devel/automake/Makefile Mon Jun 22 19:09:42 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.121 2025/07/13 21:08:08 wiz Exp $
+# $NetBSD: Makefile,v 1.122 2026/06/22 19:09:42 wiz Exp $
#
# for major version updates, don't forget adding new links in
# mk/tools/automake.mk
-DISTNAME= automake-1.18
+DISTNAME= automake-1.18.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
MASTER_SITES+= ftp://sources.redhat.com/pub/automake/
@@ -18,11 +18,10 @@ AUTOCONF_REQD+= 2.62
USE_TOOLS+= autoconf gm4:run perl:run
PLIST_SUBST+= PKG_DIR_VERSION=1.18
-GNU_CONFIGURE= YES
-_STRIPFLAG_INSTALL= # none
-INFO_FILES= YES
+GNU_CONFIGURE= yes
+INFO_FILES= yes
-# doesn't work because buildlink3 hides scripts
+# doesn't work because pkgsrc hides scripts
# from autoconf too well
#TEST_TARGET= check
Index: pkgsrc/devel/automake/distinfo
diff -u pkgsrc/devel/automake/distinfo:1.64 pkgsrc/devel/automake/distinfo:1.65
--- pkgsrc/devel/automake/distinfo:1.64 Sun Jul 13 21:08:08 2025
+++ pkgsrc/devel/automake/distinfo Mon Jun 22 19:09:42 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.64 2025/07/13 21:08:08 wiz Exp $
+$NetBSD: distinfo,v 1.65 2026/06/22 19:09:42 wiz Exp $
-BLAKE2s (automake-1.18.tar.xz) = 7347564387f0f6581d92aa41bfceb6716de1daf436fc5bf87bb68837e6f19e01
-SHA512 (automake-1.18.tar.xz) = 3488d9188a9e11a3e7f911f429ef49d2d92c5ea42262e3e288e1d4de39217facd5a7b7c7ccac06e6fd78a661985af1fe5638353575ebadffb36fc22553e5f782
-Size (automake-1.18.tar.xz) = 1652364 bytes
+BLAKE2s (automake-1.18.1.tar.xz) = 4875c1b514142e702edf013e33caa01af872c53924f8643c3121816411b99464
+SHA512 (automake-1.18.1.tar.xz) = 8baa16831416a953a743f4e3c0f55cea5ebefe0f5a7a0e390581981d4461d02dc9038415124e974b2ec390c40daaa241802cd7d42c6fafb793f87cf355db2a61
+Size (automake-1.18.1.tar.xz) = 1652392 bytes
Home |
Main Index |
Thread Index |
Old Index