Received: by mail.netbsd.org (Postfix, from userid 605) id A528384D63; Fri, 13 Sep 2019 08:07:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E35884D47 for ; Fri, 13 Sep 2019 08:07:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ISE3bvaM7I-8 for ; Fri, 13 Sep 2019 08:07:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A8BA084D44 for ; Fri, 13 Sep 2019 08:07:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4B8FFBF4; Fri, 13 Sep 2019 08:07:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568362049212840" MIME-Version: 1.0 Date: Fri, 13 Sep 2019 08:07:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/ccache To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190913080729.A4B8FFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1568362049212840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Fri Sep 13 08:07:29 UTC 2019 Modified Files: pkgsrc/devel/ccache: Makefile distinfo Log Message: ccache: updated to 3.7.4 ccache 3.7.4 Improvements Added support for the -gz[=type] compiler option (previously ccache would think that “-gz” alone would enable debug information, thus potentially including the current directory in the hash). Added support for converting paths like “/c/users/...” into relative paths on Windows. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/ccache/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/ccache/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568362049212840 Content-Disposition: inline Content-Length: 1639 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ccache/Makefile diff -u pkgsrc/devel/ccache/Makefile:1.51 pkgsrc/devel/ccache/Makefile:1.52 --- pkgsrc/devel/ccache/Makefile:1.51 Mon Aug 19 10:13:46 2019 +++ pkgsrc/devel/ccache/Makefile Fri Sep 13 08:07:29 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2019/08/19 10:13:46 adam Exp $ +# $NetBSD: Makefile,v 1.52 2019/09/13 08:07:29 adam Exp $ -DISTNAME= ccache-3.7.3 +DISTNAME= ccache-3.7.4 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.40 pkgsrc/devel/ccache/distinfo:1.41 --- pkgsrc/devel/ccache/distinfo:1.40 Mon Aug 19 10:13:46 2019 +++ pkgsrc/devel/ccache/distinfo Fri Sep 13 08:07:29 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.40 2019/08/19 10:13:46 adam Exp $ +$NetBSD: distinfo,v 1.41 2019/09/13 08:07:29 adam Exp $ -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 +SHA1 (ccache-3.7.4.tar.gz) = 566d2eabe84616881f6399c1627e8edb15f91b4c +RMD160 (ccache-3.7.4.tar.gz) = e377e5bece3d73cecbdad5319db66d1554611798 +SHA512 (ccache-3.7.4.tar.gz) = c61861f029fcbda151ea19dcfc8b8ade3d1bc4ecb2dd1b668bd69a21055b9a5b10acea46df718a4c6aa561d8e820f3f9dbf9451f0386896c1e2b21f29b446fed +Size (ccache-3.7.4.tar.gz) = 501931 bytes --_----------=_1568362049212840--