Index: head/graphics/R-cran-rgdal/Makefile =================================================================== --- head/graphics/R-cran-rgdal/Makefile (revision 389205) +++ head/graphics/R-cran-rgdal/Makefile (revision 389206) @@ -1,24 +1,23 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= rgdal -DISTVERSION= 0.9-1 -PORTREVISION= 1 +DISTVERSION= 0.9-3 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Bindings for the Geospatial Data Abstraction Library LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ libproj.so:${PORTSDIR}/graphics/proj -RUN_DEPENDS= R-cran-sp>=1.0.9:${PORTSDIR}/math/R-cran-sp +RUN_DEPENDS= R-cran-sp>=1.1.0:${PORTSDIR}/math/R-cran-sp USES= cran:auto-plist R_POSTCMD_INSTALL_OPTIONS+= --configure-args="--with-proj-lib=${LOCALBASE}/lib" .include Index: head/graphics/R-cran-rgdal/distinfo =================================================================== --- head/graphics/R-cran-rgdal/distinfo (revision 389205) +++ head/graphics/R-cran-rgdal/distinfo (revision 389206) @@ -1,2 +1,2 @@ -SHA256 (rgdal_0.9-1.tar.gz) = ee8d8d449a44bc041542575cec6ea154b5782c2b595b51ab930d000c3ef906cb -SIZE (rgdal_0.9-1.tar.gz) = 1624496 +SHA256 (rgdal_0.9-3.tar.gz) = d6b40f1b849be207dd0875960f805d922a08ac50b030a0805aeb75f5aee03b04 +SIZE (rgdal_0.9-3.tar.gz) = 1627915 Index: head/graphics/R-cran-rgdal/pkg-descr =================================================================== --- head/graphics/R-cran-rgdal/pkg-descr (revision 389205) +++ head/graphics/R-cran-rgdal/pkg-descr (revision 389206) @@ -1,10 +1,10 @@ Provides bindings to Frank Warmerdam's Geospatial Data Abstraction -Library (GDAL) (>= 1.6.3) and access to projection/transformation +Library (GDAL) (>= 1.6.3, < 2) 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. WWW: http://cran.r-project.org/web/packages/rgdal/