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 Aug 19 10:13:47 UTC 2019

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

Log Message:
ccache: updated to 3.7.3

ccache 3.7.3

Bug fixes
The cache size (which is counted in “used disk blocks”) is now correct on filesystems that use more or less disk blocks than conventional filesystems, e.g. ecryptfs or btrfs/zfs with transparent 
compression. This also fixes a related problem with ccache’s own test suite when run on such file systems.

Fixed a regression in 3.7.2 when using the compiler option “-Werror” and then “-Wno-error” later on the command line.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.39 -r1.40 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.50 pkgsrc/devel/ccache/Makefile:1.51
--- pkgsrc/devel/ccache/Makefile:1.50   Sun Aug 11 13:18:39 2019
+++ pkgsrc/devel/ccache/Makefile        Mon Aug 19 10:13:46 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2019/08/11 13:18:39 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2019/08/19 10:13:46 adam Exp $
 
-DISTNAME=      ccache-3.7.2
-PKGREVISION=   1
+DISTNAME=      ccache-3.7.3
 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.39 pkgsrc/devel/ccache/distinfo:1.40
--- pkgsrc/devel/ccache/distinfo:1.39   Sat Jul 27 13:40:36 2019
+++ pkgsrc/devel/ccache/distinfo        Mon Aug 19 10:13:46 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.39 2019/07/27 13:40:36 nia Exp $
+$NetBSD: distinfo,v 1.40 2019/08/19 10:13:46 adam Exp $
 
-SHA1 (ccache-3.7.2.tar.gz) = f9aa968961802a0c02d74c45ab93af06b90ec4f3
-RMD160 (ccache-3.7.2.tar.gz) = f92602a40c8409421b1b9574a728cf887ddc2573
-SHA512 (ccache-3.7.2.tar.gz) = 04184540902ebd66e072e41fd63cd2d24f9e088a9b7e30350f47915249ba58e8cbcf6e2eb20a0aa3e0cdfceb2266759f8d49fabb23421d434973b4dcf250d6a2
-Size (ccache-3.7.2.tar.gz) = 501086 bytes
+SHA1 (ccache-3.7.3.tar.gz) = c191e096e70ee66de4d60b403022ae867fc61acd
+RMD160 (ccache-3.7.3.tar.gz) = 5f5971471f45863b4fed9da7bafff3013954ea0b
+SHA512 (ccache-3.7.3.tar.gz) = dc19fbd598122a1402cba44d73687263563937bd4312fc363a097e26a08e5bf05a6a3c87f770ba9f955df689924e418c4f6f9f306db3036a0d161858317f771c
+Size (ccache-3.7.3.tar.gz) = 501470 bytes



Home | Main Index | Thread Index | Old Index