forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(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
- Loading branch information
mef
committed
Dec 18, 2022
1 parent
5ee30cb
commit 7639eb7
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |