diff options
author | tota <tota@FreeBSD.org> | 2016-12-16 13:30:15 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-12-16 13:30:15 +0800 |
commit | dac6925b72c85d811e9a9155f253745d59a39376 (patch) | |
tree | 788e73b70afbe579ff46204631c5e162d22a7115 /textproc | |
parent | 704ed1eee9fc3cfb082b9720533c816abb85757d (diff) | |
download | freebsd-ports-gnome-dac6925b72c85d811e9a9155f253745d59a39376.tar.gz freebsd-ports-gnome-dac6925b72c85d811e9a9155f253745d59a39376.tar.zst freebsd-ports-gnome-dac6925b72c85d811e9a9155f253745d59a39376.zip |
- Update to 1.1
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/R-cran-rmarkdown/Makefile | 8 | ||||
-rw-r--r-- | textproc/R-cran-rmarkdown/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/R-cran-rmarkdown/Makefile b/textproc/R-cran-rmarkdown/Makefile index 89d79d7dd10f..60cd43587129 100644 --- a/textproc/R-cran-rmarkdown/Makefile +++ b/textproc/R-cran-rmarkdown/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rmarkdown -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,12 +11,14 @@ COMMENT= Dynamic Documents for R LICENSE= GPLv3 -CRAN_DEPENDS= R-cran-knitr>=1.13:print/R-cran-knitr \ +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-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-jsonlite>0:converters/R-cran-jsonlite \ + R-cran-tibble>0:devel/R-cran-tibble BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= hs-pandoc>=1.12.3:textproc/hs-pandoc \ ${CRAN_DEPENDS} diff --git a/textproc/R-cran-rmarkdown/distinfo b/textproc/R-cran-rmarkdown/distinfo index b636d1828337..bb2a9dbe1882 100644 --- a/textproc/R-cran-rmarkdown/distinfo +++ b/textproc/R-cran-rmarkdown/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468902196 -SHA256 (rmarkdown_1.0.tar.gz) = ff1ecb74ebc444b9b0b7b547adc512daefe1ee08d06bc0e3ee4eb68e58d2ef30 -SIZE (rmarkdown_1.0.tar.gz) = 2049183 +TIMESTAMP = 1481815174 +SHA256 (rmarkdown_1.1.tar.gz) = a07d757a7c1e1a979b9b721386252da0258d75e47aed8c8df4724419be9afbb3 +SIZE (rmarkdown_1.1.tar.gz) = 2065151 |