mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/R-cran-gtable: Update to 0.3.6
Add TEST_DEPENDS. Add LICENSE_FILE. Switch to DISTVERSION. Changelog: https://cran.r-project.org/web/packages/gtable/news/news.html
This commit is contained in:
parent
f742a28acd
commit
0a5ee3b01e
2 changed files with 12 additions and 5 deletions
|
@ -1,13 +1,14 @@
|
|||
PORTNAME= gtable
|
||||
PORTVERSION= 0.3.5
|
||||
DISTVERSION= 0.3.6
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= uzsolt@FreeBSD.org
|
||||
COMMENT= Arrange grobs in tables
|
||||
WWW= https://cran.r-project.org/web/packages/gtable/
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
|
||||
R-cran-glue>0:devel/R-cran-glue \
|
||||
|
@ -15,6 +16,12 @@ CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
|
|||
R-cran-rlang>=1.1.0:devel/R-cran-rlang
|
||||
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
||||
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
|
||||
R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
|
||||
R-cran-knitr>0:print/R-cran-knitr \
|
||||
R-cran-profvis>0:devel/R-cran-profvis \
|
||||
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
|
||||
R-cran-testthat>=3.0.0:devel/R-cran-testthat
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1714242524
|
||||
SHA256 (gtable_0.3.5.tar.gz) = b19fc1a30359945adbab7d4e915fe95523a839c380e34ae705d70b7ebddeea72
|
||||
SIZE (gtable_0.3.5.tar.gz) = 130227
|
||||
TIMESTAMP = 1730098920
|
||||
SHA256 (gtable_0.3.6.tar.gz) = d305a5fa11278b649d2d8edc5288bf28009be888a42be58ff8714018e49de0ef
|
||||
SIZE (gtable_0.3.6.tar.gz) = 148148
|
||||
|
|
Loading…
Add table
Reference in a new issue