Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2024 05:48:07 GMT
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac9493f7ab65 - main - misc/R-cran-xfun: update to 0.47
Message-ID:  <202408200548.47K5m7nw040126@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt:

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

commit ac9493f7ab65607361f7e3ec106c8cb7b9b613a5
Author:     Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2024-08-20 05:44:43 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-08-20 05:44:43 +0000

    misc/R-cran-xfun: update to 0.47
    
    Add TEST_TARGET.
    Add LICENSE_FILE.
    
    Changelog: https://cran.r-project.org/web/packages/xfun/news/news.html
---
 misc/R-cran-xfun/Makefile | 19 ++++++++++++++++++-
 misc/R-cran-xfun/distinfo |  6 +++---
 2 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/misc/R-cran-xfun/Makefile b/misc/R-cran-xfun/Makefile
index 66b981948bcb..eefac8c0650a 100644
--- a/misc/R-cran-xfun/Makefile
+++ b/misc/R-cran-xfun/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xfun
-DISTVERSION=	0.46
+DISTVERSION=	0.47
 CATEGORIES=	misc
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -8,6 +8,23 @@ COMMENT=	Miscellaneous Functions by Yihui Xie
 WWW=		https://cran.r-project.org/web/packages/xfun/
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+TEST_DEPENDS=	R-cran-curl>0:ftp/R-cran-curl \
+		R-cran-htmltools>0:textproc/R-cran-htmltools \
+		R-cran-jsonlite>0:converters/R-cran-jsonlite \
+		R-cran-knitr>=1.47:print/R-cran-knitr \
+		R-cran-magick>0:graphics/R-cran-magick \
+		R-cran-markdown>0:textproc/R-cran-markdown \
+		R-cran-mime>0:misc/R-cran-mime \
+		R-cran-pak>0:devel/R-cran-pak \
+		R-cran-remotes>0:devel/R-cran-remotes \
+		R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
+		R-cran-rstudioapi>0:devel/R-cran-rstudioapi \
+		R-cran-testit>0:devel/R-cran-testit \
+		R-cran-tinytex>=0.30:print/R-cran-tinytex \
+		R-cran-xml2>0:textproc/R-cran-xml2 \
+		R-cran-yaml>0:textproc/R-cran-yaml
 
 USES=		cran:auto-plist,compiles
 
diff --git a/misc/R-cran-xfun/distinfo b/misc/R-cran-xfun/distinfo
index 36f9d91d488c..1eb0ea3aabad 100644
--- a/misc/R-cran-xfun/distinfo
+++ b/misc/R-cran-xfun/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1721638298
-SHA256 (xfun_0.46.tar.gz) = 823f30daa47d34b080e04346c0b1f927d92e331faed0c07f9f27282938f5b58d
-SIZE (xfun_0.46.tar.gz) = 158386
+TIMESTAMP = 1724129348
+SHA256 (xfun_0.47.tar.gz) = 999874fdbf4df2e686a3cb134bfef782c0d3eb0141006191ca1eda94ce232c4b
+SIZE (xfun_0.47.tar.gz) = 160096



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408200548.47K5m7nw040126>