pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-crayon



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Oct 18 12:10:51 UTC 2024

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

Log Message:
(devel/R-crayon) Updated 1.5.2 to 1.5.3

# crayon 1.5.3

* The semantics of the `cli.default_num_colors` options is now different.
  It is now used as the default number of colors if the number of colors
  is not already set by the `cli.num_colors` option, the `R_CLI_NUM_COLORS`
  environment variable, the `crayon.enabled` and `crayon.colors` options,
  the `NO_COLOR` environment variable, the `knitr.in.progress` option,
  or a `sink()` call for the stream. This matches the behavior of the cli
  package.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-crayon/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-crayon/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-crayon/Makefile
diff -u pkgsrc/devel/R-crayon/Makefile:1.6 pkgsrc/devel/R-crayon/Makefile:1.7
--- pkgsrc/devel/R-crayon/Makefile:1.6  Sun Dec 18 01:21:58 2022
+++ pkgsrc/devel/R-crayon/Makefile      Fri Oct 18 12:10:51 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/12/18 01:21:58 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/10/18 12:10:51 mef Exp $
 
 R_PKGNAME=     crayon
-R_PKGVER=      1.5.2
+R_PKGVER=      1.5.3
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/devel/R-crayon/distinfo
diff -u pkgsrc/devel/R-crayon/distinfo:1.5 pkgsrc/devel/R-crayon/distinfo:1.6
--- pkgsrc/devel/R-crayon/distinfo:1.5  Sun Dec 18 01:21:58 2022
+++ pkgsrc/devel/R-crayon/distinfo      Fri Oct 18 12:10:51 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/12/18 01:21:58 mef Exp $
+$NetBSD: distinfo,v 1.6 2024/10/18 12:10:51 mef Exp $
 
-BLAKE2s (R/crayon_1.5.2.tar.gz) = 7c09c7304fd1d5d0dc230f98fba1c8aee283b38116c050b70e1d1415e5ad2819
-SHA512 (R/crayon_1.5.2.tar.gz) = 7b493bce6228fe31f70e6c4d80ff822e0419f7b17861847cd19d51b3e33505d423e657efada5b8c4fe2d8ad6642ea2a242008584c42765b46137753cd6115e55
-Size (R/crayon_1.5.2.tar.gz) = 40567 bytes
+BLAKE2s (R/crayon_1.5.3.tar.gz) = 4a74ab2b1720809d406933f3d4e03f7a1db96fcde63dd7a3ecc312c34fa6a3d3
+SHA512 (R/crayon_1.5.3.tar.gz) = 3de1865fcb8134e46eeb9d198eb8a0e37830267e3242d9d65bfd54fd1558397571b8ca0666d0ac9557f57c3a4d819321b29f89042d3f9e321504aea1fffe1958
+Size (R/crayon_1.5.3.tar.gz) = 40396 bytes



Home | Main Index | Thread Index | Old Index