git: 15366da14d87 - main - graphics/svg2pdf: Deprecate and set expiration date to 2024-07-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jul 2024 10:06:17 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=15366da14d87f0c1250f199aa38645b86c223a4f commit 15366da14d87f0c1250f199aa38645b86c223a4f Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-07-14 09:48:53 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-07-14 10:06:03 +0000 graphics/svg2pdf: 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/svg2pdf/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphics/svg2pdf/Makefile b/graphics/svg2pdf/Makefile index cbecd2369e7f..496133baf2ca 100644 --- a/graphics/svg2pdf/Makefile +++ b/graphics/svg2pdf/Makefile @@ -8,6 +8,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Render an SVG image to a PDF file (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