Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2019 03:22:54 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510919 - head/textproc/R-cran-readxl
Message-ID:  <201909030322.x833MsVJ074650@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Sep  3 03:22:53 2019
New Revision: 510919
URL: https://svnweb.freebsd.org/changeset/ports/510919

Log:
  - Unbreak by add missing DEPENDS
  
  PR:		237906
  Submitted by:	wenheping2000@hotmail.com(myself)
  Approved by:	maintainer(timeout, >= 3 months)

Modified:
  head/textproc/R-cran-readxl/Makefile

Modified: head/textproc/R-cran-readxl/Makefile
==============================================================================
--- head/textproc/R-cran-readxl/Makefile	Tue Sep  3 03:11:09 2019	(r510918)
+++ head/textproc/R-cran-readxl/Makefile	Tue Sep  3 03:22:53 2019	(r510919)
@@ -11,12 +11,12 @@ COMMENT=	Read Excel Files
 
 LICENSE=	GPLv3
 
-BROKEN=		dependency 'progress' is not available for package 'readxl'
-
-BUILD_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr
+BUILD_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr \
+		R-cran-progress>0:devel/R-cran-progress
 RUN_DEPENDS=	R-cran-Rcpp>=0.12.18:devel/R-cran-Rcpp \
 		R-cran-tibble>=1.3.1:devel/R-cran-tibble \
-		R-cran-cellranger>0:textproc/R-cran-cellranger
+		R-cran-cellranger>0:textproc/R-cran-cellranger \
+		R-cran-progress>0:devel/R-cran-progress
 TEST_DEPENDS=	R-cran-covr>0:devel/R-cran-covr \
 		R-cran-rprojroot>=1.1:devel/R-cran-rprojroot \
 		R-cran-testthat>0:devel/R-cran-testthat \



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