pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/automake automake: update to 1.16.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2d7019226023
branches: trunk
changeset: 442330:2d7019226023
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 23 14:06:46 2020 +0000
description:
automake: update to 1.16.3.
New in 1.16.3:
* New features added
- In the testsuite summary, the "for $(PACKAGE_STRING)" suffix
can be overridden with the AM_TESTSUITE_SUMMARY_HEADER variable.
* Bugs fixed
- Python 3.10 version number no longer considered to be 3.1.
- Broken links in manual fixed or removed, and new script
contrib/checklinkx (a small modification of W3C checklink) added,
with accompany target checklinkx to recheck urls.
- install-exec target depends on $(BUILT_SOURCES).
- valac argument matching more precise, to avoid garbage in DIST_COMMON.
- Support for Vala in VPATH builds fixed so that both freshly-generated and
distributed C files work, and operation is more reliable with or without
an installed valac.
- Dejagnu doesn't break on directories containing spaces.
* Distribution
- new variable AM_DISTCHECK_DVI_TARGET, to allow overriding the
"make dvi" that is done as part of distcheck.
* Miscellaneous changes
- install-sh tweaks:
. new option -p to preserve mtime, i.e., invoke cp -p.
. new option -S SUFFIX to attempt backup files using SUFFIX.
. no longer unconditionally uses -f when rm is overridden by RMPROG.
. does not chown existing directories.
- Removed function up_to_date_p in lib/Automake/FileUtils.pm.
We believe this function is completely unused.
- Support for in-tree Vala libraries improved.
diffstat:
devel/automake/Makefile | 5 ++---
devel/automake/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r ce533afc485c -r 2d7019226023 devel/automake/Makefile
--- a/devel/automake/Makefile Mon Nov 23 14:00:51 2020 +0000
+++ b/devel/automake/Makefile Mon Nov 23 14:06:46 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.112 2020/08/31 18:07:16 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2020/11/23 14:06:46 wiz Exp $
#
# for major version updates, don't forget adding new links in
# mk/tools/automake.mk
-DISTNAME= automake-1.16.2
-PKGREVISION= 1
+DISTNAME= automake-1.16.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
MASTER_SITES+= ftp://sources.redhat.com/pub/automake/
diff -r ce533afc485c -r 2d7019226023 devel/automake/distinfo
--- a/devel/automake/distinfo Mon Nov 23 14:00:51 2020 +0000
+++ b/devel/automake/distinfo Mon Nov 23 14:06:46 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.55 2020/03/31 16:45:31 wiz Exp $
+$NetBSD: distinfo,v 1.56 2020/11/23 14:06:46 wiz Exp $
-SHA1 (automake-1.16.2.tar.xz) = f87fd355c6142e4e87d7a69702697f3a30c922d8
-RMD160 (automake-1.16.2.tar.xz) = 483c1d1f85b881e1df853df762a9d82f32e9e4ae
-SHA512 (automake-1.16.2.tar.xz) = a4aa0e41ceaa7df5bc303a6004597fb158f4198594017cd2c586fd9f5a29233e081766bf22b7e4ef0d4c8c3d45a8591009427efa319b362922a958ac1ef6e27b
-Size (automake-1.16.2.tar.xz) = 1545912 bytes
+SHA1 (automake-1.16.3.tar.xz) = ae1c5fd2f3b73f5e2d40d6486bc845332a71df31
+RMD160 (automake-1.16.3.tar.xz) = 550f56c5dac1d4879670c71290bc4cbe58f2c9b0
+SHA512 (automake-1.16.3.tar.xz) = 7265aeb7f82a8a205761d76e6ade7b7e97831c283349fd80f86e511f4b0b3e17f429d1506fca84c76079f63781e5dbf5ca81455d6bf6cda27d2e5c3d23b0d1aa
+Size (automake-1.16.3.tar.xz) = 1590708 bytes
Home |
Main Index |
Thread Index |
Old Index