From 8f4df7ba9d7e4e5e31a0c481acf72996e2c01676 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 15 Mar 2025 16:55:27 +0100 Subject: [PATCH] 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