pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-remotes
Module Name: pkgsrc
Committed By: mef
Date: Mon Jan 22 13:40:33 UTC 2024
Modified Files:
pkgsrc/devel/R-remotes: Makefile distinfo
Log Message:
(devel/R-rematch) Updated 1.0.1 to 2.0.0
# rematch 2.0.0
* New `re_match_all` function to extract all matches.
* Removed the `perl` arguments, we always use PERL compatible regular
expressions now.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-remotes/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-remotes/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-remotes/Makefile
diff -u pkgsrc/devel/R-remotes/Makefile:1.6 pkgsrc/devel/R-remotes/Makefile:1.7
--- pkgsrc/devel/R-remotes/Makefile:1.6 Fri Apr 29 15:29:46 2022
+++ pkgsrc/devel/R-remotes/Makefile Mon Jan 22 13:40:33 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/04/29 15:29:46 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/01/22 13:40:33 mef Exp $
R_PKGNAME= remotes
-R_PKGVER= 2.4.2
+R_PKGVER= 2.4.2.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -19,6 +19,14 @@ TEST_DEPENDS+= R-pingr-[0-9]*:../../net/
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-webfakes-[0-9]*:../../www/R-webfakes
+# !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= # none
.include "../../math/R/Makefile.extension"
Index: pkgsrc/devel/R-remotes/distinfo
diff -u pkgsrc/devel/R-remotes/distinfo:1.7 pkgsrc/devel/R-remotes/distinfo:1.8
--- pkgsrc/devel/R-remotes/distinfo:1.7 Fri Apr 29 14:56:15 2022
+++ pkgsrc/devel/R-remotes/distinfo Mon Jan 22 13:40:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/04/29 14:56:15 mef Exp $
+$NetBSD: distinfo,v 1.8 2024/01/22 13:40:33 mef Exp $
-BLAKE2s (R/remotes_2.4.2.tar.gz) = 2d5094e608976f84d6818d7db0b2c2baed88a0ea24946415369e637255046aac
-SHA512 (R/remotes_2.4.2.tar.gz) = b90afc95e2d0f290956af523ad1ebb036a2171d70d286b3292557d292af425d0d05dea9053a2d22b9a7621ebb430b2fcc360d864ca8a6c5d427e5bce931ffee2
-Size (R/remotes_2.4.2.tar.gz) = 152540 bytes
+BLAKE2s (R/remotes_2.4.2.1.tar.gz) = c51938670f7ceb41c6a8b1ba83f5a9de927295510b474db1154dc9341c337192
+SHA512 (R/remotes_2.4.2.1.tar.gz) = 934db86a83fbe31cea2721bd4dec6325de9badc5f8525c612f3a7a4d0ec46083f7fcc75a8cf91a3c9052c68b2934dcb067b01f0579f51a159c13ee94d0f496a3
+Size (R/remotes_2.4.2.1.tar.gz) = 152560 bytes
Home |
Main Index |
Thread Index |
Old Index