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.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b38f29ee73ec
branches:  trunk
changeset: 414695:b38f29ee73ec
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 31 16:45:31 2020 +0000

description:
automake: update to 1.16.2.

New in 1.16.2:

* New features added

  - add zstd support and the automake option, dist-zstd.

* Miscellaneous changes

  - automake no longer requires a @setfilename in each .texi file

* Bugs fixed

  - When cleaning the compiled python files, '\n' is not used anymore in the
    substitution text of 'sed' transformations.  This is done to preserve
    compatibility with the 'sed' implementation provided by macOS which
    considers '\n' as the 'n' character instead of a newline.
    (automake bug#31222)

  - For make tags, lisp_LISP is followed by the necessary space when
    used with CONFIG_HEADERS.
    (automake bug#38139)

  - The automake test txinfo-vtexi4.sh no longer fails when localtime
    and UTC cross a day boundary.

  - Emacsen older than version 25, which require use of
    byte-compile-dest-file, are supported again.

diffstat:

 devel/automake/Makefile |   5 ++---
 devel/automake/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 2d63f8de3e2a -r b38f29ee73ec devel/automake/Makefile
--- a/devel/automake/Makefile   Tue Mar 31 16:44:27 2020 +0000
+++ b/devel/automake/Makefile   Tue Mar 31 16:45:31 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.109 2020/01/18 23:30:23 rillig Exp $
+# $NetBSD: Makefile,v 1.110 2020/03/31 16:45:31 wiz Exp $
 #
 # for major version updates, don't forget adding new links in
 # mk/tools/automake.mk
 
-DISTNAME=      automake-1.16.1
-PKGREVISION=   1
+DISTNAME=      automake-1.16.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=automake/}
 MASTER_SITES+= ftp://sources.redhat.com/pub/automake/
diff -r 2d63f8de3e2a -r b38f29ee73ec devel/automake/distinfo
--- a/devel/automake/distinfo   Tue Mar 31 16:44:27 2020 +0000
+++ b/devel/automake/distinfo   Tue Mar 31 16:45:31 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.54 2018/12/01 04:58:36 wiz Exp $
+$NetBSD: distinfo,v 1.55 2020/03/31 16:45:31 wiz Exp $
 
-SHA1 (automake-1.16.1.tar.xz) = 1012bc79956013d53da0890f8493388a6cb20831
-RMD160 (automake-1.16.1.tar.xz) = 8c2a91e8fc0595dbf4854be3cef4d14bb8c5e756
-SHA512 (automake-1.16.1.tar.xz) = 4013bd31f4903b10875caa7d6ac16a14623a4eb91aa758924dee5b990e234fb50848d131e2dbdbbbc32f89c41a14f9c52a0064c37aa6760c524d607b354b13c3
-Size (automake-1.16.1.tar.xz) = 1534936 bytes
+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



Home | Main Index | Thread Index | Old Index