pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-cli



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 21 10:53:07 UTC 2024

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

Log Message:
(devel/R-cli) Updated 3.6.2 to 3.6.3

# cli 3.6.3

* cli now builds on ARM Windows.

* "Solarized Dark" is now the default syntax highlighting theme in
  terminals.

* The `{.obj_type_friendly}` inline style now only shows the first class
  name (#669 @olivroy).

* Syntax highlighting now does not fail in RStudio if the rstudioapi
  package is not installed (#697).


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/R-cli/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/R-cli/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-cli/Makefile
diff -u pkgsrc/devel/R-cli/Makefile:1.17 pkgsrc/devel/R-cli/Makefile:1.18
--- pkgsrc/devel/R-cli/Makefile:1.17    Sat Jan 20 05:43:37 2024
+++ pkgsrc/devel/R-cli/Makefile Sat Sep 21 10:53:07 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2024/01/20 05:43:37 mef Exp $
+# $NetBSD: Makefile,v 1.18 2024/09/21 10:53:07 mef Exp $
 
 R_PKGNAME=     cli
-R_PKGVER=      3.6.2
+R_PKGVER=      3.6.3
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -27,6 +27,8 @@ TEST_DEPENDS+=        R-shiny-[0-9]*:../../www/
 TEST_DEPENDS+= R-whoami-[0-9]*:../../devel/R-whoami
 TEST_DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang
 
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+
 USE_LANGUAGES= c
 
 REPLACE_RSCRIPT+=      inst/examples/apps/*.R

Index: pkgsrc/devel/R-cli/distinfo
diff -u pkgsrc/devel/R-cli/distinfo:1.15 pkgsrc/devel/R-cli/distinfo:1.16
--- pkgsrc/devel/R-cli/distinfo:1.15    Sat Jan 20 05:43:37 2024
+++ pkgsrc/devel/R-cli/distinfo Sat Sep 21 10:53:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/01/20 05:43:37 mef Exp $
+$NetBSD: distinfo,v 1.16 2024/09/21 10:53:07 mef Exp $
 
-BLAKE2s (R/cli_3.6.2.tar.gz) = 0ff8f284fff4a00e81a21582b2f16f39ee8f95248f1197d882f5d48766bc4ad8
-SHA512 (R/cli_3.6.2.tar.gz) = e8e82b9b0964f4988e4cdc6c89a193a9080f2118e36b30c0601f3cc17a3f8269af60eac519c61b3eda672bd7c06d11338eabba631511e499dd62d954a0a4c806
-Size (R/cli_3.6.2.tar.gz) = 569771 bytes
+BLAKE2s (R/cli_3.6.3.tar.gz) = 60d33584950a0e614e568d03a26ecb72b7701d45703c9af1202761cdc171f940
+SHA512 (R/cli_3.6.3.tar.gz) = d7f5eac9a4cbcbd4174d979b1c5fa719070bcee80c6aca1c003092290e0749e4a7ce407bf7db8365a05dc4fdb0920a8878f509c995313722ac893c3d2f99e05b
+Size (R/cli_3.6.3.tar.gz) = 568162 bytes



Home | Main Index | Thread Index | Old Index