pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ccache ccache: updated to 3.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/714770f689f2
branches:  trunk
changeset: 333413:714770f689f2
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 06 15:06:04 2019 +0000

description:
ccache: updated to 3.7.1

Changes 3.7.1:
Fixed a problem when using the compiler option -MF /dev/null.
Long commandlines are now handled gracefully on Windows by using the @file syntax to avoid hitting the commandline size limit.
Fixed complaint from GCC 9?s -Werror=format-overflow when compiling ccache itself.

diffstat:

 devel/ccache/Makefile |   4 ++--
 devel/ccache/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e95dfc33275e -r 714770f689f2 devel/ccache/Makefile
--- a/devel/ccache/Makefile     Mon May 06 14:53:44 2019 +0000
+++ b/devel/ccache/Makefile     Mon May 06 15:06:04 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2019/04/29 17:13:15 adam Exp $
+# $NetBSD: Makefile,v 1.48 2019/05/06 15:06:04 adam Exp $
 
-DISTNAME=      ccache-3.7
+DISTNAME=      ccache-3.7.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ccache/}
 # do not use xz distfile here, xz needs gettext-lib which leads to circular
diff -r e95dfc33275e -r 714770f689f2 devel/ccache/distinfo
--- a/devel/ccache/distinfo     Mon May 06 14:53:44 2019 +0000
+++ b/devel/ccache/distinfo     Mon May 06 15:06:04 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2019/04/29 17:13:15 adam Exp $
+$NetBSD: distinfo,v 1.38 2019/05/06 15:06:04 adam Exp $
 
-SHA1 (ccache-3.7.tar.bz2) = f9d5da09d7f9858b3039206a2f9c76417ff6edee
-RMD160 (ccache-3.7.tar.bz2) = 545ca642c526c2c6eb6aabf90b8549d2cea869eb
-SHA512 (ccache-3.7.tar.bz2) = a181f267c98b2995d87fd1e69b11f5753dbda0a1eed8081f77f567daad4a2da087290e23804643df938ee2ee9c6c18c2c79d1f5d3b06a96c41225773296945ed
-Size (ccache-3.7.tar.bz2) = 387761 bytes
+SHA1 (ccache-3.7.1.tar.bz2) = f0f3763b49eb131af31e9f80d05c8c5e0acc37f0
+RMD160 (ccache-3.7.1.tar.bz2) = 2c0b21941278b6bf94b4cd29c811ae132f26216b
+SHA512 (ccache-3.7.1.tar.bz2) = 68a716a91519020c1cd7efe07a36a7d8c040a8f26f627341e74fb6dffbf985389f949dad0b2cc35a78b37f5efdf1c112ccb3d23d8f379210c9adbaba6064763b
+Size (ccache-3.7.1.tar.bz2) = 388184 bytes



Home | Main Index | Thread Index | Old Index