Received: by mail.netbsd.org (Postfix, from userid 605) id B155984E39; Fri, 4 Jan 2019 23:43:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F1BDD84E2E for ; Fri, 4 Jan 2019 23:43:23 +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 bBGaTNC3qje7 for ; Fri, 4 Jan 2019 23:43:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 57E6C84D04 for ; Fri, 4 Jan 2019 23:43:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C7C1FB16; Fri, 4 Jan 2019 23:43:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154664540340370" MIME-Version: 1.0 Date: Fri, 4 Jan 2019 23:43:23 +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: <20190104234323.4C7C1FB16@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. --_----------=_154664540340370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 4 23:43:23 UTC 2019 Modified Files: pkgsrc/devel/ccache: Makefile distinfo Log Message: ccache: updated to 3.5.1 ccache 3.5.1: Added missing getopt_long.c source file to release archive. Fixed (harmless) compiler warnings when building ccache object files. CFLAGS is no longer passed to the linker when linking ccache. Improved development mode build flags. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/ccache/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/ccache/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154664540340370 Content-Disposition: inline Content-Length: 2064 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.44 pkgsrc/devel/ccache/Makefile:1.45 --- pkgsrc/devel/ccache/Makefile:1.44 Tue Oct 30 12:03:52 2018 +++ pkgsrc/devel/ccache/Makefile Fri Jan 4 23:43:23 2019 @@ -1,18 +1,21 @@ -# $NetBSD: Makefile,v 1.44 2018/10/30 12:03:52 adam Exp $ +# $NetBSD: Makefile,v 1.45 2019/01/04 23:43:23 adam Exp $ -DISTNAME= ccache-3.5 +DISTNAME= ccache-3.5.1a +PKGNAME= ccache-3.5.1 CATEGORIES= devel MASTER_SITES= http://samba.org/ftp/ccache/ # do not use xz distfile here, xz needs gettext-lib which leads to circular # dependencies on some platforms. -#EXTRACT_SUFX= .tar.gz +EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ccache.samba.org/ COMMENT= Cache for C/C++ compilers LICENSE= gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib -USE_TOOLS+= gmake +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} + +USE_TOOLS+= bash:test gmake perl:test GNU_CONFIGURE= yes TEST_TARGET= test Index: pkgsrc/devel/ccache/distinfo diff -u pkgsrc/devel/ccache/distinfo:1.34 pkgsrc/devel/ccache/distinfo:1.35 --- pkgsrc/devel/ccache/distinfo:1.34 Tue Oct 30 12:03:52 2018 +++ pkgsrc/devel/ccache/distinfo Fri Jan 4 23:43:23 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.34 2018/10/30 12:03:52 adam Exp $ +$NetBSD: distinfo,v 1.35 2019/01/04 23:43:23 adam Exp $ -SHA1 (ccache-3.5.tar.gz) = 9fa52ee325b2fd142190cd59f797433ffbe01a11 -RMD160 (ccache-3.5.tar.gz) = 0d085e63444753661593acb39b4097e3477dd3cd -SHA512 (ccache-3.5.tar.gz) = cc6dcaef68ee2fb71599e37c982f06fe99410392e39d4f37558dc7bfceff896abf08d1048a73f0085d9a3225abd147f438782e0db61cf385dd493ed54670b293 -Size (ccache-3.5.tar.gz) = 476580 bytes +SHA1 (ccache-3.5.1a.tar.bz2) = 94155949200b9b174f6a3b3c8ef2cb631c540682 +RMD160 (ccache-3.5.1a.tar.bz2) = b85bf46d5a8e35ac6ae5cc7ef29eddd6420ed4c2 +SHA512 (ccache-3.5.1a.tar.bz2) = 9a717c6416e18fbfb0316015df81f16af908d503e49441592263d1938282387c11adff408b741432da42a1049a37f59d47f09cd8b48d3c0bda687d6bca8ccbfc +Size (ccache-3.5.1a.tar.bz2) = 374488 bytes --_----------=_154664540340370--