diff options
author | tota <tota@FreeBSD.org> | 2012-12-04 23:06:10 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-12-04 23:06:10 +0800 |
commit | 6a5c7e5b1e891649e2ca74c50c26dc0ff4abec63 (patch) | |
tree | 03aba38a069a2ebf284db6cd583cc59b1afc2cfe /graphics/R-cran-rgdal | |
parent | 45e6890d7d8faa8c1eb1f9ec47da4ee39c549cfc (diff) | |
download | freebsd-ports-gnome-6a5c7e5b1e891649e2ca74c50c26dc0ff4abec63.tar.gz freebsd-ports-gnome-6a5c7e5b1e891649e2ca74c50c26dc0ff4abec63.tar.zst freebsd-ports-gnome-6a5c7e5b1e891649e2ca74c50c26dc0ff4abec63.zip |
- Update to 0.7-24
- Update description in pkg-descr
Feature safe: yes
Diffstat (limited to 'graphics/R-cran-rgdal')
-rw-r--r-- | graphics/R-cran-rgdal/Makefile | 2 | ||||
-rw-r--r-- | graphics/R-cran-rgdal/distinfo | 4 | ||||
-rw-r--r-- | graphics/R-cran-rgdal/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile index a9315f01e88a..0f0c52c81d20 100644 --- a/graphics/R-cran-rgdal/Makefile +++ b/graphics/R-cran-rgdal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rgdal -DISTVERSION= 0.7-22 +DISTVERSION= 0.7-24 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-rgdal/distinfo b/graphics/R-cran-rgdal/distinfo index 39a68fdc3301..b1bb81ceea45 100644 --- a/graphics/R-cran-rgdal/distinfo +++ b/graphics/R-cran-rgdal/distinfo @@ -1,2 +1,2 @@ -SHA256 (rgdal_0.7-22.tar.gz) = c5fab703bb022e22ff67de8643b59c116a6f490318521ea6a86d47d16192376b -SIZE (rgdal_0.7-22.tar.gz) = 1450339 +SHA256 (rgdal_0.7-24.tar.gz) = 353c91d4c00d6e7f0a47fa8a771764031fa5b947e61f3286bfe28a1ee7d4e1a8 +SIZE (rgdal_0.7-24.tar.gz) = 1452039 diff --git a/graphics/R-cran-rgdal/pkg-descr b/graphics/R-cran-rgdal/pkg-descr index 91fc8ad4a613..539c590e20c7 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.3.1) and access to projection/transformation +Library (GDAL) (>= 1.6.0) 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 |