Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2023 22:44:36 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fa95562f3fa3 - main - textproc/R-cran-openxlsx: Fix build
Message-ID:  <202305192244.34JMiaOt049620@gitrepo.freebsd.org>

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

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

commit fa95562f3fa32d5ee32518a5e757530224e48089
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-05-19 22:43:54 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-05-19 22:43:54 +0000

    textproc/R-cran-openxlsx: Fix build
---
 textproc/R-cran-openxlsx/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/textproc/R-cran-openxlsx/Makefile b/textproc/R-cran-openxlsx/Makefile
index 7e44ce1be1bd..83d2c6e3e3e3 100644
--- a/textproc/R-cran-openxlsx/Makefile
+++ b/textproc/R-cran-openxlsx/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openxlsx
 DISTVERSION=	4.2.5.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -11,9 +11,11 @@ WWW=		https://github.com/awalker89/openxlsx
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr
+BUILD_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr \
+		R-cran-stringi>=0:textproc/R-cran-stringi
 RUN_DEPENDS=	R-cran-zip>0:archivers/R-cran-zip \
-		R-cran-Rcpp>0:devel/R-cran-Rcpp
+		R-cran-Rcpp>0:devel/R-cran-Rcpp\
+		R-cran-stringi>=0:textproc/R-cran-stringi
 TEST_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr
 
 USES=		cran:auto-plist,compiles



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