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:           Sun Feb 19 12:18:33 UTC 2023

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

Log Message:
(devel/R-cli) Updated 3.5.0 to 3.6.0

# cli 3.6.0

* The progressr progress handler now reports progress correctly
  (@HenrikBengtsson, #558).

* New `hash_*sha1()` functions to calculate the SHA-1 hash of strings,
  objects, files.

* cli now shows progress bars after one second by default, if they
  are less than half way at the point. (Or after two seconds,
  unconditionally, as before.) See the the `cli.progress_show_after`
  option in `?cli-config` for details (#542).

* `format_inline()` now has a new argument `keep_whitespace`, and it keeps
  whitespace, including newline and form feed characters by default.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/R-cli/Makefile
cvs rdiff -u -r1.12 -r1.13 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.14 pkgsrc/devel/R-cli/Makefile:1.15
--- pkgsrc/devel/R-cli/Makefile:1.14    Sun Jan  1 00:44:35 2023
+++ pkgsrc/devel/R-cli/Makefile Sun Feb 19 12:18:33 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2023/01/01 00:44:35 mef Exp $
+# $NetBSD: Makefile,v 1.15 2023/02/19 12:18:33 mef Exp $
 
 R_PKGNAME=     cli
-R_PKGVER=      3.5.0
+R_PKGVER=      3.6.0
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/devel/R-cli/distinfo
diff -u pkgsrc/devel/R-cli/distinfo:1.12 pkgsrc/devel/R-cli/distinfo:1.13
--- pkgsrc/devel/R-cli/distinfo:1.12    Sun Jan  1 00:44:35 2023
+++ pkgsrc/devel/R-cli/distinfo Sun Feb 19 12:18:33 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/01/01 00:44:35 mef Exp $
+$NetBSD: distinfo,v 1.13 2023/02/19 12:18:33 mef Exp $
 
-BLAKE2s (R/cli_3.5.0.tar.gz) = b395c3b4d796f1dc5ac79b3606e375a0fa95b1a3b2232b60d3de0d9dabbba201
-SHA512 (R/cli_3.5.0.tar.gz) = cc46fa5012248e71e661868821e7eebf2dbee10b8537b00e28d1a77a2ecd0268a3c86a9c20e34ba48246d6f3b871612ebc0b80b203326b0dfb735fb3e4e55627
-Size (R/cli_3.5.0.tar.gz) = 560308 bytes
+BLAKE2s (R/cli_3.6.0.tar.gz) = 54c6f2148034eeac2b2f7a9c5f04248025c3b518d6ea770210e87f89eedde1d6
+SHA512 (R/cli_3.6.0.tar.gz) = ccebe31f6388b838f9583fbe10d53b91ed6a73d0aa3108d7ee9b8138b7ab273557f053e69d3037fde5dd1f17bb32ff5b69da689a2c11a85260d84c306b8fb167
+Size (R/cli_3.6.0.tar.gz) = 565150 bytes



Home | Main Index | Thread Index | Old Index