git: 09b2a7fd4787 - main - graphics/librsvg2-rust: update to 2.54.1

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Sun, 24 Apr 2022 09:55:28 UTC
The branch main has been updated by tcberner:

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

commit 09b2a7fd478737d120415095a99c52b90433cadc
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-04-24 09:50:22 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-04-24 09:55:08 +0000

    graphics/librsvg2-rust: update to 2.54.1
    
    * Fix oversight in the Minimum Supported Rust Version (MSRV) - this
      release requires Rust 1.56 or later.  This has been true since librsvg
      2.53.1, but it was not checked correctly. (Matt Turner)
    * #859 - Make rst2man and gi-docgen optional. (Kleis Auke Wolthuizen)
    * #856 - Fix documentation comments.
---
 graphics/librsvg2-rust/Makefile                          |  3 +--
 graphics/librsvg2-rust/distinfo                          |  6 +++---
 .../librsvg2-rust/files/patch-include_librsvg_rsvg.h     | 16 ----------------
 3 files changed, 4 insertions(+), 21 deletions(-)

diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile
index e69a2b6de7cd..e729c314a3d7 100644
--- a/graphics/librsvg2-rust/Makefile
+++ b/graphics/librsvg2-rust/Makefile
@@ -1,8 +1,7 @@
 # Created by: Ade Lovett <ade@FreeBSD.org>
 
 PORTNAME=	librsvg
-PORTVERSION=	2.54.0
-PORTREVISION=	2
+PORTVERSION=	2.54.1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	2-rust
diff --git a/graphics/librsvg2-rust/distinfo b/graphics/librsvg2-rust/distinfo
index 2151510ca4f0..c7ef8eae7d7f 100644
--- a/graphics/librsvg2-rust/distinfo
+++ b/graphics/librsvg2-rust/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647470339
-SHA256 (gnome2/librsvg-2.54.0.tar.xz) = baf8ebc147f146b4261bb3d0cd0fac944bf8dbb4b1f2347d23341f974dcc3085
-SIZE (gnome2/librsvg-2.54.0.tar.xz) = 23489972
+TIMESTAMP = 1650793463
+SHA256 (gnome2/librsvg-2.54.1.tar.xz) = d5557efbdcc415a4180e1116b7f736cb711b253d110d95fa86ec830f70026625
+SIZE (gnome2/librsvg-2.54.1.tar.xz) = 28181768
diff --git a/graphics/librsvg2-rust/files/patch-include_librsvg_rsvg.h b/graphics/librsvg2-rust/files/patch-include_librsvg_rsvg.h
deleted file mode 100644
index 1d2fb0ae5c79..000000000000
--- a/graphics/librsvg2-rust/files/patch-include_librsvg_rsvg.h
+++ /dev/null
@@ -1,16 +0,0 @@
-https://gitlab.gnome.org/GNOME/librsvg/-/issues/856
-
-C-style comments (`/* something */`) cannot be nested. Rephrase to
-unbreak at least x11/fuzzel.
-
---- include/librsvg/rsvg.h.orig	2022-03-16 22:38:59 UTC
-+++ include/librsvg/rsvg.h
-@@ -122,7 +122,7 @@ GType rsvg_error_get_type (void);
-  * if the base file is `/foo/bar/baz.svg`, then librsvg will
-  * only try to load referenced files (from SVG's
-  * `<image>` element, for example, or from content
-- * included through XML entities) if those files are in `/foo/bar/*` or in `/foo/bar/*\/.../*`.
-+ * included through XML entities) if those files are under `/foo/bar/` or `/foo/bar/.../`.
-  * This is so that malicious SVG files cannot include files that are in a directory above.
-  *
-  * The full set of rules for deciding which URLs may be loaded is as follows;