git: d29ba5047741 - main - astro/R-cran-maptools: Mark BROKEN and DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 May 2025 08:55:44 UTC
The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=d29ba5047741eaa03d08c8f3e4e53b3a8c84ed11 commit d29ba5047741eaa03d08c8f3e4e53b3a8c84ed11 Author: TAKATSU Tomonari <tota@FreeBSD.org> AuthorDate: 2025-05-18 06:39:44 +0000 Commit: TAKATSU Tomonari <tota@FreeBSD.org> CommitDate: 2025-05-18 08:44:10 +0000 astro/R-cran-maptools: Mark BROKEN and DEPRECATED - Mark BROKEN - Mark DEPRECATED as upstream was removed from CRAN - Set EXPIRATION_DATE to 2025-06-30 Reported by: pkg-fallout --- astro/R-cran-maptools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/astro/R-cran-maptools/Makefile b/astro/R-cran-maptools/Makefile index d478909ba428..35b5b516a0f2 100644 --- a/astro/R-cran-maptools/Makefile +++ b/astro/R-cran-maptools/Makefile @@ -9,6 +9,10 @@ WWW= https://cran.r-project.org/web/packages/maptools/ LICENSE= GPLv2+ +DEPRECATED= Fails to build and upstream recommends using math/R-cran-sf or math/R-cran-terra instead +EXPIRATION_DATE= 2025-06-30 +BROKEN= does not build + CRAN_DEPENDS= R-cran-sp>=1.0.11:math/R-cran-sp BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS}