git: f85be989e035 - main - databases/vsqlite: Deprecate and set expiration date to 2024-11-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Oct 2024 17:41:00 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f85be989e035f66f9b0ed488e202d901521d9ab4 commit f85be989e035f66f9b0ed488e202d901521d9ab4 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-10-26 17:27:08 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-10-26 17:27:11 +0000 databases/vsqlite: Deprecate and set expiration date to 2024-11-30 Last release in 2014, last commit 4 years ago There are also open PRs upstream etc further pointing to abandonware PR: 281377 Approved by: portmgr (maintainer timeout, 2+ weeks) --- databases/vsqlite/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/vsqlite/Makefile b/databases/vsqlite/Makefile index 4bd07878f155..0a73afcb6d93 100644 --- a/databases/vsqlite/Makefile +++ b/databases/vsqlite/Makefile @@ -9,6 +9,9 @@ WWW= https://github.com/vinzenz/vsqlite-- LICENSE= BSD3CLAUSE +DEPRECATED= Abandonware, last release in 2014 and last commit 4 years ago +EXPIRATION_DATE=2024-11-30 + LIB_DEPENDS= libboost_random.so:devel/boost-libs USE_GITHUB= yes