diff options
Diffstat (limited to 'math/R-cran-KFAS/Makefile')
-rw-r--r-- | math/R-cran-KFAS/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/R-cran-KFAS/Makefile b/math/R-cran-KFAS/Makefile index 99b529f3f1ad..0e3debdc588c 100644 --- a/math/R-cran-KFAS/Makefile +++ b/math/R-cran-KFAS/Makefile @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= KFAS -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Kalman filter and smoothers for exponential family state space models -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ USES= cran:auto-plist |