Skip to content

Commit

Permalink
(devel/R-bit) Updated 4.0.4 to 4.0.5
Browse files Browse the repository at this point in the history
        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
  • Loading branch information
mef committed Dec 18, 2022
1 parent 5ee30cb commit 7639eb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions devel/R-bit/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
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

Expand Down
8 changes: 4 additions & 4 deletions devel/R-bit/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7639eb7

Please sign in to comment.