pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-globals
Module Name: pkgsrc
Committed By: mef
Date: Fri Oct 18 15:24:49 UTC 2024
Modified Files:
pkgsrc/devel/R-globals: Makefile distinfo
Log Message:
(devel/R-globals) Updated 0.16.2 to 0.16.3
# Version 0.16.3 [2024-03-07]
## Bug Fixes
* `globalsByName()`, and therefore also `globalsOf()`, did not
support special arguments `..1`, `..2`, etc.
* `cleanup(globals, drop)` on a `Globals` object with non-existing
globals and where `drop` did _not_ specify `"missing"` would throw
an `Error in exists(name, envir = env) : use of NULL environment is
defunct`. Now the non-existing ("missing") globals are preserved.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-globals/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-globals/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-globals/Makefile
diff -u pkgsrc/devel/R-globals/Makefile:1.2 pkgsrc/devel/R-globals/Makefile:1.3
--- pkgsrc/devel/R-globals/Makefile:1.2 Sun Dec 18 02:06:35 2022
+++ pkgsrc/devel/R-globals/Makefile Fri Oct 18 15:24:49 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/12/18 02:06:35 mef Exp $
+# $NetBSD: Makefile,v 1.3 2024/10/18 15:24:49 mef Exp $
R_PKGNAME= globals
-R_PKGVER= 0.16.2
+R_PKGVER= 0.16.3
CATEGORIES= devel
@@ -11,5 +11,9 @@ LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3
USE_LANGUAGES= # none
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+#EST_DEPENDS+= tex-texlive-scripts-[0-9]*:../../print/tex-texlive-scripts
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-globals/distinfo
diff -u pkgsrc/devel/R-globals/distinfo:1.4 pkgsrc/devel/R-globals/distinfo:1.5
--- pkgsrc/devel/R-globals/distinfo:1.4 Sun Dec 18 02:06:35 2022
+++ pkgsrc/devel/R-globals/distinfo Fri Oct 18 15:24:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/12/18 02:06:35 mef Exp $
+$NetBSD: distinfo,v 1.5 2024/10/18 15:24:49 mef Exp $
-BLAKE2s (R/globals_0.16.2.tar.gz) = 31a2725fc264f1df036ea21cba9b020873ef20bc00dbaf46238341b4ff8e65d3
-SHA512 (R/globals_0.16.2.tar.gz) = 14aad89b46bc85122f08be2d3f28f28fde937b438a3c528950daae5aa14d4decefa04b22122eb762621e0a929ce37ee2ae4a1e7f7997dce210d6f372e640c20e
-Size (R/globals_0.16.2.tar.gz) = 35764 bytes
+BLAKE2s (R/globals_0.16.3.tar.gz) = 668c778c8916696210d1dbbdcf527392ca74439f32e6b1bb431d6356930ad36a
+SHA512 (R/globals_0.16.3.tar.gz) = b878c5163f2c8430001e1a8dfbfbf1f5e0c4c3bc0d7d299e31783b78b4e4714b8f112080207dcf5dbfa32eddf1b7f1500b415b2a1e0dfd392deca133d6d4fa9e
+Size (R/globals_0.16.3.tar.gz) = 37475 bytes
Home |
Main Index |
Thread Index |
Old Index