Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2016 06:07:39 +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: r412797 - head/math/R-cran-forecast
Message-ID:  <201604090607.u3967du9031871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sat Apr  9 06:07:39 2016
New Revision: 412797
URL: https://svnweb.freebsd.org/changeset/ports/412797

Log:
  - Update to 7.0
  - Fix 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	Sat Apr  9 05:25:45 2016	(r412796)
+++ head/math/R-cran-forecast/Makefile	Sat Apr  9 06:07:39 2016	(r412797)
@@ -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-zo
 		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

Modified: head/math/R-cran-forecast/distinfo
==============================================================================
--- head/math/R-cran-forecast/distinfo	Sat Apr  9 05:25:45 2016	(r412796)
+++ head/math/R-cran-forecast/distinfo	Sat Apr  9 06:07:39 2016	(r412797)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604090607.u3967du9031871>