pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-bindr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 12 11:53:01 UTC 2025

Modified Files:
        pkgsrc/devel/R-bindr: Makefile distinfo

Log Message:
(devel/R-bindr) Updated 0.1.1 to 0.1.2, make test passed

# bindr 0.1.2 (2024-11-21)

## Feature

- The call stack for a failure in an active binding now contains a
  reference to `bindr_fun()` instead of `fun()`, to hint at what might
  have went wrong.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-bindr/Makefile \
    pkgsrc/devel/R-bindr/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-bindr/Makefile
diff -u pkgsrc/devel/R-bindr/Makefile:1.3 pkgsrc/devel/R-bindr/Makefile:1.4
--- pkgsrc/devel/R-bindr/Makefile:1.3   Thu Aug  8 19:53:38 2019
+++ pkgsrc/devel/R-bindr/Makefile       Sun Jan 12 11:53:01 2025
@@ -1,13 +1,21 @@
-# $NetBSD: Makefile,v 1.3 2019/08/08 19:53:38 brook Exp $
+# $NetBSD: Makefile,v 1.4 2025/01/12 11:53:01 mef Exp $
 
 R_PKGNAME=     bindr
-R_PKGVER=      0.1.1
+R_PKGVER=      0.1.2
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Parametrized active bindings
 LICENSE=       mit
 
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/devel/R-bindr/distinfo
diff -u pkgsrc/devel/R-bindr/distinfo:1.3 pkgsrc/devel/R-bindr/distinfo:1.4
--- pkgsrc/devel/R-bindr/distinfo:1.3   Tue Oct 26 10:14:01 2021
+++ pkgsrc/devel/R-bindr/distinfo       Sun Jan 12 11:53:01 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:14:01 nia Exp $
+$NetBSD: distinfo,v 1.4 2025/01/12 11:53:01 mef Exp $
 
-BLAKE2s (R/bindr_0.1.1.tar.gz) = 140767e853a7d4f703a2ea6374840e1361d016b5b0672e5c63fbd00e528f994a
-SHA512 (R/bindr_0.1.1.tar.gz) = 2bac5993b1ee8084bc81d71bdcd06b71e2c61e057d180fc635fe73543ac62c497233a92ed88555dff38a114010f6d0a1e973f9d5f91f9db501b9ecf9b2e9068a
-Size (R/bindr_0.1.1.tar.gz) = 6185 bytes
+BLAKE2s (R/bindr_0.1.2.tar.gz) = 0cfe2fabc4e36992aad29c7fb9be600cf8df58b03907b4288129ae764c766f80
+SHA512 (R/bindr_0.1.2.tar.gz) = 43a1bef00d5231c806ebc012bc483f10cd6fc8d5259ddbab552d9896e326ae24729393a3a856ba9c16b0e011d1f8cfc5d2046e18644d824de997c009fe026658
+Size (R/bindr_0.1.2.tar.gz) = 6348 bytes



Home | Main Index | Thread Index | Old Index