diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2018-04-16 04:10:56 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2018-04-16 04:10:56 +0000 |
commit | 10b1f0f12da9208553fdb77824df1a81c7588e5e (patch) | |
tree | 90ee07511bfbf69d1ab5e2b9cfe2edeac6400433 /math | |
parent | 1c4eec3721d357c59a14019678ca3223eb3007ca (diff) | |
download | ports-10b1f0f12da9208553fdb77824df1a81c7588e5e.tar.gz ports-10b1f0f12da9208553fdb77824df1a81c7588e5e.zip |
- Update to 8.3
Notes
Notes:
svn path=/head/; revision=467451
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-forecast/Makefile | 14 | ||||
-rw-r--r-- | math/R-cran-forecast/distinfo | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/math/R-cran-forecast/Makefile b/math/R-cran-forecast/Makefile index 50c9d07bb078..37762def3f90 100644 --- a/math/R-cran-forecast/Makefile +++ b/math/R-cran-forecast/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= forecast -PORTVERSION= 8.2 -PORTREVISION= 1 +PORTVERSION= 8.3 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,15 +11,16 @@ COMMENT= Forecasting functions for time series and linear models LICENSE= GPLv3 -CRAN_DEPENDS= R-cran-tseries>0:finance/R-cran-tseries \ +CRAN_DEPENDS= R-cran-colorspace>0:graphics/R-cran-colorspace \ 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-magrittr>0:devel/R-cran-magrittr \ R-cran-lmtest>0:finance/R-cran-lmtest \ - R-cran-zoo>0:math/R-cran-zoo \ + R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \ R-cran-timeDate>0:finance/R-cran-timeDate \ + R-cran-tseries>0:finance/R-cran-tseries \ + R-cran-urca>0:finance/R-cran-urca \ + R-cran-uroot>0:math/R-cran-uroot \ + R-cran-zoo>0:math/R-cran-zoo \ R-cran-RcppArmadillo>=0.2.35:math/R-cran-RcppArmadillo BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} diff --git a/math/R-cran-forecast/distinfo b/math/R-cran-forecast/distinfo index 7083e140d6a3..aefae4b68692 100644 --- a/math/R-cran-forecast/distinfo +++ b/math/R-cran-forecast/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1506505585 -SHA256 (forecast_8.2.tar.gz) = eb3fab64ed139d068e7d026cd3880f1b623f4153a832fb71845488fa75e8b812 -SIZE (forecast_8.2.tar.gz) = 784337 +TIMESTAMP = 1523583716 +SHA256 (forecast_8.3.tar.gz) = 9259af21507980f424a9019d48df474e502e521bce7cd4d63bfdfb2ba74eab4c +SIZE (forecast_8.3.tar.gz) = 601570 |