summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-12-31 17:30:14 +0000
committerwiz <wiz@pkgsrc.org>2013-12-31 17:30:14 +0000
commit1f28d95fd267cf37c62b5d2b02dcf755c5cbf2ce (patch)
treedecbb8271d2b1b12826d5e548b573ca93852e53b
parent8ceeff3156defea32f8279863f86f4f84d71541e (diff)
downloadpkgsrc-1f28d95fd267cf37c62b5d2b02dcf755c5cbf2ce.tar.gz
Update to 1.14.1:
New in 1.14.1: * Bugs fixed: - The user is no longer allowed to override the --srcdir nor the --prefix configure options used by "make distcheck" (bug#14991). - Fixed a gross inefficiency in the recipes for installing byte-compiled python files, that was causing an O(N^2) performance on the number N of files, instead of the expected O(N) performance. Note that this bug was only relevant when the number of python files was high (which is unusual in practice). - Automake try to offer a more reproducible output for warning messages, in the face of the newly-introduced randomization for hash keys order in Perl 5.18. - The 'test-driver' script now actually error out with a clear error message on the most common invalid usages. - Several spurious failures/hangs in the testsuite (bugs #14706, #14707, #14760, #14911, #15181, #15237). * Documentation fixes: - Fixed typos in the 'fix-timestamp.sh' example script that made it nonsensical.
-rw-r--r--devel/automake/Makefile4
-rw-r--r--devel/automake/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile
index 303cb1ecea1..e12cd343d21 100644
--- a/devel/automake/Makefile
+++ b/devel/automake/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.96 2013/11/30 09:01:26 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2013/12/31 17:30:14 wiz Exp $
#
# for major version updates, don't forget adding new links in
# mk/tools/automake.mk
-DISTNAME= automake-1.14
+DISTNAME= automake-1.14.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \
ftp://sources.redhat.com/pub/automake/
diff --git a/devel/automake/distinfo b/devel/automake/distinfo
index 21dd37776ec..43000ca9857 100644
--- a/devel/automake/distinfo
+++ b/devel/automake/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2013/07/02 06:37:00 wiz Exp $
+$NetBSD: distinfo,v 1.47 2013/12/31 17:30:14 wiz Exp $
-SHA1 (automake-1.14.tar.xz) = 793881a445134b7561637d6f2a3ca611276e39fe
-RMD160 (automake-1.14.tar.xz) = 5ebb5d9d1e4ace513ff268200c69f93379b362c5
-Size (automake-1.14.tar.xz) = 1485516 bytes
+SHA1 (automake-1.14.1.tar.xz) = 2ced676f6b792a95c5919243f81790b1172c7f5b
+RMD160 (automake-1.14.1.tar.xz) = 71fd9a210a3ac43c856049e93b26d8d6fd78dcf2
+Size (automake-1.14.1.tar.xz) = 1488984 bytes