pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-webshot



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jan  1 14:28:58 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/R-webshot/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/R-webshot/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-webshot/Makefile
diff -u pkgsrc/www/R-webshot/Makefile:1.1 pkgsrc/www/R-webshot/Makefile:1.2
--- pkgsrc/www/R-webshot/Makefile:1.1   Fri Feb  5 14:39:08 2021
+++ pkgsrc/www/R-webshot/Makefile       Wed Jan  1 14:28:57 2025
@@ -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@localhost
@@ -16,6 +16,13 @@ DEPENDS+=    R-rmarkdown-[0-9]*:../../textp
 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
 

Index: pkgsrc/www/R-webshot/distinfo
diff -u pkgsrc/www/R-webshot/distinfo:1.3 pkgsrc/www/R-webshot/distinfo:1.4
--- pkgsrc/www/R-webshot/distinfo:1.3   Tue Oct 26 11:29:16 2021
+++ pkgsrc/www/R-webshot/distinfo       Wed Jan  1 14:28:57 2025
@@ -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



Home | Main Index | Thread Index | Old Index