diff options
author | tota <tota@FreeBSD.org> | 2019-12-12 01:37:00 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2019-12-12 01:37:00 +0800 |
commit | a987bb034738629bf82cbe6bf554e8be80662279 (patch) | |
tree | 6f283d2b649d0ba9b2d50cb88a79c4748eaf1818 /math | |
parent | c8072aefa0f517ee3343cba3db6da5379b69841a (diff) | |
download | freebsd-ports-gnome-a987bb034738629bf82cbe6bf554e8be80662279.tar.gz freebsd-ports-gnome-a987bb034738629bf82cbe6bf554e8be80662279.tar.zst freebsd-ports-gnome-a987bb034738629bf82cbe6bf554e8be80662279.zip |
- Update to 1.5-0
- Fix LICENSE section
- Update WWW: line in pkg-descr
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-fracdiff/Makefile | 6 | ||||
-rw-r--r-- | math/R-cran-fracdiff/distinfo | 5 | ||||
-rw-r--r-- | math/R-cran-fracdiff/pkg-descr | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/math/R-cran-fracdiff/Makefile b/math/R-cran-fracdiff/Makefile index 6dbe1f4458bc..ba5006cb6f79 100644 --- a/math/R-cran-fracdiff/Makefile +++ b/math/R-cran-fracdiff/Makefile @@ -2,16 +2,14 @@ # $FreeBSD$ PORTNAME= fracdiff -DISTVERSION= 1.4-2 -PORTREVISION= 9 +DISTVERSION= 1.5-0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Fractionally differenced ARIMA aka ARFIMA(p,d,q) models -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ USES= cran:auto-plist,compiles diff --git a/math/R-cran-fracdiff/distinfo b/math/R-cran-fracdiff/distinfo index 889e3a9bb382..12f6c9ef6cbf 100644 --- a/math/R-cran-fracdiff/distinfo +++ b/math/R-cran-fracdiff/distinfo @@ -1,2 +1,3 @@ -SHA256 (fracdiff_1.4-2.tar.gz) = 983781cedc2b4e3ba9fa020213957d5133ae9cd6710bc61d6225728e2f6e850e -SIZE (fracdiff_1.4-2.tar.gz) = 57636 +TIMESTAMP = 1576085605 +SHA256 (fracdiff_1.5-0.tar.gz) = 3a837326a6cdeed5ab1b8a83f57adb2e861886736fbde49fede79b6150081b70 +SIZE (fracdiff_1.5-0.tar.gz) = 62864 diff --git a/math/R-cran-fracdiff/pkg-descr b/math/R-cran-fracdiff/pkg-descr index 37068d0fd63a..eaba19f13dd0 100644 --- a/math/R-cran-fracdiff/pkg-descr +++ b/math/R-cran-fracdiff/pkg-descr @@ -2,4 +2,4 @@ Maximum likelihood estimation of the parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and Raftery, Appl.Statistics, 1989). -WWW: http://cran.r-project.org/web/packages/fracdiff/ +WWW: https://cran.r-project.org/web/packages/fracdiff/ |