pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-lmtest: update to version 0.9.37.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9c0f562a1e4
branches:  trunk
changeset: 398981:b9c0f562a1e4
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 19:52:47 2019 +0000

description:
R-lmtest: update to version 0.9.37.

Update to the canonical form of an R package and fix the LICENSE
field.

diffstat:

 doc/CHANGES-2019       |   3 ++-
 math/R-lmtest/Makefile |  12 ++++++------
 math/R-lmtest/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 12 deletions(-)

diffs (58 lines):

diff -r aefecba52734 -r b9c0f562a1e4 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 19:51:24 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 19:52:47 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3184 2019/07/31 19:51:24 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3185 2019/07/31 19:52:47 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5141,3 +5141,4 @@
        Updated math/R-igraph to 1.2.4.1 [brook 2019-07-31]
        Updated math/R-lme4 to 1.1.21 [brook 2019-07-31]
        Updated math/R-lmm to 1.2 [brook 2019-07-31]
+       Updated math/R-lmtest to 0.9.37 [brook 2019-07-31]
diff -r aefecba52734 -r b9c0f562a1e4 math/R-lmtest/Makefile
--- a/math/R-lmtest/Makefile    Wed Jul 31 19:51:24 2019 +0000
+++ b/math/R-lmtest/Makefile    Wed Jul 31 19:52:47 2019 +0000
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:49 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 19:52:48 brook Exp $
 
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/lmtest/
 COMMENT=       Testing linear regression models
-LICENSE=       gnu-gpl-v2
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 R_PKGNAME=     lmtest
-R_PKGVER=      0.9-35
+R_PKGVER=      0.9-37
 
-DEPENDS+=      R-zoo-[0-9]*:../../math/R-zoo
+DEPENDS+=      R-zoo>=1.8.3:../../math/R-zoo
+DEPENDS+=      R-zoo>=1.8.6:../../math/R-zoo
 
 USE_LANGUAGES= c fortran
 
-BUILDLINK_ABI_DEPENDS.R+=      R>=2.10.0
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
diff -r aefecba52734 -r b9c0f562a1e4 math/R-lmtest/distinfo
--- a/math/R-lmtest/distinfo    Wed Jul 31 19:51:24 2019 +0000
+++ b/math/R-lmtest/distinfo    Wed Jul 31 19:52:47 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/03/21 15:26:08 minskim Exp $
+$NetBSD: distinfo,v 1.2 2019/07/31 19:52:48 brook Exp $
 
-SHA1 (R/lmtest_0.9-35.tar.gz) = a666ce0abb240596c1b7d847cb34e5de4190bf90
-RMD160 (R/lmtest_0.9-35.tar.gz) = d64b45eed6ec06a43cb6485427eb664ffe9f9179
-SHA512 (R/lmtest_0.9-35.tar.gz) = c9df54073865d24e46d6e8a46dbfbeeef1f76d2a1c9d5518c79bb2e5de727a84d3b8ddfe568f18cd8a5ed94a0a8f9a35adad2c6cdae1f3b5d78392a3bea80769
-Size (R/lmtest_0.9-35.tar.gz) = 183575 bytes
+SHA1 (R/lmtest_0.9-37.tar.gz) = 83a11035281b18c05abdc8106add2e6394da6f23
+RMD160 (R/lmtest_0.9-37.tar.gz) = 651c6f5bdaaa83bd2fcbf998328386290efd1e3f
+SHA512 (R/lmtest_0.9-37.tar.gz) = 2d58a5297b00dd227f5f5187a1be0772c6bb3acc57fbccd32a3673579460cd530d19466e0b49ce9eae91544a003ec19d538c495629a89600bed2bf7e6895292c
+Size (R/lmtest_0.9-37.tar.gz) = 184426 bytes



Home | Main Index | Thread Index | Old Index