diff options
author | tota <tota@FreeBSD.org> | 2016-04-09 14:07:39 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-04-09 14:07:39 +0800 |
commit | 18b9ba919ffae19f7484f665bd64cb0bd926fb08 (patch) | |
tree | 00964295c6a5a95ab383d92d032b83ef8c6aa638 /math | |
parent | b93284504584fa022e51d30238b4c636dc4492b6 (diff) | |
download | freebsd-ports-gnome-18b9ba919ffae19f7484f665bd64cb0bd926fb08.tar.gz freebsd-ports-gnome-18b9ba919ffae19f7484f665bd64cb0bd926fb08.tar.zst freebsd-ports-gnome-18b9ba919ffae19f7484f665bd64cb0bd926fb08.zip |
- Update to 7.0
- Fix LICENSE
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-forecast/Makefile | 6 | ||||
-rw-r--r-- | math/R-cran-forecast/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/R-cran-forecast/Makefile b/math/R-cran-forecast/Makefile index 4a397ba8b585..9841493a0ee2 100644 --- a/math/R-cran-forecast/Makefile +++ b/math/R-cran-forecast/Makefile @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= forecast -PORTVERSION= 6.2 +PORTVERSION= 7.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Forecasting functions for time series and linear models -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ RUN_DEPENDS= R-cran-zoo>0:math/R-cran-zoo \ R-cran-timeDate>0:finance/R-cran-timeDate \ @@ -18,6 +17,7 @@ RUN_DEPENDS= R-cran-zoo>0:math/R-cran-zoo \ R-cran-fracdiff>0:math/R-cran-fracdiff \ R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \ R-cran-colorspace>0:graphics/R-cran-colorspace \ + R-cran-ggplot2>=2.0.0:graphics/R-cran-ggplot2 \ R-cran-RcppArmadillo>=0.2.35:math/R-cran-RcppArmadillo USES= cran:auto-plist diff --git a/math/R-cran-forecast/distinfo b/math/R-cran-forecast/distinfo index 9fb5612a3586..726c86bd1cb5 100644 --- a/math/R-cran-forecast/distinfo +++ b/math/R-cran-forecast/distinfo @@ -1,2 +1,2 @@ -SHA256 (forecast_6.2.tar.gz) = 1b00ae77b1b1024e1f594e6a0c2f1c477398818e22630c92e7f4b710387b8a48 -SIZE (forecast_6.2.tar.gz) = 169667 +SHA256 (forecast_7.0.tar.gz) = 9c2d3da66eb9819afdfa81333751edde8615f377d77f3f3fb9db61d84127313e +SIZE (forecast_7.0.tar.gz) = 195706 |