From ee8f9ef5bbc83e18c9628e54e5ddde919ad2585a Mon Sep 17 00:00:00 2001 From: mef Date: Wed, 1 Jan 2025 14:28:57 +0000 Subject: [PATCH] (www/R-webshot) Updated 0.5.2 to 0.5.5 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](https://github.com/wch/webshot/pull/114)) webshot 0.5.3 ============= * Fixed logic in `install_phantomjs()` when `force=TRUE` is used. ([#89](https://github.com/wch/webshot/pull/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) --- www/R-webshot/Makefile | 11 +++++++++-- www/R-webshot/distinfo | 8 ++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/www/R-webshot/Makefile b/www/R-webshot/Makefile index 990f4db8c1f0..9cd712598699 100644 --- a/www/R-webshot/Makefile +++ b/www/R-webshot/Makefile @@ -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= pkgsrc-users@NetBSD.org @@ -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 diff --git a/www/R-webshot/distinfo b/www/R-webshot/distinfo index 9aba9bb4d7be..33ac4fa5746d 100644 --- a/www/R-webshot/distinfo +++ b/www/R-webshot/distinfo @@ -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