aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-rmarkdown/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2016-12-18 06:10:44 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2016-12-18 06:10:44 +0000
commit570d3f1ea4bd779da320d83c349699519a4292d2 (patch)
tree468f4e9740fc79296681398b2d0433ab37fb7f84 /textproc/R-cran-rmarkdown/Makefile
parent1d605495f8fc3d27d1c7060872aeec299a9c3697 (diff)
downloadports-570d3f1ea4bd779da320d83c349699519a4292d2.tar.gz
ports-570d3f1ea4bd779da320d83c349699519a4292d2.zip
Notes
Diffstat (limited to 'textproc/R-cran-rmarkdown/Makefile')
-rw-r--r--textproc/R-cran-rmarkdown/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/R-cran-rmarkdown/Makefile b/textproc/R-cran-rmarkdown/Makefile
index 60cd43587129..94d36ac4786d 100644
--- a/textproc/R-cran-rmarkdown/Makefile
+++ b/textproc/R-cran-rmarkdown/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rmarkdown
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -13,12 +13,12 @@ LICENSE= GPLv3
CRAN_DEPENDS= R-cran-knitr>=1.14:print/R-cran-knitr \
R-cran-yaml>=2.1.5:textproc/R-cran-yaml \
- R-cran-htmltools>=0.2.4:textproc/R-cran-htmltools \
+ R-cran-htmltools>=0.3.5:textproc/R-cran-htmltools \
R-cran-caTools>0:devel/R-cran-caTools \
R-cran-evaluate>=0.8:devel/R-cran-evaluate \
R-cran-base64enc>0:converters/R-cran-base64enc \
R-cran-jsonlite>0:converters/R-cran-jsonlite \
- R-cran-tibble>0:devel/R-cran-tibble
+ R-cran-rprojroot>0:devel/R-cran-rprojroot
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= hs-pandoc>=1.12.3:textproc/hs-pandoc \
${CRAN_DEPENDS}