svn commit: r456628 - head/finance/R-cran-fGarch

David Naylor dbn at FreeBSD.org
Mon Dec 18 12:33:30 UTC 2017


Author: dbn
Date: Mon Dec 18 12:33:28 2017
New Revision: 456628
URL: https://svnweb.freebsd.org/changeset/ports/456628

Log:
  finance/R-cran-fGarch: updated to version 3042.83
  
   - updated license to align with CRAN package
   - add new run dependency:
     - science/R-cran-fastICA
   - update description to align with CRAN package
   - update website URL to align with CRAN package
   - changelog not updated
  
  Generated by:	portcran (0.1.7)

Modified:
  head/finance/R-cran-fGarch/Makefile
  head/finance/R-cran-fGarch/distinfo
  head/finance/R-cran-fGarch/pkg-descr

Modified: head/finance/R-cran-fGarch/Makefile
==============================================================================
--- head/finance/R-cran-fGarch/Makefile	Mon Dec 18 12:33:01 2017	(r456627)
+++ head/finance/R-cran-fGarch/Makefile	Mon Dec 18 12:33:28 2017	(r456628)
@@ -2,19 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	fGarch
-DISTVERSION=	3010.82.1
+DISTVERSION=	3042.83
 CATEGORIES=	finance
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	dbn at FreeBSD.org
 COMMENT=	Rmetrics - Autoregressive Conditional Heteroskedastic Modelling
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv2+
 
-RUN_DEPENDS=	R-cran-fBasics>=2100.78:finance/R-cran-fBasics \
+RUN_DEPENDS=	R-cran-fBasics>0:finance/R-cran-fBasics \
 		R-cran-timeDate>0:finance/R-cran-timeDate \
-		R-cran-timeSeries>0:finance/R-cran-timeSeries
+		R-cran-timeSeries>0:finance/R-cran-timeSeries \
+		R-cran-fastICA>0:science/R-cran-fastICA
 TEST_DEPENDS=	R-cran-RUnit>0:devel/R-cran-RUnit
 
 USES=		cran:auto-plist,compiles

Modified: head/finance/R-cran-fGarch/distinfo
==============================================================================
--- head/finance/R-cran-fGarch/distinfo	Mon Dec 18 12:33:01 2017	(r456627)
+++ head/finance/R-cran-fGarch/distinfo	Mon Dec 18 12:33:28 2017	(r456628)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472106184
-SHA256 (fGarch_3010.82.1.tar.gz) = ee26673967e52e27d7a88725029c7a026816ebe0845be2f230f0487a18feb558
-SIZE (fGarch_3010.82.1.tar.gz) = 160484
+TIMESTAMP = 1513596443
+SHA256 (fGarch_3042.83.tar.gz) = 46070c3f97094d204ffaba8d7952a45afe56e860cc69bc8b56768382424c9291
+SIZE (fGarch_3042.83.tar.gz) = 160314

Modified: head/finance/R-cran-fGarch/pkg-descr
==============================================================================
--- head/finance/R-cran-fGarch/pkg-descr	Mon Dec 18 12:33:01 2017	(r456627)
+++ head/finance/R-cran-fGarch/pkg-descr	Mon Dec 18 12:33:28 2017	(r456628)
@@ -1,3 +1,4 @@
-Package of econometric functions for modelling GARCH processes.
+Provides a collection of functions to analyze and model heteroskedastic
+behavior in financial time series models.
 
-WWW: http://cran.r-project.org/web/packages/fGarch/
+WWW: https://www.rmetrics.org


More information about the svn-ports-head mailing list