Skip to content

Commit

Permalink
(www/R-webshot) Updated 0.5.2 to 0.5.5
Browse files Browse the repository at this point in the history
webshot 0.5.5
=============

* Fixed #101, #116: When some parameters (like `cliprect` and
  `expand`) were used, it would raise `Warning: 'length(x) = 4 > 1' in
  coercion to 'logical(1)'`. In R 4.3, this warning changed to an
  error. (#117)

webshot 0.5.4
=============

* Fixed #112: handling of Windows paths of the form
  "c:\file\path.html" did not work
  correctly. ([#114](wch/webshot#114))

webshot 0.5.3
=============

* Fixed logic in `install_phantomjs()` when `force=TRUE` is
  used. ([#89](wch/webshot#89))

* Fixed handling of `file://` URLs in Windows, when the URL contains a
  drive letter and colon, such as
  `"file://localhost/C:\\msys64"`. (#110, Thanks to Tomas Kalibera)
  • Loading branch information
mef committed Jan 1, 2025
1 parent ab80945 commit ee8f9ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions www/R-webshot/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2021/02/05 14:39:08 mef Exp $
# $NetBSD: Makefile,v 1.2 2025/01/01 14:28:57 mef Exp $

R_PKGNAME= webshot
R_PKGVER= 0.5.2
R_PKGVER= 0.5.5
CATEGORIES= www

MAINTAINER= [email protected]
Expand All @@ -16,6 +16,13 @@ DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-httpuv-[0-9]*:../../www/R-httpuv
TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat

TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval

USE_LANGUAGES= # none

Expand Down
8 changes: 4 additions & 4 deletions www/R-webshot/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 11:29:16 nia Exp $
$NetBSD: distinfo,v 1.4 2025/01/01 14:28:57 mef Exp $

BLAKE2s (R/webshot_0.5.2.tar.gz) = 305263e69baae989dfc99b48bec1140f14316fd9992ae9a8ff6f3db580a9c973
SHA512 (R/webshot_0.5.2.tar.gz) = fc378cfb53895f4eb1dc063c5b7aac2c213920738fc83af3fe8e474f4a6940f6888b86e09a03a4f00bc4be8d8171f9a0e9f2a1c7951a460337b1fedf9f8e18bb
Size (R/webshot_0.5.2.tar.gz) = 157837 bytes
BLAKE2s (R/webshot_0.5.5.tar.gz) = 871f79e6cbb7752513965e6b52cb9c657ccf0ab2109c1b98de9008267a7f072d
SHA512 (R/webshot_0.5.5.tar.gz) = 7cfde3a9e1e62b8081ca486921d707e7f6d74acf60bae53db4fa332dce7c36e876130040587bf4d81634cbde27824bd3bca74c949a58f1c2f038188ed7841173
Size (R/webshot_0.5.5.tar.gz) = 160015 bytes

0 comments on commit ee8f9ef

Please sign in to comment.