diff options
author | tota <tota@FreeBSD.org> | 2015-06-26 04:21:45 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2015-06-26 04:21:45 +0800 |
commit | 72cad272693724202d6f80e1a6ed861a9065edb7 (patch) | |
tree | 847327315e640819bf3a688127b87fcf8475414b /graphics | |
parent | c67d48523a6d463fbcab7ca03cfa1b6c7ef3d227 (diff) | |
download | freebsd-ports-gnome-72cad272693724202d6f80e1a6ed861a9065edb7.tar.gz freebsd-ports-gnome-72cad272693724202d6f80e1a6ed861a9065edb7.tar.zst freebsd-ports-gnome-72cad272693724202d6f80e1a6ed861a9065edb7.zip |
- Update to 1.0-4
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/R-cran-rgdal/Makefile | 3 | ||||
-rw-r--r-- | graphics/R-cran-rgdal/distinfo | 4 | ||||
-rw-r--r-- | graphics/R-cran-rgdal/pkg-descr | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile index 63cfc511e590..4a373076c422 100644 --- a/graphics/R-cran-rgdal/Makefile +++ b/graphics/R-cran-rgdal/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rgdal -DISTVERSION= 0.9-3 -PORTREVISION= 1 +DISTVERSION= 1.0-4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-rgdal/distinfo b/graphics/R-cran-rgdal/distinfo index b86d7b0eff37..261c26ddbddd 100644 --- a/graphics/R-cran-rgdal/distinfo +++ b/graphics/R-cran-rgdal/distinfo @@ -1,2 +1,2 @@ -SHA256 (rgdal_0.9-3.tar.gz) = d6b40f1b849be207dd0875960f805d922a08ac50b030a0805aeb75f5aee03b04 -SIZE (rgdal_0.9-3.tar.gz) = 1627915 +SHA256 (rgdal_1.0-4.tar.gz) = 69fbb553627b869280834bccdd35cd2056e650f3a7877406bf3a501c02e60e30 +SIZE (rgdal_1.0-4.tar.gz) = 1631619 diff --git a/graphics/R-cran-rgdal/pkg-descr b/graphics/R-cran-rgdal/pkg-descr index 12ce8c5b7274..6a5c25f34fd3 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, < 2) and access to projection/transformation +Library (GDAL) (>= 1.6.3) 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 |