git: 4f4eaa98ba70 - main - devel/vxlog: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 29 Oct 2023 22:57:01 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f4eaa98ba70dce768471ef432feab412c0fca57

commit 4f4eaa98ba70dce768471ef432feab412c0fca57
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-29 09:25:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-29 22:53:29 +0000

    devel/vxlog: Mark DEPRECATED
    
    - BROKEN for more than a year
    - Set EXPIRATION_DATE 2023-11-30
    
    Approved by:    portmgr (blanket)
---
 devel/vxlog/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/vxlog/Makefile b/devel/vxlog/Makefile
index 25c333094478..bee59fb1bfd8 100644
--- a/devel/vxlog/Makefile
+++ b/devel/vxlog/Makefile
@@ -9,6 +9,8 @@ MAINTAINER=	konstantin.lepa@gmail.com
 COMMENT=	C++ logging library
 WWW=		https://sourceforge.net/projects/vxlog/
 
+DEPRECATED=	BROKEN for more than a year
+EXPIRATION_DATE=	2023-11-30
 BROKEN=		does not build: fatal error: 'tr1/memory' file not found
 
 LICENSE=	MIT