git: b056607cd87a - main - graphics/libsvg: Deprecate and set expiration date to 2024-07-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 14 Jul 2024 10:06:15 UTC
The branch main has been updated by diizzy:

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

commit b056607cd87a9e18259b8a61e4325035e19b9b83
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-07-14 09:37:24 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-07-14 10:06:03 +0000

    graphics/libsvg: Deprecate and set expiration date to 2024-07-31
    
    Abandoned upstream, obsolete and fails to build with newer versions of libxml2.
    Consider migrating to librsvg or (lib)resvg
    
    PR:             279955
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 graphics/libsvg/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile
index 5812282d468e..e8ca39b21ca6 100644
--- a/graphics/libsvg/Makefile
+++ b/graphics/libsvg/Makefile
@@ -8,6 +8,9 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Parser for SVG content in files or buffers
 WWW=		http://cairographics.org/libsvg
 
+DEPRECATED=	Abandoned upstream, obsolete and fails to build with newer versions of libxml2. Consider migrating to librsvg or (lib)resvg
+EXPIRATION_DATE=2024-07-31
+
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libpng.so:graphics/png