pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-bit



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.

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@localhost
 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



Home | Main Index | Thread Index | Old Index