aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2012-12-23 09:28:14 +0800
committertota <tota@FreeBSD.org>2012-12-23 09:28:14 +0800
commit6b3bdda97b7b8223cf8dbad1c432257e49ef9133 (patch)
tree8d039898dcce8d296bf451624478030d6d820964 /graphics
parentd41ab5df44bc2f12ec0b3ca41e2dce1a7a04fc04 (diff)
downloadfreebsd-ports-gnome-6b3bdda97b7b8223cf8dbad1c432257e49ef9133.tar.gz
freebsd-ports-gnome-6b3bdda97b7b8223cf8dbad1c432257e49ef9133.tar.zst
freebsd-ports-gnome-6b3bdda97b7b8223cf8dbad1c432257e49ef9133.zip
- Update to 0.8-01
Diffstat (limited to 'graphics')
-rw-r--r--graphics/R-cran-rgdal/Makefile4
-rw-r--r--graphics/R-cran-rgdal/distinfo4
-rw-r--r--graphics/R-cran-rgdal/pkg-descr2
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile
index ae20df121211..75199c68c943 100644
--- a/graphics/R-cran-rgdal/Makefile
+++ b/graphics/R-cran-rgdal/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rgdal
-DISTVERSION= 0.7-25
+DISTVERSION= 0.8-01
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -14,7 +14,7 @@ LICENSE_COMB= dual
LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \
proj:${PORTSDIR}/graphics/proj
-RUN_DEPENDS= R-cran-sp>=0.9.99:${PORTSDIR}/math/R-cran-sp
+RUN_DEPENDS= R-cran-sp>=1.0.4:${PORTSDIR}/math/R-cran-sp
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
diff --git a/graphics/R-cran-rgdal/distinfo b/graphics/R-cran-rgdal/distinfo
index 643ade299b9d..9ec4e5df287e 100644
--- a/graphics/R-cran-rgdal/distinfo
+++ b/graphics/R-cran-rgdal/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rgdal_0.7-25.tar.gz) = d8ccf653a95ae15c533fd3cd554c6de9f9b5ab47e4a5a1ff7e8ca15b577ae468
-SIZE (rgdal_0.7-25.tar.gz) = 1452949
+SHA256 (rgdal_0.8-01.tar.gz) = 3b9d3c3c7eb9e9e6504b65db6001be38d651d94591b1fb2b7841d3c10e409d53
+SIZE (rgdal_0.8-01.tar.gz) = 1563913
diff --git a/graphics/R-cran-rgdal/pkg-descr b/graphics/R-cran-rgdal/pkg-descr
index 539c590e20c7..052ae6f256dd 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.0) and access to projection/transformation
+Library (GDAL) (>= 1.7.1) 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