From 543bdf5eb4b5800d5e68cff07ad9ac6ec138aeb6 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 22 Sep 2024 18:10:09 +0200 Subject: [PATCH] databases/libmongo-client: Mark BROKEN, deprecate and set expiration date to 2024-10-31 Abandonware, unfetchable and upstream is no longer around PR: 281375 Approved by: portmgr (maintainer timeout, 2+ weeks) --- databases/libmongo-client/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/databases/libmongo-client/Makefile b/databases/libmongo-client/Makefile index 671207e8e009..b8bcc871eb3b 100644 --- a/databases/libmongo-client/Makefile +++ b/databases/libmongo-client/Makefile @@ -10,6 +10,10 @@ WWW= https://github.com/algernon/libmongo-client LICENSE= APACHE20 +BROKEN= Unfetchable +DEPRECATED= Abandonware, upstream removed repo +EXPIRATION_DATE=2024-10-31 + USE_GITHUB= yes GH_ACCOUNT= algernon