pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ccache



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May  6 15:06:04 UTC 2019

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/ccache/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/ccache/Makefile
diff -u pkgsrc/devel/ccache/Makefile:1.47 pkgsrc/devel/ccache/Makefile:1.48
--- pkgsrc/devel/ccache/Makefile:1.47   Mon Apr 29 17:13:15 2019
+++ pkgsrc/devel/ccache/Makefile        Mon May  6 15:06:04 2019
@@ -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

Index: pkgsrc/devel/ccache/distinfo
diff -u pkgsrc/devel/ccache/distinfo:1.37 pkgsrc/devel/ccache/distinfo:1.38
--- pkgsrc/devel/ccache/distinfo:1.37   Mon Apr 29 17:13:15 2019
+++ pkgsrc/devel/ccache/distinfo        Mon May  6 15:06:04 2019
@@ -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