mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
graphics/R-cran-ggrepel: Update to 0.9.6
Add LICENSE_FILE. Changelog: https://cran.r-project.org/web/packages/ggrepel/news/news.html
This commit is contained in:
parent
ef9c8d0d61
commit
c2ef7e2217
2 changed files with 11 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= ggrepel
|
PORTNAME= ggrepel
|
||||||
DISTVERSION= 0.9.5
|
DISTVERSION= 0.9.6
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||||
|
|
||||||
|
@ -8,12 +8,15 @@ COMMENT= Help to avoid overlapping text labels of ggplot2
|
||||||
WWW= https://cran.r-project.org/web/packages/ggrepel/
|
WWW= https://cran.r-project.org/web/packages/ggrepel/
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
CRAN_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
|
CRAN_DEPENDS= R-cran-ggplot2>2.2.0:graphics/R-cran-ggplot2 \
|
||||||
R-cran-Rcpp>0:devel/R-cran-Rcpp \
|
R-cran-Rcpp>0:devel/R-cran-Rcpp \
|
||||||
R-cran-scales>0:graphics/R-cran-scales
|
R-cran-rlang>=0.3.0:devel/R-cran-rlang \
|
||||||
BUILD_DEPENDS+= ${CRAN_DEPENDS}
|
R-cran-scales>=0.5.0:graphics/R-cran-scales \
|
||||||
RUN_DEPENDS+= ${CRAN_DEPENDS}
|
R-cran-withr>=2.5.0:devel/R-cran-withr
|
||||||
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
||||||
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||||
|
|
||||||
USES= cran:auto-plist,compiles
|
USES= cran:auto-plist,compiles
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1707056043
|
TIMESTAMP = 1725774573
|
||||||
SHA256 (ggrepel_0.9.5.tar.gz) = d1e600e56c2ad345961ed23f30f04b81c631ff94bd6762a260c62e0206cf8caa
|
SHA256 (ggrepel_0.9.6.tar.gz) = 268a6eda6377d27b403af40423cdf6dce30b2fe1460f771377dc68ce3e4e7212
|
||||||
SIZE (ggrepel_0.9.5.tar.gz) = 151033
|
SIZE (ggrepel_0.9.6.tar.gz) = 149970
|
||||||
|
|
Loading…
Add table
Reference in a new issue