From owner-svn-ports-head@FreeBSD.ORG Thu Jun 11 13:34:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C200D72B; Thu, 11 Jun 2015 13:34:24 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 972821E06; Thu, 11 Jun 2015 13:34:24 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5BDYOlt068878; Thu, 11 Jun 2015 13:34:24 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5BDYNp6068874; Thu, 11 Jun 2015 13:34:23 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201506111334.t5BDYNp6068874@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 11 Jun 2015 13:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389206 - head/graphics/R-cran-rgdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 13:34:24 -0000 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