git: d2ccc3ef0e3a - main - astro/R-cran-maptools: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Aug 2025 10:55:26 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d2ccc3ef0e3a36eac5057e821c233f175d68dedd
commit d2ccc3ef0e3a36eac5057e821c233f175d68dedd
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-08-03 10:55:15 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-08-03 10:55:15 +0000
astro/R-cran-maptools: Remove expired port
2025-06-30 astro/R-cran-maptools: Fails to build and upstream recommends using math/R-cran-sf or math/R-cran-terra instead
---
MOVED | 1 +
astro/Makefile | 1 -
astro/R-cran-maptools/Makefile | 22 ----------------------
astro/R-cran-maptools/distinfo | 3 ---
astro/R-cran-maptools/pkg-descr | 6 ------
5 files changed, 1 insertion(+), 32 deletions(-)
diff --git a/MOVED b/MOVED
index 38bbb1180859..ea0a5391f961 100644
--- a/MOVED
+++ b/MOVED
@@ -4704,3 +4704,4 @@ devel/ossp-ex||2025-08-02|Has expired: Abandoned upstream, last release in 2007
security/openiked-portable|security/openiked|2025-08-02|Merged into security/openiked
devel/bmake||2025-08-03|Has expired: Outdated and redundant
devel/bmkdep||2025-08-03|Has expired: Outdated and redundant
+astro/R-cran-maptools||2025-08-03|Has expired: Fails to build and upstream recommends using math/R-cran-sf or math/R-cran-terra instead
diff --git a/astro/Makefile b/astro/Makefile
index 19d7971cd25b..681867b26b03 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -1,6 +1,5 @@
COMMENT = Astronomical ports
- SUBDIR += R-cran-maptools
SUBDIR += accrete
SUBDIR += astrometry
SUBDIR += astroterm
diff --git a/astro/R-cran-maptools/Makefile b/astro/R-cran-maptools/Makefile
deleted file mode 100644
index 35b5b516a0f2..000000000000
--- a/astro/R-cran-maptools/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= maptools
-DISTVERSION= 1.1-8
-CATEGORIES= astro
-DISTNAME= ${PORTNAME}_${DISTVERSION}
-
-MAINTAINER= tota@FreeBSD.org
-COMMENT= Tools for reading and handling spatial objects
-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}
-
-USES= cran:auto-plist,compiles
-
-.include <bsd.port.mk>
diff --git a/astro/R-cran-maptools/distinfo b/astro/R-cran-maptools/distinfo
deleted file mode 100644
index 54948ffeb73d..000000000000
--- a/astro/R-cran-maptools/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1689787001
-SHA256 (maptools_1.1-8.tar.gz) = 5e8579e3f559161935f1dde622ece703eefa2a28a677ce553d7f27611e66e0f7
-SIZE (maptools_1.1-8.tar.gz) = 1376705
diff --git a/astro/R-cran-maptools/pkg-descr b/astro/R-cran-maptools/pkg-descr
deleted file mode 100644
index aee7d5aed61f..000000000000
--- a/astro/R-cran-maptools/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Set of tools for manipulating and reading geographic data, in
-particular ESRI shapefiles; C code used from shapelib. It includes
-binary access to GSHHS shoreline files. The package also provides
-interface wrappers for exchanging spatial objects with packages
-such as PBSmapping, spatstat, maps, RArcInfo, Stata tmap, WinBUGS,
-Mondrian, and others.