Date: Sun, 19 Aug 2018 10:13:06 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477564 - head/math/R-cran-dlmodeler Message-ID: <201808191013.w7JAD6Nx023643@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Sun Aug 19 10:13:05 2018 New Revision: 477564 URL: https://svnweb.freebsd.org/changeset/ports/477564 Log: - Update to 1.4.2 - Add missing DEPENDS - Update WWW PR: 230178 Submitted by: ndowens@yahoo.com Approved by: mainatiner(timeout, > 20 days) Modified: head/math/R-cran-dlmodeler/Makefile head/math/R-cran-dlmodeler/distinfo head/math/R-cran-dlmodeler/pkg-descr Modified: head/math/R-cran-dlmodeler/Makefile ============================================================================== --- head/math/R-cran-dlmodeler/Makefile Sun Aug 19 09:41:01 2018 (r477563) +++ head/math/R-cran-dlmodeler/Makefile Sun Aug 19 10:13:05 2018 (r477564) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dlmodeler -DISTVERSION= 1.2-1 -PORTREVISION= 8 +DISTVERSION= 1.4-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,6 +11,8 @@ COMMENT= Generalized Dynamic Linear Modeler LICENSE= GPLv2 GPLv3 BSD2CLAUSE LICENSE_COMB= dual + +BUILD_DEPENDS= R-cran-KFAS>0:math/R-cran-KFAS USES= cran:auto-plist Modified: head/math/R-cran-dlmodeler/distinfo ============================================================================== --- head/math/R-cran-dlmodeler/distinfo Sun Aug 19 09:41:01 2018 (r477563) +++ head/math/R-cran-dlmodeler/distinfo Sun Aug 19 10:13:05 2018 (r477564) @@ -1,2 +1,3 @@ -SHA256 (dlmodeler_1.2-1.tar.gz) = 4a65344f953025c477c9476712981a93a8a061691043431127eeb79cbc9fbf61 -SIZE (dlmodeler_1.2-1.tar.gz) = 28426 +TIMESTAMP = 1534647019 +SHA256 (dlmodeler_1.4-2.tar.gz) = 873e62b1d380a9d6d9a6ec488ccedb3ac75e395ed96f02f59de4ffccc5dcf819 +SIZE (dlmodeler_1.4-2.tar.gz) = 31425 Modified: head/math/R-cran-dlmodeler/pkg-descr ============================================================================== --- head/math/R-cran-dlmodeler/pkg-descr Sun Aug 19 09:41:01 2018 (r477563) +++ head/math/R-cran-dlmodeler/pkg-descr Sun Aug 19 10:13:05 2018 (r477564) @@ -5,4 +5,4 @@ of a DLM, build classical seasonal time-series models yearly, etc. with calendar adjustments) and provides a unified interface compatible with other state-space packages including: dlm, FKF and KFAS. -WWW: http://cran.r-project.org/web/packages/dlmodeler/ +WWW: https://www.rdocumentation.org/packages/dlmodeler/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808191013.w7JAD6Nx023643>