git: 6e6eadb4c3a8 - main - devel/R-cran-waldo: Update to 0.3.0

Guangyuan Yang ygy at FreeBSD.org
Sun Sep 12 19:58:52 UTC 2021


The branch main has been updated by ygy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6e6eadb4c3a81ebf865ad4e4f6fcc0aa6bd60870

commit 6e6eadb4c3a81ebf865ad4e4f6fcc0aa6bd60870
Author:     Guangyuan Yang <ygy at FreeBSD.org>
AuthorDate: 2021-09-12 19:58:38 +0000
Commit:     Guangyuan Yang <ygy at FreeBSD.org>
CommitDate: 2021-09-12 19:58:38 +0000

    devel/R-cran-waldo: Update to 0.3.0
---
 devel/R-cran-waldo/Makefile  | 7 ++++---
 devel/R-cran-waldo/distinfo  | 6 +++---
 devel/R-cran-waldo/pkg-descr | 2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/devel/R-cran-waldo/Makefile b/devel/R-cran-waldo/Makefile
index ffe9483baecb..47e89032f5aa 100644
--- a/devel/R-cran-waldo/Makefile
+++ b/devel/R-cran-waldo/Makefile
@@ -1,7 +1,7 @@
 # Created by: Guangyuan Yang <ygy at FreeBSD.org>
 
 PORTNAME=	waldo
-DISTVERSION=	0.2.5
+DISTVERSION=	0.3.0
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -12,7 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	R-cran-cli>0:devel/R-cran-cli \
-		R-cran-diffobj>0:devel/R-cran-diffobj \
+		R-cran-diffobj>=0.3.4:devel/R-cran-diffobj \
 		R-cran-fansi>0:devel/R-cran-fansi \
 		R-cran-glue>0:devel/R-cran-glue \
 		R-cran-rematch2>0:devel/R-cran-rematch2 \
@@ -20,7 +20,8 @@ RUN_DEPENDS=	R-cran-cli>0:devel/R-cran-cli \
 		R-cran-tibble>0:devel/R-cran-tibble
 TEST_DEPENDS=	R-cran-R6>0:devel/R-cran-R6 \
 		R-cran-covr>0:devel/R-cran-covr \
-		R-cran-testthat>=3.0.0:devel/R-cran-testthat
+		R-cran-testthat>=3.0.0:devel/R-cran-testthat \
+		R-cran-xml2>0:textproc/R-cran-xml2
 
 USES=		cran:auto-plist
 
diff --git a/devel/R-cran-waldo/distinfo b/devel/R-cran-waldo/distinfo
index 85da0125e003..e3ed2a42ca8e 100644
--- a/devel/R-cran-waldo/distinfo
+++ b/devel/R-cran-waldo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620032425
-SHA256 (waldo_0.2.5.tar.gz) = 7961ab8528b7461c33b3a55ded5d1a214bf0e5fdfc6472a3c7e441d3dee55026
-SIZE (waldo_0.2.5.tar.gz) = 26295
+TIMESTAMP = 1630995504
+SHA256 (waldo_0.3.0.tar.gz) = c45af275eb048809e88dd779ed4c1c0c31ae930ca7515ac87c11007e5339dd90
+SIZE (waldo_0.3.0.tar.gz) = 33470
diff --git a/devel/R-cran-waldo/pkg-descr b/devel/R-cran-waldo/pkg-descr
index 63ea05ac22a2..237573cf3cf4 100644
--- a/devel/R-cran-waldo/pkg-descr
+++ b/devel/R-cran-waldo/pkg-descr
@@ -2,4 +2,4 @@ Compare complex R objects and reveal the key differences. Designed particularly
 for use in testing packages where being able to quickly isolate key differences
 makes understanding test failures much easier.
 
-WWW: https://github.com/r-lib/waldo
+WWW: https://waldo.r-lib.org


More information about the dev-commits-ports-main mailing list