Date: Wed, 28 Jun 2017 06:33:09 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444542 - head/math/R-cran-forecast Message-ID: <201706280633.v5S6X9jE050573@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Wed Jun 28 06:33:08 2017 New Revision: 444542 URL: https://svnweb.freebsd.org/changeset/ports/444542 Log: - Update to 8.1 - Update LICENSE Modified: head/math/R-cran-forecast/Makefile (contents, props changed) head/math/R-cran-forecast/distinfo (contents, props changed) Modified: head/math/R-cran-forecast/Makefile ============================================================================== --- head/math/R-cran-forecast/Makefile Wed Jun 28 05:30:51 2017 (r444541) +++ head/math/R-cran-forecast/Makefile Wed Jun 28 06:33:08 2017 (r444542) @@ -2,22 +2,22 @@ # $FreeBSD$ PORTNAME= forecast -PORTVERSION= 8.0 +PORTVERSION= 8.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Forecasting functions for time series and linear models -LICENSE= GPLv2+ +LICENSE= GPLv3 -CRAN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \ - R-cran-lmtest>0:finance/R-cran-lmtest \ - R-cran-tseries>0:finance/R-cran-tseries \ +CRAN_DEPENDS= R-cran-tseries>0:finance/R-cran-tseries \ 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-timeDate>0:finance/R-cran-timeDate \ R-cran-RcppArmadillo>=0.2.35:math/R-cran-RcppArmadillo Modified: head/math/R-cran-forecast/distinfo ============================================================================== --- head/math/R-cran-forecast/distinfo Wed Jun 28 05:30:51 2017 (r444541) +++ head/math/R-cran-forecast/distinfo Wed Jun 28 06:33:08 2017 (r444542) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493842025 -SHA256 (forecast_8.0.tar.gz) = 75456318b8a202bfb3780ccfa24ab0d7264e96c6788fd14e01622fbf8556ad42 -SIZE (forecast_8.0.tar.gz) = 709664 +TIMESTAMP = 1498628167 +SHA256 (forecast_8.1.tar.gz) = c1e823ea14f0e94266c87c9af349950d5a4c9ac1799a25d30de2084d73cf89b8 +SIZE (forecast_8.1.tar.gz) = 783567
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706280633.v5S6X9jE050573>