diff options
author | wiz <wiz@pkgsrc.org> | 2020-11-23 14:06:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-11-23 14:06:46 +0000 |
commit | d5f17866b6a873484cce6b7232e250860546e666 (patch) | |
tree | fc6dd7da416e5284fa728ca9dcbbb7876dd97428 /devel/automake | |
parent | ae98de4066c753db87e9af366a56e81ca13a8a54 (diff) | |
download | pkgsrc-d5f17866b6a873484cce6b7232e250860546e666.tar.gz |
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 (limited to 'devel/automake')
-rw-r--r-- | devel/automake/Makefile | 5 | ||||
-rw-r--r-- | devel/automake/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index 096adecd058..ab7eb6a8d86 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -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 --git a/devel/automake/distinfo b/devel/automake/distinfo index 4e848cc972e..f0703a8004b 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -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 |