pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-colourpicker



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun  8 13:09:53 UTC 2024

Modified Files:
        pkgsrc/graphics/R-colourpicker: Makefile distinfo

Log Message:
(graphics/R-colourpicker) Updated 1.1.0 to 1.3.0, fix build for R-4.4.0

# colourpicker 1.3.0 (2023-08-19)

- Add `width` parameter to `colourInput()` (#52)
- Don't use `addResourcePath()` and instead use `htmlDependency()` (#43)

# colourpicker 1.2.0 (2022-10-28)

- Add CSS class to input label (#48)
- Don't output side-effect text to the console when closing the
  gadget/addin
- Upgrade jQuery to version latest version 3.6.1 (#53)

# colourpicker 1.1.1 (2021-09-30)

- Fix plotHelper() to work with new ggplot that complained about
  CPCOLS variable not existing


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/R-colourpicker/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/R-colourpicker/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/R-colourpicker/Makefile
diff -u pkgsrc/graphics/R-colourpicker/Makefile:1.2 pkgsrc/graphics/R-colourpicker/Makefile:1.3
--- pkgsrc/graphics/R-colourpicker/Makefile:1.2 Sat Sep 18 15:04:56 2021
+++ pkgsrc/graphics/R-colourpicker/Makefile     Sat Jun  8 13:09:53 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2021/09/18 15:04:56 mef Exp $
+# $NetBSD: Makefile,v 1.3 2024/06/08 13:09:53 mef Exp $
 
 R_PKGNAME=     colourpicker
-R_PKGVER=      1.1.0
+R_PKGVER=      1.3.0
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,10 +13,12 @@ DEPENDS+=   R-htmltools>=0.3.6:../../textp
 DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite
 DEPENDS+=      R-htmlwidgets>=0.7:../../www/R-htmlwidgets
 DEPENDS+=      R-miniUI>=0.1.1:../../www/R-miniUI
-DEPENDS+=      R-shiny>=0.11.1:../../www/R-shiny
+DEPENDS+=      R-shiny>=1.8.1.1:../../www/R-shiny
 DEPENDS+=      R-shinyjs>=1.0:../../www/R-shinyjs
 
 USE_LANGUAGES= # none
 
+# Package suggested but not available: 'shinydisconnect'
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/R-colourpicker/distinfo
diff -u pkgsrc/graphics/R-colourpicker/distinfo:1.4 pkgsrc/graphics/R-colourpicker/distinfo:1.5
--- pkgsrc/graphics/R-colourpicker/distinfo:1.4 Tue Oct 26 10:45:55 2021
+++ pkgsrc/graphics/R-colourpicker/distinfo     Sat Jun  8 13:09:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:45:55 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/06/08 13:09:53 mef Exp $
 
-BLAKE2s (R/colourpicker_1.1.0.tar.gz) = 6af2420f81cafad60bbe593d19770667b3e3577d7f248eacdfb9dbb96a45d43c
-SHA512 (R/colourpicker_1.1.0.tar.gz) = 4b39bfd5e6ba2bc0290653279a9d0b94f3cbab54ca9be2f5ace189e3d5d60eaf56486eef817dbabb7720f071e203f5f95a9e6d0fffa1ab401f3ec57b8d3b49c8
-Size (R/colourpicker_1.1.0.tar.gz) = 1833280 bytes
+BLAKE2s (R/colourpicker_1.3.0.tar.gz) = ea49b783c37a731ae2168b2c426e4fadf9e241e6f8113af622e13fb76c21d479
+SHA512 (R/colourpicker_1.3.0.tar.gz) = d45d8f20bce164b3764281a3ee36f9f7b8f63ca959acb74ca49b06fb3a71d013f1a4c6785094cfb5526a8ab3148f48bf61a305824c3983183662f1dd01dcdf80
+Size (R/colourpicker_1.3.0.tar.gz) = 1278560 bytes



Home | Main Index | Thread Index | Old Index