pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-glue



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  6 12:35:52 UTC 2021

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

Log Message:
(devel/R-glue) Updated 1.4.1 to 1.4.2

# glue 1.4.2

* The required version of R is now 3.2 (#189)
* `glue_sql()` now collapses `DBI::SQL()` elements correctly (#192 @shrektan)
* The internal `compare()` method gains a `...` argument, for compatibility with testthat 3.0.0


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-glue/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-glue/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-glue/Makefile
diff -u pkgsrc/devel/R-glue/Makefile:1.5 pkgsrc/devel/R-glue/Makefile:1.6
--- pkgsrc/devel/R-glue/Makefile:1.5    Fri Jul 31 18:20:26 2020
+++ pkgsrc/devel/R-glue/Makefile        Sun Jun  6 12:35:52 2021
@@ -1,13 +1,18 @@
-# $NetBSD: Makefile,v 1.5 2020/07/31 18:20:26 brook Exp $
+# $NetBSD: Makefile,v 1.6 2021/06/06 12:35:52 mef Exp $
 
 R_PKGNAME=     glue
-R_PKGVER=      1.4.1
+R_PKGVER=      1.4.2
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Interpreted string literals
 LICENSE=       mit
 
+# Packages suggested but not available:
+#   'RSQLite', 'R.utils', 'forcats',  'rprintf'
+TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark
+TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
+
 USE_LANGUAGES= c
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/devel/R-glue/distinfo
diff -u pkgsrc/devel/R-glue/distinfo:1.3 pkgsrc/devel/R-glue/distinfo:1.4
--- pkgsrc/devel/R-glue/distinfo:1.3    Fri Jul 31 18:20:26 2020
+++ pkgsrc/devel/R-glue/distinfo        Sun Jun  6 12:35:52 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/07/31 18:20:26 brook Exp $
+$NetBSD: distinfo,v 1.4 2021/06/06 12:35:52 mef Exp $
 
-SHA1 (R/glue_1.4.1.tar.gz) = d8d6c5f54fcca8f38962762d4da17f6e54160489
-RMD160 (R/glue_1.4.1.tar.gz) = b067e542ec75432b94c4b006234bd500f4776bd4
-SHA512 (R/glue_1.4.1.tar.gz) = b57153757814b47ca85b2f20ec8c64f2dd6647a3b463b4d31b371e78654c0a20f5fb5551c5918d10bc801e588e8c01c38662286922a9f053cf5c5b18982eea37
-Size (R/glue_1.4.1.tar.gz) = 98581 bytes
+SHA1 (R/glue_1.4.2.tar.gz) = 75a8877f60de7c2f5c2c7abdfb9ee34deb40e5dd
+RMD160 (R/glue_1.4.2.tar.gz) = d184dfe8a6cc7568a91c783600a98602f869ac28
+SHA512 (R/glue_1.4.2.tar.gz) = d4c43c95fedf881be2fbe0e406a282e9af30b741533b653cb3c84ead8952e971d94cb4b6a98df07551b17726630b426e6178296e1c146e6cf04e9a7bd6d0562c
+Size (R/glue_1.4.2.tar.gz) = 99049 bytes



Home | Main Index | Thread Index | Old Index