git: 4686e31a9558 - main - graphics/svg2png: Deprecate and set expiration date to 2024-07-31

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

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

commit 4686e31a9558c49d27b803887c62c025416024ee
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-07-14 09:52:41 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-07-14 10:06:03 +0000

    graphics/svg2png: Deprecate and set expiration date to 2024-07-31
    
    Depends on deprecated library graphics/libsvg-cairo, redirect users
    to ImageMagick or librsvg (rsvg-convert)
    
    PR:             279955
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 graphics/svg2png/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/svg2png/Makefile b/graphics/svg2png/Makefile
index b428b1cf47c0..c9ded234b81c 100644
--- a/graphics/svg2png/Makefile
+++ b/graphics/svg2png/Makefile
@@ -8,6 +8,9 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Render an SVG image to a PNG image (using cairo)
 WWW=		https://cairographics.org
 
+DEPRECATED=	Depends on deprecated library graphics/libsvg-cairo, please consider using ImageMagick or librsvg
+EXPIRATION_DATE=2024-07-31
+
 LIB_DEPENDS=	libsvg-cairo.so:graphics/libsvg-cairo
 
 GNU_CONFIGURE=	yes