Date: Sat, 17 Dec 2016 11:36:07 +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: r428717 - head/graphics/R-cran-rgdal Message-ID: <201612171136.uBHBa7UD043622@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sat Dec 17 11:36:07 2016 New Revision: 428717 URL: https://svnweb.freebsd.org/changeset/ports/428717 Log: - Update to 1.2-5 Modified: head/graphics/R-cran-rgdal/Makefile (contents, props changed) head/graphics/R-cran-rgdal/distinfo (contents, props changed) Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Sat Dec 17 11:29:01 2016 (r428716) +++ head/graphics/R-cran-rgdal/Makefile Sat Dec 17 11:36:07 2016 (r428717) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rgdal -DISTVERSION= 1.2-4 +DISTVERSION= 1.2-5 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,7 +13,9 @@ LICENSE= GPLv2+ LIB_DEPENDS= libgdal.so:graphics/gdal \ libproj.so:graphics/proj -RUN_DEPENDS= R-cran-sp>=1.1.0:math/R-cran-sp +CRAN_DEPENDS= R-cran-sp>=1.1.0:math/R-cran-sp +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist,compiles Modified: head/graphics/R-cran-rgdal/distinfo ============================================================================== --- head/graphics/R-cran-rgdal/distinfo Sat Dec 17 11:29:01 2016 (r428716) +++ head/graphics/R-cran-rgdal/distinfo Sat Dec 17 11:36:07 2016 (r428717) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481018889 -SHA256 (rgdal_1.2-4.tar.gz) = 308350ccadc1be4e5edea8d66d3b2b0dadccf31de5ffd31ba29c66f407d1a91a -SIZE (rgdal_1.2-4.tar.gz) = 1652186 +TIMESTAMP = 1481972483 +SHA256 (rgdal_1.2-5.tar.gz) = fbac3c1afa9f2b2ad69d026458381fce9a22a80723e89436c814202b6c42710d +SIZE (rgdal_1.2-5.tar.gz) = 1652472
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612171136.uBHBa7UD043622>