diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2023-04-26 03:02:39 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2023-05-08 01:11:21 +0000 |
commit | a89c64a2ae43b967074b7e0e47abce39f7b03e72 (patch) | |
tree | 92e9679c23c37d3671747d3445e9003238ae5167 /math/R-cran-sf | |
parent | 2fa7e2d52f14b03711fa23358777dab0c17726b2 (diff) | |
download | ports-a89c64a2ae43b967074b7e0e47abce39f7b03e72.tar.gz ports-a89c64a2ae43b967074b7e0e47abce39f7b03e72.zip |
Diffstat (limited to 'math/R-cran-sf')
-rw-r--r-- | math/R-cran-sf/Makefile | 9 | ||||
-rw-r--r-- | math/R-cran-sf/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/math/R-cran-sf/Makefile b/math/R-cran-sf/Makefile index 330c9527ec8f..bb704d6f0769 100644 --- a/math/R-cran-sf/Makefile +++ b/math/R-cran-sf/Makefile @@ -1,10 +1,9 @@ PORTNAME= sf -DISTVERSION= 1.0-8 -PORTREVISION= 5 +DISTVERSION= 1.0-12 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= tota@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple Features for R WWW= https://cran.r-project.org/web/packages/sf/ @@ -15,12 +14,12 @@ CRAN_DEPENDS= R-cran-classInt>=0.4.1:devel/R-cran-classInt \ R-cran-DBI>=0.8:databases/R-cran-DBI \ R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-Rcpp>=0.12.18:devel/R-cran-Rcpp \ - R-cran-s2>=1.0.7:graphics/R-cran-s2 \ + R-cran-s2>=1.1.0:graphics/R-cran-s2 \ R-cran-units>=0.7.0:math/R-cran-units +BUILD_DEPENDS= ${CRAN_DEPENDS} LIB_DEPENDS= libgdal.so:graphics/gdal \ libgeos.so:graphics/geos \ libproj.so:graphics/proj -BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} USES= compiler:c++11-lang cran:auto-plist,compiles pkgconfig diff --git a/math/R-cran-sf/distinfo b/math/R-cran-sf/distinfo index 2a30de4e84b1..a3e1aebab643 100644 --- a/math/R-cran-sf/distinfo +++ b/math/R-cran-sf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658060771 -SHA256 (sf_1.0-8.tar.gz) = 3ddc7090e79d6b5e3fad69e01254677ab5ec86a0b25e7e73493c8eac0ea98732 -SIZE (sf_1.0-8.tar.gz) = 3472914 +TIMESTAMP = 1682478144 +SHA256 (sf_1.0-12.tar.gz) = 3778ebf58d824b1dfa6297ca8363714d5d85eda04c55ab2bf39597cac1d91287 +SIZE (sf_1.0-12.tar.gz) = 3484333 |