Received: by mail.netbsd.org (Postfix, from userid 605) id 3B62A84E9F; Sun, 18 Dec 2022 11:27:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C0AC84E57 for ; Sun, 18 Dec 2022 11:27:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7l8Jsy6f0Gyz for ; Sun, 18 Dec 2022 11:27:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DC64C84CEF for ; Sun, 18 Dec 2022 11:27:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CFEA7FA90; Sun, 18 Dec 2022 11:27:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671362853169930" MIME-Version: 1.0 Date: Sun, 18 Dec 2022 11:27:33 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-emdbook To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20221218112733.CFEA7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671362853169930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Dec 18 11:27:33 UTC 2022 Modified Files: pkgsrc/math/R-emdbook: Makefile distinfo Log Message: (math/emdbook) Updated 1.3.11 to 1.3.12 (CMD Rdconv -t txt math/R-emdbook/work/emdbook/inst/NEWS.Rd |head -30) Changes in version 1.3.12: * documentation/CRAN-compatibility update To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-emdbook/Makefile \ pkgsrc/math/R-emdbook/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671362853169930 Content-Disposition: inline Content-Length: 1787 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-emdbook/Makefile diff -u pkgsrc/math/R-emdbook/Makefile:1.4 pkgsrc/math/R-emdbook/Makefile:1.5 --- pkgsrc/math/R-emdbook/Makefile:1.4 Thu Aug 8 19:53:49 2019 +++ pkgsrc/math/R-emdbook/Makefile Sun Dec 18 11:27:33 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:49 brook Exp $ +# $NetBSD: Makefile,v 1.5 2022/12/18 11:27:33 mef Exp $ R_PKGNAME= emdbook -R_PKGVER= 1.3.11 +R_PKGVER= 1.3.12 CATEGORIES= math MAINTAINER= minskim@NetBSD.org @@ -12,6 +12,8 @@ DEPENDS+= R-bbmle>=1.0.20:../../math/R-b DEPENDS+= R-coda>=0.19.3:../../math/R-coda DEPENDS+= R-plyr>=1.8.4:../../math/R-plyr +# Packages suggested but not available: 'R2jags', 'ellipse', 'SuppDists' + USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" Index: pkgsrc/math/R-emdbook/distinfo diff -u pkgsrc/math/R-emdbook/distinfo:1.4 pkgsrc/math/R-emdbook/distinfo:1.5 --- pkgsrc/math/R-emdbook/distinfo:1.4 Tue Oct 26 10:55:26 2021 +++ pkgsrc/math/R-emdbook/distinfo Sun Dec 18 11:27:33 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:55:26 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/12/18 11:27:33 mef Exp $ -BLAKE2s (R/emdbook_1.3.11.tar.gz) = 9c962877b4854569687248f3337d035d022817e869c88f7328b79fd2b8a9c85c -SHA512 (R/emdbook_1.3.11.tar.gz) = cc1cec67ead6096d56982ae43eac353792d629e5cf3184477af2ff20195260e38a635db94113db3af293e37ec95a88988bb5b15ef9bfc4cfdd71ce4e441f7c86 -Size (R/emdbook_1.3.11.tar.gz) = 91390 bytes +BLAKE2s (R/emdbook_1.3.12.tar.gz) = 46aeb65dd3d46cbe5b5b3b46f7f4b9bc7192efb6ef33b1d6f5da949059b46174 +SHA512 (R/emdbook_1.3.12.tar.gz) = 37cdf17499d22acbe8b3d3f78413dcb3bf5762111583c1157d3f0c2d4a5611a7d8a5e26db907da5fa4499184e4a60658e0eb8ab388b4392dbc1753ee62bf5e24 +Size (R/emdbook_1.3.12.tar.gz) = 93562 bytes --_----------=_1671362853169930--