diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2025-07-03 10:19:09 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2025-07-03 10:22:40 +0000 |
commit | 8ed48c1b6eb58c0472b37518cac7c5fddb3aa6b7 (patch) | |
tree | 6314ba2f5e720e4efe645530872f979d24238720 | |
parent | devel/demumble: new port had been added (+) (diff) |
math/R-cran-car: Remove the dependency on maptools
PR: 286935
Reported by: Thierry Thomas <thierry@FreeBSD.org>
Diffstat (limited to '')
-rw-r--r-- | math/R-cran-car/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index 96de99aae88c..c3697dd1ca9e 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -1,5 +1,6 @@ PORTNAME= car DISTVERSION= 3.1-3 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -9,11 +10,8 @@ WWW= https://r-forge.r-project.org/projects/car/ LICENSE= GPLv2+ -DEPRECATED= Depends on expired astro/R-cran-maptools -EXPIRATION_DATE=2025-09-30 - BUILD_DEPENDS= R-cran-Formula>=0:math/R-cran-Formula -RUN_DEPENDS= R-cran-maptools>0:astro/R-cran-maptools \ +RUN_DEPENDS= \ R-cran-abind>0:devel/R-cran-abind \ R-cran-carData>=3.0.0:math/R-cran-carData \ R-cran-lme4>0:math/R-cran-lme4 \ |