git: a66d5ef9f21f - main - graphics/R-cran-rgdal: Mark BROKEN and DEPRECATED

From: TAKATSU Tomonari <tota_at_FreeBSD.org>
Date: Sun, 30 Jun 2024 03:55:36 UTC
The branch main has been updated by tota:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a66d5ef9f21f52352fab6a90be713ee0f58fdebe

commit a66d5ef9f21f52352fab6a90be713ee0f58fdebe
Author:     TAKATSU Tomonari <tota@FreeBSD.org>
AuthorDate: 2024-06-30 03:48:58 +0000
Commit:     TAKATSU Tomonari <tota@FreeBSD.org>
CommitDate: 2024-06-30 03:52:01 +0000

    graphics/R-cran-rgdal: Mark BROKEN and DEPRECATED
    
    - Mark BROKEN
    - Mark DEPRECATED as upstream was removed from CRAN
    - Set EXPIRATION_DATE to 2024-08-30
    
    Reported by:    pkg-fallout
---
 graphics/R-cran-rgdal/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile
index 703b420c1587..045d96948f7c 100644
--- a/graphics/R-cran-rgdal/Makefile
+++ b/graphics/R-cran-rgdal/Makefile
@@ -10,6 +10,10 @@ WWW=		https://cran.r-project.org/web/packages/rgdal/
 
 LICENSE=	GPLv2+
 
+DEPRECATED=	Fails to build and upstream recommends using math/R-cran-sf or math/R-cran-terra instead
+EXPIRATION_DATE=	2024-08-30
+BROKEN=		does not build
+
 CRAN_DEPENDS=	R-cran-sp>=1.1.0:math/R-cran-sp
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 LIB_DEPENDS=	libgdal.so:graphics/gdal \