diff options
author | tota <tota@FreeBSD.org> | 2016-12-04 16:08:43 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-12-04 16:08:43 +0800 |
commit | 62b6508a7618a629cae8d42f69573bdf6e530326 (patch) | |
tree | 5c91fe18313dae804b49740de946fe7f0c16adf9 /graphics | |
parent | 1f7c9017a6d294a8cab18235ce86b46a2db1fe1e (diff) | |
download | freebsd-ports-gnome-62b6508a7618a629cae8d42f69573bdf6e530326.tar.gz freebsd-ports-gnome-62b6508a7618a629cae8d42f69573bdf6e530326.tar.zst freebsd-ports-gnome-62b6508a7618a629cae8d42f69573bdf6e530326.zip |
- Update to 0.4.1
- Add "compiles" argument to USES=cran
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/R-cran-scales/Makefile | 8 | ||||
-rw-r--r-- | graphics/R-cran-scales/distinfo | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/graphics/R-cran-scales/Makefile b/graphics/R-cran-scales/Makefile index da0838a61046..2da5bdd73cea 100644 --- a/graphics/R-cran-scales/Makefile +++ b/graphics/R-cran-scales/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scales -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -10,13 +10,15 @@ COMMENT= Scale functions for graphics LICENSE= MIT -RUN_DEPENDS= R-cran-RColorBrewer>0:graphics/R-cran-RColorBrewer \ +CRAN_DEPENDS= R-cran-RColorBrewer>0:graphics/R-cran-RColorBrewer \ R-cran-dichromat>0:graphics/R-cran-dichromat \ R-cran-plyr>0:devel/R-cran-plyr \ R-cran-munsell>=0.2:graphics/R-cran-munsell \ R-cran-labeling>0:math/R-cran-labeling \ R-cran-Rcpp>0:devel/R-cran-Rcpp +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/graphics/R-cran-scales/distinfo b/graphics/R-cran-scales/distinfo index ffeb2d19960f..089768cae570 100644 --- a/graphics/R-cran-scales/distinfo +++ b/graphics/R-cran-scales/distinfo @@ -1,2 +1,3 @@ -SHA256 (scales_0.4.0.tar.gz) = 851ef6136339b361b3f843fb73ea89f9112279b9cc126bdb38acde8d24c1c6a7 -SIZE (scales_0.4.0.tar.gz) = 57358 +TIMESTAMP = 1480836442 +SHA256 (scales_0.4.1.tar.gz) = 642b88fb1fce7bac72a0038ce532b65b8a79dffe826fec25033cf386ab630cd3 +SIZE (scales_0.4.1.tar.gz) = 57703 |