git: 543bdf5eb4b5 - main - databases/libmongo-client: Mark BROKEN, deprecate and set expiration date to 2024-10-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Sep 2024 23:29:53 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=543bdf5eb4b5800d5e68cff07ad9ac6ec138aeb6 commit 543bdf5eb4b5800d5e68cff07ad9ac6ec138aeb6 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-09-22 16:10:09 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-23 23:29:40 +0000 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