pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/R-webfakes
Module Name: pkgsrc
Committed By: mef
Date: Wed Jan 1 13:24:21 UTC 2025
Modified Files:
pkgsrc/www/R-webfakes: Makefile distinfo
Log Message:
(www/R-webfakes) Updated 1.2.0 to 1.3.1
# webfakes 1.3.1
No changes.
# webfakes 1.3.0
* New `git_app()` app to fake a git HTTP server. See the webfakes test cases
for examples.
* New `mw_cgi()` middleware to call CGI scripts. See the new `git_app()`
for an example.
# webfakes 1.2.1
* `tmpl_glue()` now works correctly on platforms with an issue in
`readChar(..., useBytes = TRUE)`, e.g. on macOS 14.x Sonoma:
<https://bugs.r-project.org/show_bug.cgi?id=18605>.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/R-webfakes/Makefile \
pkgsrc/www/R-webfakes/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-webfakes/Makefile
diff -u pkgsrc/www/R-webfakes/Makefile:1.3 pkgsrc/www/R-webfakes/Makefile:1.4
--- pkgsrc/www/R-webfakes/Makefile:1.3 Sun Jun 11 10:50:27 2023
+++ pkgsrc/www/R-webfakes/Makefile Wed Jan 1 13:24:20 2025
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2023/06/11 10:50:27 mef Exp $
+# $NetBSD: Makefile,v 1.4 2025/01/01 13:24:20 mef Exp $
R_PKGNAME= webfakes
-R_PKGVER= 1.2.0
+R_PKGVER= 1.3.1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Fake Web Apps for HTTP Testing
LICENSE= mit # + file LICENSE
+TEST_DEPENDS+= R-brotli-[0-9]*:../../archivers/R-brotli
TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
@@ -20,6 +21,13 @@ TEST_DEPENDS+= R-withr-[0-9]*:../../deve
TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
TEST_DEPENDS+= R-zip-[0-9]*:../../archivers/R-zip
+# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
+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= c
.include "../../math/R/Makefile.extension"
Index: pkgsrc/www/R-webfakes/distinfo
diff -u pkgsrc/www/R-webfakes/distinfo:1.3 pkgsrc/www/R-webfakes/distinfo:1.4
--- pkgsrc/www/R-webfakes/distinfo:1.3 Sun Jun 11 10:50:27 2023
+++ pkgsrc/www/R-webfakes/distinfo Wed Jan 1 13:24:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/06/11 10:50:27 mef Exp $
+$NetBSD: distinfo,v 1.4 2025/01/01 13:24:20 mef Exp $
-BLAKE2s (R/webfakes_1.2.0.tar.gz) = feb5c5c07563273f3ff874e51a01617084e1b473f4f024fc06eb811e4ef53c3e
-SHA512 (R/webfakes_1.2.0.tar.gz) = ad22cf4f8e0cb46109e54a963da7c2024332e13aed1809274d38958fb4b182466e783301b6193fd598288bd094243940109153a4cb76559aa66197dd063c7b90
-Size (R/webfakes_1.2.0.tar.gz) = 361522 bytes
+BLAKE2s (R/webfakes_1.3.1.tar.gz) = e812a40960874bce63ac5cf9502d4794de8dcdab67956df5c45653a90c5af6da
+SHA512 (R/webfakes_1.3.1.tar.gz) = db6abfd480896c95d0b5b34a15077bab4e448df77812c4e3ef3b186bf31c2a1f52b1ca1ba779535b768033ddc1a8b32188641f45453af7ade6f4473a45a159df
+Size (R/webfakes_1.3.1.tar.gz) = 393705 bytes
Home |
Main Index |
Thread Index |
Old Index