svn commit: r422297 - head/math/R-cran-forecast

TAKATSU Tomonari tota at FreeBSD.org
Sat Sep 17 06:48:42 UTC 2016


Author: tota
Date: Sat Sep 17 06:48:40 2016
New Revision: 422297
URL: https://svnweb.freebsd.org/changeset/ports/422297

Log:
  - Update to 7.2

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	Sat Sep 17 03:25:33 2016	(r422296)
+++ head/math/R-cran-forecast/Makefile	Sat Sep 17 06:48:40 2016	(r422297)
@@ -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 
 
 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-zo
 		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>

Modified: head/math/R-cran-forecast/distinfo
==============================================================================
--- head/math/R-cran-forecast/distinfo	Sat Sep 17 03:25:33 2016	(r422296)
+++ head/math/R-cran-forecast/distinfo	Sat Sep 17 06:48:40 2016	(r422297)
@@ -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


More information about the svn-ports-all mailing list