From 51a695e6d65a8789a889d0a3cb80aae9c34163a7 Mon Sep 17 00:00:00 2001 From: mef Date: Thu, 5 May 2022 02:24:41 +0000 Subject: [PATCH] (www/R-bslib) Updated 0.2.5.1 to 0.3.1, make test passed # bslib 0.3.1 ## New features * Upgraded Bootstrap 5 (i.e., `bs_theme(version = 5)`) from 5.0.2 to 5.1.0 (#365) ## Bug fixes * Closed rstudio/shiny#3519: `nav_menu()` (i.e., `shiny::navbarMenu()`) wasn't producing an `.active` class on it's `.dropdown` container properly. (#372) # bslib 0.3.0 ## Breaking changes * Closed rstudio/rmarkdown#2154: `{magrittr}`'s pipe operator (`%>%`) is no longer re-exported by `{bslib}`. Either `library(magrittr)` to make `%>%` available and/or use use R 4.1's pipe operator (`|>`). ## New features * Closed #82: Added support for Bootstrap 5 (via `bs_theme(version = 5)`). Bootstrap 4 remains the default in this release, but the next release, the default will likely change to Bootstrap 5. ## Bug fixes * Closed #6: rmarkdown's .tabset-fade class now works with Bootstrap 4+ since legacy use of .nav .fade is now officially supported in Bootstrap 4+. (#325) --- www/R-bslib/Makefile | 9 ++++----- www/R-bslib/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/www/R-bslib/Makefile b/www/R-bslib/Makefile index 519b067b0621..6b8fa6d81c2b 100644 --- a/www/R-bslib/Makefile +++ b/www/R-bslib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2021/06/08 01:56:05 mef Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/05 02:24:41 mef Exp $ R_PKGNAME= bslib -R_PKGVER= 0.2.5.1 +R_PKGVER= 0.3.1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -15,12 +15,11 @@ DEPENDS+= R-jsonlite>=1.7.1:../../textproc/R-jsonlite DEPENDS+= R-sass>=0.4.0:../../www/R-sass DEPENDS+= R-jquerylib-[0-9]*:../../www/R-jquerylib -# Packages suggested but not available: 'rmarkdown', 'thematic' - +TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat TEST_DEPENDS+= R-thematic-[0-9]*:../../graphics/R-thematic -TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown USE_LANGUAGES= # none diff --git a/www/R-bslib/distinfo b/www/R-bslib/distinfo index d253acda4579..9b8185649c0b 100644 --- a/www/R-bslib/distinfo +++ b/www/R-bslib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:29:14 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/05/05 02:24:41 mef Exp $ -BLAKE2s (R/bslib_0.2.5.1.tar.gz) = c4374b1476175fe394fabf9f6f2961a2aaccbcfecddcceb16d00c696ebd57d70 -SHA512 (R/bslib_0.2.5.1.tar.gz) = 910cb3f90d6ec143f9237c50ec895022e8b8d1360a1176ec7b87051e548a642f4dfb0d150f2815cfa0e2e2b51a148cd689acdd42c05106896ef52e971eea831a -Size (R/bslib_0.2.5.1.tar.gz) = 3810412 bytes +BLAKE2s (R/bslib_0.3.1.tar.gz) = 2e34801f76665d9359ea51e07a454e9558c5ef7a829210774855f4d3e0bfab6e +SHA512 (R/bslib_0.3.1.tar.gz) = c17ea68dd6111275915713c5e6721ca18ed7db406125967e0d2f8ade83a1608e88dbdeb0d8acd67d84aaa2ae67931898b334e079b540c86b1c8544678c28b43a +Size (R/bslib_0.3.1.tar.gz) = 4908277 bytes