git: 8f4df7ba9d7e - main - textproc/syck: Mark BROKEN, deprecate and set expiration date to 2025-04-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 15 Mar 2025 16:04:16 UTC
The branch main has been updated by diizzy:

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

commit 8f4df7ba9d7e4e5e31a0c481acf72996e2c01676
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-03-15 15:55:27 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-03-15 15:57:30 +0000

    textproc/syck: Mark BROKEN, deprecate and set expiration date to 2025-04-30
    
    * Unfetchable, no response from upstream in a year
    * While at it some minor Makefile layout changes
    
    Reference:
    https://github.com/indeyets/syck/issues/21
---
 textproc/syck/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/textproc/syck/Makefile b/textproc/syck/Makefile
index 64be834bdf4b..89c529376c8f 100644
--- a/textproc/syck/Makefile
+++ b/textproc/syck/Makefile
@@ -7,10 +7,15 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Library for reading and writing YAML 1.0
 WWW=		http://wiki.github.com/indeyets/syck
 
+BROKEN=		Unfetchable
+DEPRECATED=	Unfetchable, no response from upstream in a year
+EXPIRATION_DATE=2025-04-30
+
+USES=		bison
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	indeyets
 
-USES=		bison
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes