Received: by mail.netbsd.org (Postfix, from userid 605) id ADE7E84DA1; Sun, 6 Jun 2021 07:57:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8DF784D8A for ; Sun, 6 Jun 2021 07:57:48 +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 GC5jKHZJzzx2 for ; Sun, 6 Jun 2021 07:57:48 +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 5AA1E84CE9 for ; Sun, 6 Jun 2021 07:57:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49CE1FA95; Sun, 6 Jun 2021 07:57:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622966268152710" MIME-Version: 1.0 Date: Sun, 6 Jun 2021 07:57:48 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/geography/R-rgeos To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210606075748.49CE1FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622966268152710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 6 07:57:48 UTC 2021 Modified Files: pkgsrc/geography/R-rgeos: Makefile distinfo Log Message: (geography/R-rgeos) Updated 0.5.2 to 0.5.5 2020-09-01 12:38 rsbivand * man/labelpt.Rd, man/misc-gDistance.Rd, man/topo-unary-gDelaunayTriangulation.Rd, man/topo-unary-gSimplify.Rd, man/wkt-functions.Rd: tidy 2020-09-01 11:38 rsbivand * DESCRIPTION, configure, configure.ac: add stdlib.h declaration to configure.ac where missing 2020-08-06 09:57 rsbivand * DESCRIPTION, NAMESPACE, R/rgeos_topology.R, configure, src/init.c, src/rgeos.h, src/rgeos_topology.c: add CoverageUnion To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/R-rgeos/Makefile \ pkgsrc/geography/R-rgeos/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622966268152710 Content-Disposition: inline Content-Length: 1966 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/R-rgeos/Makefile diff -u pkgsrc/geography/R-rgeos/Makefile:1.1 pkgsrc/geography/R-rgeos/Makefile:1.2 --- pkgsrc/geography/R-rgeos/Makefile:1.1 Fri Aug 7 03:15:22 2020 +++ pkgsrc/geography/R-rgeos/Makefile Sun Jun 6 07:57:48 2021 @@ -1,13 +1,17 @@ -# $NetBSD: Makefile,v 1.1 2020/08/07 03:15:22 brook Exp $ +# $NetBSD: Makefile,v 1.2 2021/06/06 07:57:48 mef Exp $ R_PKGNAME= rgeos -R_PKGVER= 0.5-2 +R_PKGVER= 0.5-5 CATEGORIES= geography MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Interface to Geometry Engine - Open Source ('GEOS') LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 +# Packages suggested but not available: 'maptools', 'XML', 'rgdal' +TEST_DEPENDS+= R-maptools-[0-9]*:../../geography/R-maptools +TEST_DEPENDS+= R-rgdal-[0-9]*:../../geography/R-rgdal + USE_LANGUAGES+= c c++ .include "../../math/R/Makefile.extension" Index: pkgsrc/geography/R-rgeos/distinfo diff -u pkgsrc/geography/R-rgeos/distinfo:1.1 pkgsrc/geography/R-rgeos/distinfo:1.2 --- pkgsrc/geography/R-rgeos/distinfo:1.1 Fri Aug 7 03:15:22 2020 +++ pkgsrc/geography/R-rgeos/distinfo Sun Jun 6 07:57:48 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/08/07 03:15:22 brook Exp $ +$NetBSD: distinfo,v 1.2 2021/06/06 07:57:48 mef Exp $ -SHA1 (R/rgeos_0.5-2.tar.gz) = 0eeda0189516f93dde387986a79ea400c76c33f3 -RMD160 (R/rgeos_0.5-2.tar.gz) = 0178e7677a348f2257a1b95acf421ada1d567d3c -SHA512 (R/rgeos_0.5-2.tar.gz) = 91aadf718e0e7e0dcfd96e0222acc86765e34e46732cc4d1820d530dc86ce3815b9585375cd82104899a2c564dee62b0f9c43b00161a99c8f9a750255f928551 -Size (R/rgeos_0.5-2.tar.gz) = 258710 bytes +SHA1 (R/rgeos_0.5-5.tar.gz) = d2ed2105f925a0219665655fc66467815d0f5365 +RMD160 (R/rgeos_0.5-5.tar.gz) = 93d9054d591385fedcc684cc49b269cbf4fea872 +SHA512 (R/rgeos_0.5-5.tar.gz) = 4f440547c85a9515b1872bda1298592869dec6a83ec99c22beddb004468d8ae87cbc425170d57749c2a0ea76cc8542ea99b28901b989eed43c67a661af71231a +Size (R/rgeos_0.5-5.tar.gz) = 259567 bytes --_----------=_1622966268152710--