diff --git a/math/R-cran-terra/Makefile b/math/R-cran-terra/Makefile index 95a9162cf292..ee39bb98f67c 100644 --- a/math/R-cran-terra/Makefile +++ b/math/R-cran-terra/Makefile @@ -1,25 +1,24 @@ PORTNAME= terra DISTVERSION= 1.9-11 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Spatiall Data Analysis WWW= https://cran.r-project.org/package=terra LICENSE= GPLv3+ LIB_DEPENDS= libgdal.so:graphics/gdal \ libgeos_c.so:graphics/geos \ libproj.so:graphics/proj CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-deldir>0:math/R-cran-deldir \ R-cran-ncdf4>0:math/R-cran-ncdf4 -USES= cran:auto-plist,compiles dos2unix sqlite:3 - -TESTING_UNSAFE= https://github.com/rspatial/terra/issues/2063 +USES= cran:auto-plist,compiles sqlite:3 .include