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 Aug 10 19:29:39 UTC 2021

Modified Files:
        pkgsrc/devel/automake: Makefile distinfo

Log Message:
automake: update to 1.16.4.

New in 1.16.4:

* New features added

  - The PYTHON_PREFIX and PYTHON_EXEC_PREFIX variables are now set from
    Python's sys.prefix and sys.exec_prefix; use the new configure options
    --with-python_prefix and --with-python_exec_prefix to specify explicitly.

  - Common top-level files can be provided as .md; the non-md version is
    used if both are present:
      AUTHORS ChangeLog INSTALL NEWS README README-alpha THANKS

  - CTAGS, ETAGS, SCOPE variables can be set via configure.

  - Silent make output for custom link commands.

  - New option "no-dist-built-sources" skips generating $(BUILT_SOURCES)
    before building the tarball as part of "make dist", that is,
    omits the dependency of $(distdir): $(BUILT_SOURCES).

* Bugs fixed

  - automake output more reproducible.

  - test-driver less likely to clash with tests writing to the same file.

  - DejaGnu tests always use the directory name, testsuite/, for
    compatibility with the newer dejagnu-1.6.3 and with prior versions.

* Distribution

  - config.sub and config.guess updates include restoration of `...`
    for maximum portability.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/devel/automake/Makefile
cvs rdiff -u -r1.56 -r1.57 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.115 pkgsrc/devel/automake/Makefile:1.116
--- pkgsrc/devel/automake/Makefile:1.115        Mon May 24 19:49:53 2021
+++ pkgsrc/devel/automake/Makefile      Tue Aug 10 19:29:39 2021
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.115 2021/05/24 19:49:53 wiz Exp $
+# $NetBSD: Makefile,v 1.116 2021/08/10 19:29:39 wiz Exp $
 #
 # for major version updates, don't forget adding new links in
 # mk/tools/automake.mk
 
-DISTNAME=      automake-1.16.3
-PKGREVISION=   1
+DISTNAME=      automake-1.16.4
 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.56 pkgsrc/devel/automake/distinfo:1.57
--- pkgsrc/devel/automake/distinfo:1.56 Mon Nov 23 14:06:46 2020
+++ pkgsrc/devel/automake/distinfo      Tue Aug 10 19:29:39 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2020/11/23 14:06:46 wiz Exp $
+$NetBSD: distinfo,v 1.57 2021/08/10 19:29:39 wiz Exp $
 
-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
+SHA1 (automake-1.16.4.tar.xz) = 25ce1e994860d73e9115e596e94111f3167dcf48
+RMD160 (automake-1.16.4.tar.xz) = 3a66c8bb162d57d12d4ff1678e9041f84ee5186f
+SHA512 (automake-1.16.4.tar.xz) = 5a8883657e73b75bfa1ee59ab04af6bf4d43f390ab62fb7a9e8e2ac66159dfe4947b2ac7bc1028afffe6a09d88f388339500e03f6cdfa1226985be45ec033246
+Size (automake-1.16.4.tar.xz) = 1599336 bytes



Home | Main Index | Thread Index | Old Index