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: Tue Mar 31 16:45:31 UTC 2020
Modified Files:
pkgsrc/devel/automake: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/devel/automake/Makefile
cvs rdiff -u -r1.54 -r1.55 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.109 pkgsrc/devel/automake/Makefile:1.110
--- pkgsrc/devel/automake/Makefile:1.109 Sat Jan 18 23:30:23 2020
+++ pkgsrc/devel/automake/Makefile Tue Mar 31 16:45:31 2020
@@ -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/
Index: pkgsrc/devel/automake/distinfo
diff -u pkgsrc/devel/automake/distinfo:1.54 pkgsrc/devel/automake/distinfo:1.55
--- pkgsrc/devel/automake/distinfo:1.54 Sat Dec 1 04:58:36 2018
+++ pkgsrc/devel/automake/distinfo Tue Mar 31 16:45:31 2020
@@ -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