aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-rgdal
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-06-11 13:34:23 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-06-11 13:34:23 +0000
commit6897651f062e04e35f66d79b83f443ce07267b42 (patch)
treef1265bdaef673c289b103c27ab859195dc1dde07 /graphics/R-cran-rgdal
parent02cae44c06c1a8937dd2b8be5dbf72a77fe2834a (diff)
Notes
Diffstat (limited to 'graphics/R-cran-rgdal')
-rw-r--r--graphics/R-cran-rgdal/Makefile5
-rw-r--r--graphics/R-cran-rgdal/distinfo4
-rw-r--r--graphics/R-cran-rgdal/pkg-descr2
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