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:           Mon May  2 14:32:10 UTC 2022

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

Log Message:
(devel/R-cli) Updated 3.2.0 to 3.3.0

# cli 3.3.0

* `style_hyperlink()` no longer breaks if the env varible `VTE_VERSION`
  is of the form `\d{4}`, i.e., 4 consecutive numbers (#441, @michaelchirico)

* `ansi_*()` functions support ANSI hyperlinks again (#444).

* Turning off ANSI colors via the `cli.num_colors` option or the
  `R_CLI_NUM_COLORS` or the `NO_COLOR` environment variable now also turns off
  ANSI hyperlinks (#447).

* `symbol` now only has two variants: UTF-8 and ASCII. There are no special
  variants for RStudio and Windows RGui any more (#424).


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/R-cli/Makefile
cvs rdiff -u -r1.9 -r1.10 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.11 pkgsrc/devel/R-cli/Makefile:1.12
--- pkgsrc/devel/R-cli/Makefile:1.11    Mon Apr 18 14:36:00 2022
+++ pkgsrc/devel/R-cli/Makefile Mon May  2 14:32:10 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2022/04/18 14:36:00 mef Exp $
+# $NetBSD: Makefile,v 1.12 2022/05/02 14:32:10 mef Exp $
 
 R_PKGNAME=     cli
-R_PKGVER=      3.2.0
+R_PKGVER=      3.3.0
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/devel/R-cli/distinfo
diff -u pkgsrc/devel/R-cli/distinfo:1.9 pkgsrc/devel/R-cli/distinfo:1.10
--- pkgsrc/devel/R-cli/distinfo:1.9     Mon Apr 18 14:36:00 2022
+++ pkgsrc/devel/R-cli/distinfo Mon May  2 14:32:10 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/04/18 14:36:00 mef Exp $
+$NetBSD: distinfo,v 1.10 2022/05/02 14:32:10 mef Exp $
 
-BLAKE2s (R/cli_3.2.0.tar.gz) = 8b914e6e808612ff8d9cb4954ead0fee81d4d98dce58617ad9cbcb31b762c090
-SHA512 (R/cli_3.2.0.tar.gz) = 1f0f0a2d3c57830653b788ddef76a4944f4bd8beb6e0e8a71cc9da8242c0939d33b2b28066a6b1dd61b8870edc8d5635415bdaa626c0c4dfd8102fbb3b5cd7e3
-Size (R/cli_3.2.0.tar.gz) = 493192 bytes
+BLAKE2s (R/cli_3.3.0.tar.gz) = a648b564c9ebef677be52b4b221e8080f20864230494f56be289c9e639c6e415
+SHA512 (R/cli_3.3.0.tar.gz) = e888bee42595c89cce3dde076083f80f5118d1a33e9968ff580d2b13d233baa041355c46622fd611e1ce00c32e9a5a1bb29aab0d1bcc719dd9ced3821efd9de0
+Size (R/cli_3.3.0.tar.gz) = 495823 bytes



Home | Main Index | Thread Index | Old Index