aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-rgdal
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2020-08-10 15:55:57 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2020-08-10 15:55:57 +0000
commite07b8aecd51ab177d924bb48a579fedae702d9cf (patch)
tree2c0dbb4b4f7540b991708f18b14fbc7965a26f43 /graphics/R-cran-rgdal
parent2a05d276df9d9d22ef186d26f56170128efb5e0d (diff)
downloadports-e07b8aecd51ab177d924bb48a579fedae702d9cf.tar.gz
ports-e07b8aecd51ab177d924bb48a579fedae702d9cf.zip
- Update to 1.5-16
Notes
Notes: svn path=/head/; revision=544622
Diffstat (limited to 'graphics/R-cran-rgdal')
-rw-r--r--graphics/R-cran-rgdal/Makefile2
-rw-r--r--graphics/R-cran-rgdal/distinfo6
-rw-r--r--graphics/R-cran-rgdal/pkg-descr20
3 files changed, 16 insertions, 12 deletions
diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile
index 62d38e462e24..e76cf763f494 100644
--- a/graphics/R-cran-rgdal/Makefile
+++ b/graphics/R-cran-rgdal/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rgdal
-DISTVERSION= 1.5-12
+DISTVERSION= 1.5-16
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/graphics/R-cran-rgdal/distinfo b/graphics/R-cran-rgdal/distinfo
index 26a0ad7bbb30..d886b35e460c 100644
--- a/graphics/R-cran-rgdal/distinfo
+++ b/graphics/R-cran-rgdal/distinfo
@@ -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
diff --git a/graphics/R-cran-rgdal/pkg-descr b/graphics/R-cran-rgdal/pkg-descr
index d9c0ce8782ff..b602a62a6030 100644
--- a/graphics/R-cran-rgdal/pkg-descr
+++ b/graphics/R-cran-rgdal/pkg-descr
@@ -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/