pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-bslib



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu May  5 02:24:41 UTC 2022

Modified Files:
        pkgsrc/www/R-bslib: Makefile distinfo

Log Message:
(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)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/R-bslib/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/R-bslib/distinfo

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

Modified files:

Index: pkgsrc/www/R-bslib/Makefile
diff -u pkgsrc/www/R-bslib/Makefile:1.1 pkgsrc/www/R-bslib/Makefile:1.2
--- pkgsrc/www/R-bslib/Makefile:1.1     Tue Jun  8 01:56:05 2021
+++ pkgsrc/www/R-bslib/Makefile Thu May  5 02:24:41 2022
@@ -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@localhost
@@ -15,12 +15,11 @@ DEPENDS+=   R-jsonlite>=1.7.1:../../textpr
 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
 

Index: pkgsrc/www/R-bslib/distinfo
diff -u pkgsrc/www/R-bslib/distinfo:1.3 pkgsrc/www/R-bslib/distinfo:1.4
--- pkgsrc/www/R-bslib/distinfo:1.3     Tue Oct 26 11:29:14 2021
+++ pkgsrc/www/R-bslib/distinfo Thu May  5 02:24:41 2022
@@ -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



Home | Main Index | Thread Index | Old Index