Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2012 01:28:14 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309410 - head/graphics/R-cran-rgdal
Message-ID:  <201212230128.qBN1SEBi093829@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun Dec 23 01:28:14 2012
New Revision: 309410
URL: http://svnweb.freebsd.org/changeset/ports/309410

Log:
  - Update to 0.8-01

Modified:
  head/graphics/R-cran-rgdal/Makefile
  head/graphics/R-cran-rgdal/distinfo
  head/graphics/R-cran-rgdal/pkg-descr

Modified: head/graphics/R-cran-rgdal/Makefile
==============================================================================
--- head/graphics/R-cran-rgdal/Makefile	Sun Dec 23 01:20:37 2012	(r309409)
+++ head/graphics/R-cran-rgdal/Makefile	Sun Dec 23 01:28:14 2012	(r309410)
@@ -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

Modified: head/graphics/R-cran-rgdal/distinfo
==============================================================================
--- head/graphics/R-cran-rgdal/distinfo	Sun Dec 23 01:20:37 2012	(r309409)
+++ head/graphics/R-cran-rgdal/distinfo	Sun Dec 23 01:28:14 2012	(r309410)
@@ -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

Modified: head/graphics/R-cran-rgdal/pkg-descr
==============================================================================
--- head/graphics/R-cran-rgdal/pkg-descr	Sun Dec 23 01:20:37 2012	(r309409)
+++ head/graphics/R-cran-rgdal/pkg-descr	Sun Dec 23 01:28:14 2012	(r309410)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212230128.qBN1SEBi093829>