git: 5e60eba22387 - main - devel/dia2code+: Deprecate and set expiration date to 2024-07-16

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 16 Jun 2024 16:37:51 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5e60eba22387f2c079810d7cb153499862d9b29d

commit 5e60eba22387f2c079810d7cb153499862d9b29d
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-06-16 16:05:28 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-06-16 16:35:52 +0000

    devel/dia2code+: Deprecate and set expiration date to 2024-07-16
    
    Deprecate as port fails to build with libxml2 2.13.0 as requested
    by maintainer
    
    PR:             279759
    Reviewed by:    bofh (via Matrix)
---
 devel/dia2code+/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/dia2code+/Makefile b/devel/dia2code+/Makefile
index 85ab2c3db9b9..305e9f70536d 100644
--- a/devel/dia2code+/Makefile
+++ b/devel/dia2code+/Makefile
@@ -12,6 +12,9 @@ WWW=		https://dia2code.sourceforge.net/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Fails to build with libxml2 2.13.0 (PR 279759)
+EXPIRATION_DATE=2024-07-16
+
 USES=		autoreconf:build compiler:c++11-lib gnome iconv
 USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes