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:           Mon Nov 23 14:06:47 UTC 2020

Modified Files:
        pkgsrc/devel/automake: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/devel/automake/Makefile
cvs rdiff -u -r1.55 -r1.56 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.112 pkgsrc/devel/automake/Makefile:1.113
--- pkgsrc/devel/automake/Makefile:1.112        Mon Aug 31 18:07:16 2020
+++ pkgsrc/devel/automake/Makefile      Mon Nov 23 14:06:46 2020
@@ -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/

Index: pkgsrc/devel/automake/distinfo
diff -u pkgsrc/devel/automake/distinfo:1.55 pkgsrc/devel/automake/distinfo:1.56
--- pkgsrc/devel/automake/distinfo:1.55 Tue Mar 31 16:45:31 2020
+++ pkgsrc/devel/automake/distinfo      Mon Nov 23 14:06:46 2020
@@ -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