Index: head/graphics/R-cran-rgdal/Makefile =================================================================== --- head/graphics/R-cran-rgdal/Makefile (revision 544621) +++ head/graphics/R-cran-rgdal/Makefile (revision 544622) @@ -1,22 +1,22 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= rgdal -DISTVERSION= 1.5-12 +DISTVERSION= 1.5-16 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Bindings for the Geospatial Data Abstraction Library LICENSE= GPLv2+ LIB_DEPENDS= libgdal.so:graphics/gdal \ libproj.so:graphics/proj CRAN_DEPENDS= R-cran-sp>=1.1.0:math/R-cran-sp BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} USES= compiler:c++11-lang cran:auto-plist,compiles pkgconfig .include Index: head/graphics/R-cran-rgdal/distinfo =================================================================== --- head/graphics/R-cran-rgdal/distinfo (revision 544621) +++ head/graphics/R-cran-rgdal/distinfo (revision 544622) @@ -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 Index: head/graphics/R-cran-rgdal/pkg-descr =================================================================== --- head/graphics/R-cran-rgdal/pkg-descr (revision 544621) +++ head/graphics/R-cran-rgdal/pkg-descr (revision 544622) @@ -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/