Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 13:34:23 +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: r389206 - head/graphics/R-cran-rgdal
Message-ID:  <201506111334.t5BDYNp6068874@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Thu Jun 11 13:34:23 2015
New Revision: 389206
URL: https://svnweb.freebsd.org/changeset/ports/389206

Log:
  - Update to 0.9-3

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	Thu Jun 11 13:27:39 2015	(r389205)
+++ head/graphics/R-cran-rgdal/Makefile	Thu Jun 11 13:34:23 2015	(r389206)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rgdal
-DISTVERSION=	0.9-1
-PORTREVISION=	1
+DISTVERSION=	0.9-3
 CATEGORIES=	graphics
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -15,7 +14,7 @@ LICENSE_COMB=	dual
 
 LIB_DEPENDS=	libgdal.so:${PORTSDIR}/graphics/gdal \
 		libproj.so:${PORTSDIR}/graphics/proj
-RUN_DEPENDS=	R-cran-sp>=1.0.9:${PORTSDIR}/math/R-cran-sp
+RUN_DEPENDS=	R-cran-sp>=1.1.0:${PORTSDIR}/math/R-cran-sp
 
 USES=	cran:auto-plist
 

Modified: head/graphics/R-cran-rgdal/distinfo
==============================================================================
--- head/graphics/R-cran-rgdal/distinfo	Thu Jun 11 13:27:39 2015	(r389205)
+++ head/graphics/R-cran-rgdal/distinfo	Thu Jun 11 13:34:23 2015	(r389206)
@@ -1,2 +1,2 @@
-SHA256 (rgdal_0.9-1.tar.gz) = ee8d8d449a44bc041542575cec6ea154b5782c2b595b51ab930d000c3ef906cb
-SIZE (rgdal_0.9-1.tar.gz) = 1624496
+SHA256 (rgdal_0.9-3.tar.gz) = d6b40f1b849be207dd0875960f805d922a08ac50b030a0805aeb75f5aee03b04
+SIZE (rgdal_0.9-3.tar.gz) = 1627915

Modified: head/graphics/R-cran-rgdal/pkg-descr
==============================================================================
--- head/graphics/R-cran-rgdal/pkg-descr	Thu Jun 11 13:27:39 2015	(r389205)
+++ head/graphics/R-cran-rgdal/pkg-descr	Thu Jun 11 13:34:23 2015	(r389206)
@@ -1,5 +1,5 @@
 Provides bindings to Frank Warmerdam's Geospatial Data Abstraction
-Library (GDAL) (>= 1.6.3) and access to projection/transformation
+Library (GDAL) (>= 1.6.3, < 2) 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?201506111334.t5BDYNp6068874>