git: 335c59490e3a - main - graphics/R-cran-viridisLite: Update to 0.4.2

From: TAKATSU Tomonari <tota_at_FreeBSD.org>
Date: Fri, 12 May 2023 16:07:47 UTC
The branch main has been updated by tota:

URL: https://cgit.FreeBSD.org/ports/commit/?id=335c59490e3aa2a2a4ea0ac9374e8d7529545da7

commit 335c59490e3aa2a2a4ea0ac9374e8d7529545da7
Author:     TAKATSU Tomonari <tota@FreeBSD.org>
AuthorDate: 2023-05-12 12:40:33 +0000
Commit:     TAKATSU Tomonari <tota@FreeBSD.org>
CommitDate: 2023-05-12 16:05:12 +0000

    graphics/R-cran-viridisLite: Update to 0.4.2
    
    - Update to 0.4.2
    - Update pkg-descr
---
 graphics/R-cran-viridisLite/Makefile  |  3 +--
 graphics/R-cran-viridisLite/distinfo  |  6 +++---
 graphics/R-cran-viridisLite/pkg-descr | 20 +++++++-------------
 3 files changed, 11 insertions(+), 18 deletions(-)

diff --git a/graphics/R-cran-viridisLite/Makefile b/graphics/R-cran-viridisLite/Makefile
index 0ef836c4330b..b34cb7c56401 100644
--- a/graphics/R-cran-viridisLite/Makefile
+++ b/graphics/R-cran-viridisLite/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	viridisLite
-PORTVERSION=	0.4.1
-PORTREVISION=	1
+PORTVERSION=	0.4.2
 CATEGORIES=	graphics
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
diff --git a/graphics/R-cran-viridisLite/distinfo b/graphics/R-cran-viridisLite/distinfo
index af5898e46912..c7f193f1bb1b 100644
--- a/graphics/R-cran-viridisLite/distinfo
+++ b/graphics/R-cran-viridisLite/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662250195
-SHA256 (viridisLite_0.4.1.tar.gz) = a896db1ccae5fc1a8b3764d02f24cef74ef7a8341cf9f3401c4efe799870ea97
-SIZE (viridisLite_0.4.1.tar.gz) = 1267090
+TIMESTAMP = 1683895091
+SHA256 (viridisLite_0.4.2.tar.gz) = 893f111d31deccd2cc959bc9db7ba2ce9020a2dd1b9c1c009587e449c4cce1a1
+SIZE (viridisLite_0.4.2.tar.gz) = 1267121
diff --git a/graphics/R-cran-viridisLite/pkg-descr b/graphics/R-cran-viridisLite/pkg-descr
index ea57f63e3047..fc9495627c1c 100644
--- a/graphics/R-cran-viridisLite/pkg-descr
+++ b/graphics/R-cran-viridisLite/pkg-descr
@@ -1,13 +1,7 @@
-Implementation of the 'viridis' - the default -, 'magma', 'plasma',
-'inferno', and 'cividis' color maps for 'R'. 'viridis', 'magma',
-'plasma', and 'inferno' are ported from 'matplotlib'
-<http://matplotlib.org/>, a popular plotting library for 'python'.
-'cividis', was developed by Jamie R. Nuñez and Sean M. Colby. These
-color maps are designed in such a way that they will analytically
-be perfectly perceptually-uniform, both in regular form and also
-when converted to black-and-white. They are also designed to be
-perceived by readers with the most common form of color blindness
-(all color maps in this package) and color vision deficiency
-('cividis' only). This is the 'lite' version of the more complete
-'viridis' package that can be found at
-<https://cran.r-project.org/package=viridis>.
+Color maps designed to improve graph readability for readers with
+common forms of color blindness and/or color vision deficiency. The
+color maps are also perceptually-uniform, both in regular form and
+also when converted to black-and-white for printing. This is the
+'lite' version of the 'viridis' package that also contains 'ggplot2'
+bindings for discrete and continuous color and fill scales and can
+be found at <https://cran.r-project.org/package=viridis>.