Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 672B584EF0 for ; Sun, 4 Jun 2023 07:35:53 +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 7-SwyYEb5fZ5 for ; Sun, 4 Jun 2023 07:35:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A206784D80 for ; Sun, 4 Jun 2023 07:35:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93B25FA88; Sun, 4 Jun 2023 07:35:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685864152233500" MIME-Version: 1.0 Date: Sun, 4 Jun 2023 07:35:52 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/geography/R-rgdal To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230604073552.93B25FA88@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685864152233500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 4 07:35:52 UTC 2023 Modified Files: pkgsrc/geography/R-rgdal: Makefile distinfo Log Message: (geography/R-rgdal) Updated 1.5.27 to 1.6.7 # Please note that **rgdal** will be retired during 2023, plan transition to sf/stars/terra functions using GDAL and PROJ at your earliest convenience (see https://r-spatial.org/r/2023/05/15/evolution4.html and earlier blogs for guidance). # Version 1.6-7 (development, rev. 1202-) * Make retirement in October 2023 explicit, move package start-up messages to load from attach # Version 1.6-6 (2023-04-18, rev. 1200-1201) * add SharpYuv condition in src/Makevars.ucrt # Version 1.6-5 (2023-03-02, rev. 1198-1199) * Upgrade CXX11 to CXX17 (may cause problems for archaic OS) # Version 1.6-4 (2023-01-12, rev. 1188-1197) * Update GridsDatums data set * Warn if retracted GDAL 3.6.0 is being used * Update `makevars.ucrt` to Rtools 4.3 # Version 1.6-3 (2022-12-14, rev. 1184-1187) * CRAN error in possibly writing outside tempdir * CRAN error in printing stored stale `sessionInfo()` output in vignette # Version 1.6-2 (2022-11-09, rev. 1177-1183) * deprecation of `project()`, `CRSargs()`, `asSGDF_GROD()`, `readGDAL()`, `writeGDAL()`, `create2GDAL()`, `showWKT()`, `showEPSG()`, `readOGR()`, `ogrFIDs()`, `ogrInfo()`, `ogrDrivers()`, `writeOGR()`, `ogrListLayers()`, `GDALinfo()`, `print.GDALobj()`, `GDALcall()`, `rawTransform()`, `OGRSpatialRef()` in favour of functions and methods ib **sf** and **terra**. * handle -Wstrict-prototypes `int main()` to `int main(void)` in `configure.ac` * update `src/Makevars.ucrt` to upgraded MXE geospatial libraries * address https://github.com/r-spatial/sf/pull/2009 in `src/Makevars.ucrt` * set PROJ4 warnings default to "none" * fix -Wstrict-prototypes warnings in code # Version 1.5-32 (2022-05-09, rev. 1173-1176) * update src/Makefile.ucrt to accommodate the GDAL raster Geospatial PDF driver for reading # Version 1.5-31 (2022-04-18, rev. 1172) * unescape underscores in help pages # Version 1.5-30 (2022-04-08, rev. 1166-1171) * restore PROJ path assignment for PROJ >= 6 not using PROJ_LIB (was used for PROJ 6 but not > 6) https://github.com/rsbivand/rgrass/issues/52 * Update src/Makevars.win to GDAL 3.4.1 for R < 4.2 https://github.com/r-spatial/sf/pull/1919 # Version 1.5-29 (2022-03-15, rev. 1159-1165) * also convert BOUNDCRS to PROJCRS by default in OGRSpatialRef() and getProjectionRef() * test for chunks table in cache.db in vignette * quietening tests only differing by `proj.db` version. # Version 1.5-28 (2021-12-15, rev. 1157-1158) * Adapting to R 4.2 Windows UCRT To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/geography/R-rgdal/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/R-rgdal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685864152233500 Content-Disposition: inline Content-Length: 1542 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/R-rgdal/Makefile diff -u pkgsrc/geography/R-rgdal/Makefile:1.19 pkgsrc/geography/R-rgdal/Makefile:1.20 --- pkgsrc/geography/R-rgdal/Makefile:1.19 Wed Apr 19 08:10:13 2023 +++ pkgsrc/geography/R-rgdal/Makefile Sun Jun 4 07:35:52 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2023/04/19 08:10:13 adam Exp $ +# $NetBSD: Makefile,v 1.20 2023/06/04 07:35:52 mef Exp $ R_PKGNAME= rgdal -R_PKGVER= 1.5-27 -PKGREVISION= 10 +R_PKGVER= 1.6-7 CATEGORIES= geography MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/geography/R-rgdal/distinfo diff -u pkgsrc/geography/R-rgdal/distinfo:1.4 pkgsrc/geography/R-rgdal/distinfo:1.5 --- pkgsrc/geography/R-rgdal/distinfo:1.4 Tue Oct 26 10:45:06 2021 +++ pkgsrc/geography/R-rgdal/distinfo Sun Jun 4 07:35:52 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:45:06 nia Exp $ +$NetBSD: distinfo,v 1.5 2023/06/04 07:35:52 mef Exp $ -BLAKE2s (R/rgdal_1.5-27.tar.gz) = 7bc3c3a82df2382dea79f251ce4c3583482a331a0ae8d227f81c7fb5fd5dc46c -SHA512 (R/rgdal_1.5-27.tar.gz) = ac748dbca3802d92cfa426e198dcd787f05bfa59e1027f73da8dca8dcb24da5d6b4ec874773379b6f6cb3cca3f3fb0e65176aa986fd059457e82cf21abc3474d -Size (R/rgdal_1.5-27.tar.gz) = 4391149 bytes +BLAKE2s (R/rgdal_1.6-7.tar.gz) = 05b211cf9d3d085bb7129bc4adef4ea5d5b0edee9fbadda0d005be86110101ae +SHA512 (R/rgdal_1.6-7.tar.gz) = a609bed99fae074d500035e2e461a9a70a11374276669523dae3a9afd23cde99c0e5742d2ac527b66d60a12b48b1ee1ae5922a5ca595f33b8ffe934e8933ffb0 +Size (R/rgdal_1.6-7.tar.gz) = 4351163 bytes --_----------=_1685864152233500--