1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Update to 0.8-01

This commit is contained in:
TAKATSU Tomonari 2012-12-23 01:28:14 +00:00
parent 6a0e2830ca
commit a55fa963a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309410
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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