diff options
Diffstat (limited to 'graphics/R-cran-cowplot/Makefile')
-rw-r--r-- | graphics/R-cran-cowplot/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/graphics/R-cran-cowplot/Makefile b/graphics/R-cran-cowplot/Makefile index 79e5015b8a31..455093425141 100644 --- a/graphics/R-cran-cowplot/Makefile +++ b/graphics/R-cran-cowplot/Makefile @@ -1,5 +1,5 @@ PORTNAME= cowplot -DISTVERSION= 1.1.3 +DISTVERSION= 1.2.0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -9,15 +9,20 @@ WWW= https://wilkelab.org/cowplot/ LICENSE= GPLv2 -CRAN_DEPENDS= R-cran-ggplot2>=3.4.0:graphics/R-cran-ggplot2 \ +RUN_DEPENDS= R-cran-ggplot2>=3.5.2:graphics/R-cran-ggplot2 \ R-cran-gtable>0:math/R-cran-gtable \ R-cran-rlang>0:devel/R-cran-rlang \ R-cran-scales>0:graphics/R-cran-scales -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} -TEST_DEPENDS= R-cran-dbplyr>0:databases/R-cran-dbplyr \ +TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ + R-cran-dplyr>0:math/R-cran-dplyr \ + R-cran-forcats>0:math/R-cran-forcats \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-magick>0:graphics/R-cran-magick \ R-cran-maps>0:math/R-cran-maps \ - R-cran-testthat>=1.0.0:devel/R-cran-testthat + R-cran-markdown>0:textproc/R-cran-markdown \ + R-cran-ragg>0:graphics/R-cran-ragg \ + R-cran-testthat>=1.0.0:devel/R-cran-testthat \ + R-cran-tidyr>0:devel/R-cran-tidyr USES= cran:auto-plist |