Received: by mail.netbsd.org (Postfix, from userid 605) id 1804E84D8A; Thu, 23 Jul 2020 13:56:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 91BBE84D51 for ; Thu, 23 Jul 2020 13:56:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id XHbBZrAg_0h0 for ; Thu, 23 Jul 2020 13:56:17 +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 090EB84D20 for ; Thu, 23 Jul 2020 13:56:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EC282FB28; Thu, 23 Jul 2020 13:56:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159551257696060" MIME-Version: 1.0 Date: Thu, 23 Jul 2020 13:56:16 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/math/R-sp To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20200723135616.EC282FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159551257696060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Jul 23 13:56:16 UTC 2020 Modified Files: pkgsrc/math/R-sp: Makefile distinfo Log Message: Update to 1.4.2 Upstream changes: Changes in version 1.4-1 (2020-xx-yy) warn on NULL projargs in CRS(); https://github.com/edzer/sp/pull/74 Changes in version 1.4-0 (2020-02-21) prepare for new (>= 1.5.1) rgdal, which creates and listens to a comments() field of a CRS object carrying a WKT representation of a CRS rather than the proj4string; @rsb, https://github.com/edzer/sp/pull/67 and https://github.com/edzer/sp/pull/69 ; for more info see e.g. https://github.com/edzer/sp/issues/68 and https://github.com/r-spatial/discuss/issues/28 Changes in version 1.3-2 (2019-11-07) fix length > 1 in coercion to logical error; #54, #60 add is.na method for CRS objects To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/R-sp/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/R-sp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159551257696060 Content-Disposition: inline Content-Length: 1509 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-sp/Makefile diff -u pkgsrc/math/R-sp/Makefile:1.15 pkgsrc/math/R-sp/Makefile:1.16 --- pkgsrc/math/R-sp/Makefile:1.15 Thu Aug 8 19:53:54 2019 +++ pkgsrc/math/R-sp/Makefile Thu Jul 23 13:56:16 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2019/08/08 19:53:54 brook Exp $ +# $NetBSD: Makefile,v 1.16 2020/07/23 13:56:16 wen Exp $ R_PKGNAME= sp -R_PKGVER= 1.3-1 +R_PKGVER= 1.4-2 CATEGORIES= math MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/math/R-sp/distinfo diff -u pkgsrc/math/R-sp/distinfo:1.13 pkgsrc/math/R-sp/distinfo:1.14 --- pkgsrc/math/R-sp/distinfo:1.13 Fri Dec 21 10:53:51 2018 +++ pkgsrc/math/R-sp/distinfo Thu Jul 23 13:56:16 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2018/12/21 10:53:51 wen Exp $ +$NetBSD: distinfo,v 1.14 2020/07/23 13:56:16 wen Exp $ -SHA1 (R/sp_1.3-1.tar.gz) = 538f706e5c499862518787381a675b098046d76b -RMD160 (R/sp_1.3-1.tar.gz) = c8e263e51db500f8674b14589f58b3cb5810d448 -SHA512 (R/sp_1.3-1.tar.gz) = c85437c5221e710b58cf393ddd4b71fe622b7c4d505c5b569bd11bbbaf095a5ff86d6dd28ea6df1086f3cd1411f610a347382eb43cdc20403c9dca4c5cc9939e -Size (R/sp_1.3-1.tar.gz) = 1133621 bytes +SHA1 (R/sp_1.4-2.tar.gz) = e6c8e01637824c1d35fb0f0b1e9c76ea55534a31 +RMD160 (R/sp_1.4-2.tar.gz) = 76e7c77cc6eb554a0a99035d44ab77d4a469a513 +SHA512 (R/sp_1.4-2.tar.gz) = b3d2c07dd5c5defa4e6c1b4d595659b46726f763c14ef0d60ed7ff871df04fbbf59fc2671b5feb4061fc4c66fc8e1947f15943943f39dc6323fd1b4fb4ae664f +Size (R/sp_1.4-2.tar.gz) = 1135318 bytes --_----------=_159551257696060--