From owner-svn-ports-all@freebsd.org Mon Aug 10 15:55:58 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 713853A6E4E; Mon, 10 Aug 2020 15:55:58 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BQLCy2VBCz4Rpj; Mon, 10 Aug 2020 15:55:58 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C71FC9B8; Mon, 10 Aug 2020 15:55:58 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07AFtvRm093878; Mon, 10 Aug 2020 15:55:57 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07AFtvHO093875; Mon, 10 Aug 2020 15:55:57 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202008101555.07AFtvHO093875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 10 Aug 2020 15:55:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544622 - head/graphics/R-cran-rgdal X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/graphics/R-cran-rgdal X-SVN-Commit-Revision: 544622 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2020 15:55:58 -0000 Author: tota Date: Mon Aug 10 15:55:57 2020 New Revision: 544622 URL: https://svnweb.freebsd.org/changeset/ports/544622 Log: - Update to 1.5-16 Modified: head/graphics/R-cran-rgdal/Makefile (contents, props changed) head/graphics/R-cran-rgdal/distinfo (contents, props changed) head/graphics/R-cran-rgdal/pkg-descr (contents, props changed) Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Mon Aug 10 14:36:48 2020 (r544621) +++ head/graphics/R-cran-rgdal/Makefile Mon Aug 10 15:55:57 2020 (r544622) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rgdal -DISTVERSION= 1.5-12 +DISTVERSION= 1.5-16 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/graphics/R-cran-rgdal/distinfo ============================================================================== --- head/graphics/R-cran-rgdal/distinfo Mon Aug 10 14:36:48 2020 (r544621) +++ head/graphics/R-cran-rgdal/distinfo Mon Aug 10 15:55:57 2020 (r544622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593262380 -SHA256 (rgdal_1.5-12.tar.gz) = 38baa6e011ddff8a15381ace6d09a3ab90cf1127bc008d2188358d72a72f6b4b -SIZE (rgdal_1.5-12.tar.gz) = 2302403 +TIMESTAMP = 1596561064 +SHA256 (rgdal_1.5-16.tar.gz) = f7c5bfd0ebeda1522456904688f873e5b8f171522a32d2a2a30ebf8e9dd29467 +SIZE (rgdal_1.5-16.tar.gz) = 4372964 Modified: head/graphics/R-cran-rgdal/pkg-descr ============================================================================== --- head/graphics/R-cran-rgdal/pkg-descr Mon Aug 10 14:36:48 2020 (r544621) +++ head/graphics/R-cran-rgdal/pkg-descr Mon Aug 10 15:55:57 2020 (r544622) @@ -1,10 +1,14 @@ -Provides bindings to Frank Warmerdam's Geospatial Data Abstraction -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 -vector map data can be imported into R, and GDAL raster data and -OGR vector data exported. Use is made of classes defined in the sp -package. +Provides bindings to the 'Geospatial' Data Abstraction Library +('GDAL') (>= 1.11.4) and access to projection/transformation +operations from the 'PROJ' library. Use is made of classes defined +in the 'sp' package. Raster and vector map data can be imported +into R, and raster and vector 'sp' objects exported. The 'GDAL' and +'PROJ' libraries are external to the package, and, when installing +the package from source, must be correctly installed first; it is +important that 'GDAL' < 3 be matched with 'PROJ' < 6. From 'rgdal' +1.5-8, installed with to 'GDAL' >=3, 'PROJ' >=6 and 'sp' >= 1.4, +coordinate reference systems use 'WKT2_2019' strings, not 'PROJ' +strings. 'Windows' and 'macOS' binaries (including 'GDAL', 'PROJ' +and their dependencies) are provided on 'CRAN'. WWW: https://cran.r-project.org/web/packages/rgdal/