Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2024 10:06:19 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4686e31a9558 - main - graphics/svg2png: Deprecate and set expiration date to 2024-07-31
Message-ID:  <202407141006.46EA6J7v060580@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407141006.46EA6J7v060580>