Received: by mail.netbsd.org (Postfix, from userid 605) id DC26F84EE5; Sun, 18 Dec 2022 01:03:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1787284ECF for ; Sun, 18 Dec 2022 01:03:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hRbE4eYLdQ4z for ; Sun, 18 Dec 2022 01:03:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 859CB84E83 for ; Sun, 18 Dec 2022 01:03:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7EFF7FA90; Sun, 18 Dec 2022 01:03:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671325427157200" MIME-Version: 1.0 Date: Sun, 18 Dec 2022 01:03:47 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-bit To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20221218010347.7EFF7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671325427157200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Dec 18 01:03:47 UTC 2022 Modified Files: pkgsrc/devel/R-bit: Makefile distinfo Log Message: (devel/R-bit) Updated 4.0.4 to 4.0.5 CHANGES IN bit VERSION 4.0.5 BUG FIXES o C functions () without parameters are now declared (void) to avoid prototype warning o getAttrib is now PROTECTed To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-bit/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-bit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671325427157200 Content-Disposition: inline Content-Length: 1968 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-bit/Makefile diff -u pkgsrc/devel/R-bit/Makefile:1.6 pkgsrc/devel/R-bit/Makefile:1.7 --- pkgsrc/devel/R-bit/Makefile:1.6 Sun Jun 6 23:44:37 2021 +++ pkgsrc/devel/R-bit/Makefile Sun Dec 18 01:03:47 2022 @@ -1,18 +1,19 @@ -# $NetBSD: Makefile,v 1.6 2021/06/06 23:44:37 mef Exp $ +# $NetBSD: Makefile,v 1.7 2022/12/18 01:03:47 mef Exp $ R_PKGNAME= bit -R_PKGVER= 4.0.4 +R_PKGVER= 4.0.5 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org COMMENT= Class for vectors of 1-bit booleans LICENSE= gnu-gpl-v2 -# Packages suggested but not available: -# 'roxygen2', 'microbenchmark', 'bit64', 'ff' TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64 TEST_DEPENDS+= R-microbenchmarks-[0-9]*:../../benchmarks/R-microbenchmark TEST_DEPENDS+= R-roxygen2-[0-9]*:../../devel/R-roxygen2 +TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark +TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64 +TEST_DEPENDS+= R-ff-[0-9]*:../../sysutils/R-ff USE_LANGUAGES= c Index: pkgsrc/devel/R-bit/distinfo diff -u pkgsrc/devel/R-bit/distinfo:1.5 pkgsrc/devel/R-bit/distinfo:1.6 --- pkgsrc/devel/R-bit/distinfo:1.5 Tue Oct 26 10:14:01 2021 +++ pkgsrc/devel/R-bit/distinfo Sun Dec 18 01:03:47 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:14:01 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/12/18 01:03:47 mef Exp $ -BLAKE2s (R/bit_4.0.4.tar.gz) = 0647c686104fcc4cdbe032229774fc056ec32accc12c13798565bc157f306114 -SHA512 (R/bit_4.0.4.tar.gz) = a570926aaabd2adb21940f310d096c50b21e261a746343fe502cedfb7aa84432037e1b197c41d0a433e15f1baf15af0fad61ba442f1c1fe5688b7c41e08d43af -Size (R/bit_4.0.4.tar.gz) = 279723 bytes +BLAKE2s (R/bit_4.0.5.tar.gz) = 3d692f3ba6498d7623044d2cf02096cf379be2e91d8166a32b9dbfb2b06df69d +SHA512 (R/bit_4.0.5.tar.gz) = 2510453d05f147e214d89331624e345cb479a39793240d619e05eb07062c99b2634dfd1ba80d986915871e7cb7a32774f62c3e95e5cb82c38e3bbe4d4387620c +Size (R/bit_4.0.5.tar.gz) = 827745 bytes --_----------=_1671325427157200--