Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/R-scales R-scales: update to 1.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16c0ecc155c2
branches:  trunk
changeset: 436351:16c0ecc155c2
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Jul 31 20:33:40 2020 +0000

description:
R-scales: update to 1.1.0.

diffstat:

 graphics/R-scales/Makefile |  10 ++++++----
 graphics/R-scales/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 88db05bbdb27 -r 16c0ecc155c2 graphics/R-scales/Makefile
--- a/graphics/R-scales/Makefile        Fri Jul 31 20:32:17 2020 +0000
+++ b/graphics/R-scales/Makefile        Fri Jul 31 20:33:40 2020 +0000
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:43 brook Exp $
+# $NetBSD: Makefile,v 1.5 2020/07/31 20:33:40 brook Exp $
 
 R_PKGNAME=     scales
-R_PKGVER=      1.0.0
+R_PKGVER=      1.1.0
 CATEGORIES=    graphics
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Scale functions for visualization
 LICENSE=       mit
 
-DEPENDS+=      R-R6-[0-9]*:../../devel/R-R6
+DEPENDS+=      R-R6>=2.4.1:../../devel/R-R6
+DEPENDS+=      R-lifecycle>=0.2.0:../../devel/R-lifecycle
 DEPENDS+=      R-dichromat-[0-9]*:../../graphics/R-dichromat
+DEPENDS+=      R-farver>=2.0.3:../../graphics/R-farver
 DEPENDS+=      R-labeling>=0.3:../../graphics/R-labeling
 DEPENDS+=      R-munsell>=0.5:../../graphics/R-munsell
 DEPENDS+=      R-viridisLite>=0.3.0:../../graphics/R-viridisLite
-DEPENDS+=      R-RColorBrewer-[0-9]*:../../math/R-RColorBrewer
+DEPENDS+=      R-RColorBrewer>=1.1.2:../../math/R-RColorBrewer
 DEPENDS+=      R-plyr-[0-9]*:../../math/R-plyr
 
 USE_LANGUAGES= c++
diff -r 88db05bbdb27 -r 16c0ecc155c2 graphics/R-scales/distinfo
--- a/graphics/R-scales/distinfo        Fri Jul 31 20:32:17 2020 +0000
+++ b/graphics/R-scales/distinfo        Fri Jul 31 20:33:40 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/07/31 16:11:55 brook Exp $
+$NetBSD: distinfo,v 1.3 2020/07/31 20:33:40 brook Exp $
 
-SHA1 (R/scales_1.0.0.tar.gz) = b1683361971eee37234ffab3474f3d92218f6e18
-RMD160 (R/scales_1.0.0.tar.gz) = c2edaddec61239a1a7e163e34a10ce8169c7471d
-SHA512 (R/scales_1.0.0.tar.gz) = 6fcd2f29f260faa7bb58bbeaf8876fef476f424f77200ebe6b9dce2c16a131f1efac50072fa07d253545879cb0b78684036586a4a61a6412ee37eba1a46abcc0
-Size (R/scales_1.0.0.tar.gz) = 299262 bytes
+SHA1 (R/scales_1.1.0.tar.gz) = 9eed0f9c20a559fcf8a6762f48759cc2ea8e1224
+RMD160 (R/scales_1.1.0.tar.gz) = 656614c17b1087499f3f8df697334ca0304dba77
+SHA512 (R/scales_1.1.0.tar.gz) = 8be54310d02af301277e3b6a4a33bcb98b70411097720db96ff5c4b79f860d6c91774c9f7b8812d9553b883ba116e9dac13dd9eb8b8bd8c1914a5533745143e5
+Size (R/scales_1.1.0.tar.gz) = 510666 bytes



Home | Main Index | Thread Index | Old Index