git: 2f2de85d10de - main - textproc/mergestat: Deprecate and set expiration date to 2024-05-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 May 2024 14:35:42 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f2de85d10de1025c61ef37c9cd4fbb5c42e3b5a commit 2f2de85d10de1025c61ef37c9cd4fbb5c42e3b5a Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-11 14:23:59 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-11 14:35:30 +0000 textproc/mergestat: Deprecate and set expiration date to 2024-05-31 Marked BROKEN for over a year Approved by: portmgr (blanket) --- textproc/mergestat/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/mergestat/Makefile b/textproc/mergestat/Makefile index c4d91dc95ced..99a69764ecae 100644 --- a/textproc/mergestat/Makefile +++ b/textproc/mergestat/Makefile @@ -12,6 +12,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= fails to build +DEPRECATED= Marked BROKEN for over a year +EXPIRATION_DATE=2024-05-31 BUILD_DEPENDS= sqlite3>=3.0.0:databases/sqlite3 LIB_DEPENDS= libgit2.so:devel/libgit2