svn commit: r544622 - head/graphics/R-cran-rgdal

TAKATSU Tomonari tota at FreeBSD.org
Mon Aug 10 15:55:58 UTC 2020


Author: tota
Date: Mon Aug 10 15:55:57 2020
New Revision: 544622
URL: https://svnweb.freebsd.org/changeset/ports/544622

Log:
  - Update to 1.5-16

Modified:
  head/graphics/R-cran-rgdal/Makefile   (contents, props changed)
  head/graphics/R-cran-rgdal/distinfo   (contents, props changed)
  head/graphics/R-cran-rgdal/pkg-descr   (contents, props changed)

Modified: head/graphics/R-cran-rgdal/Makefile
==============================================================================
--- head/graphics/R-cran-rgdal/Makefile	Mon Aug 10 14:36:48 2020	(r544621)
+++ head/graphics/R-cran-rgdal/Makefile	Mon Aug 10 15:55:57 2020	(r544622)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rgdal
-DISTVERSION=	1.5-12
+DISTVERSION=	1.5-16
 CATEGORIES=	graphics
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 

Modified: head/graphics/R-cran-rgdal/distinfo
==============================================================================
--- head/graphics/R-cran-rgdal/distinfo	Mon Aug 10 14:36:48 2020	(r544621)
+++ head/graphics/R-cran-rgdal/distinfo	Mon Aug 10 15:55:57 2020	(r544622)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593262380
-SHA256 (rgdal_1.5-12.tar.gz) = 38baa6e011ddff8a15381ace6d09a3ab90cf1127bc008d2188358d72a72f6b4b
-SIZE (rgdal_1.5-12.tar.gz) = 2302403
+TIMESTAMP = 1596561064
+SHA256 (rgdal_1.5-16.tar.gz) = f7c5bfd0ebeda1522456904688f873e5b8f171522a32d2a2a30ebf8e9dd29467
+SIZE (rgdal_1.5-16.tar.gz) = 4372964

Modified: head/graphics/R-cran-rgdal/pkg-descr
==============================================================================
--- head/graphics/R-cran-rgdal/pkg-descr	Mon Aug 10 14:36:48 2020	(r544621)
+++ head/graphics/R-cran-rgdal/pkg-descr	Mon Aug 10 15:55:57 2020	(r544622)
@@ -1,10 +1,14 @@
-Provides bindings to Frank Warmerdam's Geospatial Data Abstraction
-Library (GDAL) (>= 1.6.3) and access to projection/transformation
-operations from the PROJ.4 library. The GDAL and PROJ.4 libraries
-are external to the package, and, when installing the package from
-source, must be correctly installed first. Both GDAL raster and OGR
-vector map data can be imported into R, and GDAL raster data and
-OGR vector data exported. Use is made of classes defined in the sp
-package.
+Provides bindings to the 'Geospatial' Data Abstraction Library
+('GDAL') (>= 1.11.4) and access to projection/transformation
+operations from the 'PROJ' library. Use is made of classes defined
+in the 'sp' package. Raster and vector map data can be imported
+into R, and raster and vector 'sp' objects exported. The 'GDAL' and
+'PROJ' libraries are external to the package, and, when installing
+the package from source, must be correctly installed first; it is
+important that 'GDAL' < 3 be matched with 'PROJ' < 6. From 'rgdal'
+1.5-8, installed with to 'GDAL' >=3, 'PROJ' >=6 and 'sp' >= 1.4,
+coordinate reference systems use 'WKT2_2019' strings, not 'PROJ'
+strings. 'Windows' and 'macOS' binaries (including 'GDAL', 'PROJ'
+and their dependencies) are provided on 'CRAN'.
 
 WWW: https://cran.r-project.org/web/packages/rgdal/


More information about the svn-ports-head mailing list