diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-09-17 06:48:40 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-09-17 06:48:40 +0000 |
commit | 4d8d0ba07bc49f7eaa4bd91717123091885871d7 (patch) | |
tree | 5a4de905fc92e8ee72c92801a6b149e22e875582 /math | |
parent | 3a0522db464070a4800db4541928fa3ee5f0fd55 (diff) | |
download | ports-4d8d0ba07bc49f7eaa4bd91717123091885871d7.tar.gz ports-4d8d0ba07bc49f7eaa4bd91717123091885871d7.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-forecast/Makefile | 8 | ||||
-rw-r--r-- | math/R-cran-forecast/distinfo | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/math/R-cran-forecast/Makefile b/math/R-cran-forecast/Makefile index 76e052d0db49..5eafdce0f8ea 100644 --- a/math/R-cran-forecast/Makefile +++ b/math/R-cran-forecast/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= forecast -PORTVERSION= 7.1 +PORTVERSION= 7.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,7 +11,7 @@ COMMENT= Forecasting functions for time series and linear models LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-zoo>0:math/R-cran-zoo \ +CRAN_DEPENDS= R-cran-zoo>0:math/R-cran-zoo \ R-cran-timeDate>0:finance/R-cran-timeDate \ R-cran-tseries>0:finance/R-cran-tseries \ R-cran-fracdiff>0:math/R-cran-fracdiff \ @@ -19,7 +19,9 @@ RUN_DEPENDS= R-cran-zoo>0:math/R-cran-zoo \ 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 +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/math/R-cran-forecast/distinfo b/math/R-cran-forecast/distinfo index 2852f31e7005..e5210ce7996f 100644 --- a/math/R-cran-forecast/distinfo +++ b/math/R-cran-forecast/distinfo @@ -1,2 +1,3 @@ -SHA256 (forecast_7.1.tar.gz) = 1c821dc63056552422b3e90c94c1046a40a6c21da70f7b06c222840981c911dc -SIZE (forecast_7.1.tar.gz) = 196896 +TIMESTAMP = 1474087892 +SHA256 (forecast_7.2.tar.gz) = 935c3df7d49059110a2ca497153fc1f2b50096ebd1dac371261ac0ec1e7b8995 +SIZE (forecast_7.2.tar.gz) = 201592 |