diff options
author | tota <tota@FreeBSD.org> | 2015-06-11 21:34:23 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2015-06-11 21:34:23 +0800 |
commit | cfc176018360294c37d835a06e54156a7478b581 (patch) | |
tree | f1265bdaef673c289b103c27ab859195dc1dde07 /graphics/R-cran-rgdal | |
parent | 2b1d0f2e5b30343c115a3573b42765a40591f3cb (diff) | |
download | freebsd-ports-gnome-cfc176018360294c37d835a06e54156a7478b581.tar.gz freebsd-ports-gnome-cfc176018360294c37d835a06e54156a7478b581.tar.zst freebsd-ports-gnome-cfc176018360294c37d835a06e54156a7478b581.zip |
- Update to 0.9-3
Diffstat (limited to 'graphics/R-cran-rgdal')
-rw-r--r-- | graphics/R-cran-rgdal/Makefile | 5 | ||||
-rw-r--r-- | graphics/R-cran-rgdal/distinfo | 4 | ||||
-rw-r--r-- | graphics/R-cran-rgdal/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile index 3c9acf2303cc..f84ee9558216 100644 --- a/graphics/R-cran-rgdal/Makefile +++ b/graphics/R-cran-rgdal/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rgdal -DISTVERSION= 0.9-1 -PORTREVISION= 1 +DISTVERSION= 0.9-3 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,7 +14,7 @@ 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 diff --git a/graphics/R-cran-rgdal/distinfo b/graphics/R-cran-rgdal/distinfo index 07016281b867..b86d7b0eff37 100644 --- a/graphics/R-cran-rgdal/distinfo +++ b/graphics/R-cran-rgdal/distinfo @@ -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 diff --git a/graphics/R-cran-rgdal/pkg-descr b/graphics/R-cran-rgdal/pkg-descr index 6a5c25f34fd3..12ce8c5b7274 100644 --- a/graphics/R-cran-rgdal/pkg-descr +++ b/graphics/R-cran-rgdal/pkg-descr @@ -1,5 +1,5 @@ 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 |