1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

graphics/librsvg2-rust: update to 2.52.5

Changes:	https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.52.5/NEWS
Reported by:	Repology
This commit is contained in:
Jan Beich 2021-11-13 02:50:25 +00:00
parent 2d177f7ec0
commit 54442654f6
3 changed files with 10 additions and 11 deletions

View File

@ -1,8 +1,7 @@
# Created by: Ade Lovett <ade@FreeBSD.org> # Created by: Ade Lovett <ade@FreeBSD.org>
PORTNAME= librsvg PORTNAME= librsvg
PORTVERSION= 2.52.4 PORTVERSION= 2.52.5
PORTREVISION= 1
CATEGORIES= graphics gnome CATEGORIES= graphics gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
PKGNAMESUFFIX= 2-rust PKGNAMESUFFIX= 2-rust

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1636771825 TIMESTAMP = 1636771825
SHA256 (gnome2/librsvg-2.52.4.tar.xz) = 660ec8836a3a91587bc9384920132d4c38d1d1718c67fe160c5213fe4dec2928 SHA256 (gnome2/librsvg-2.52.5.tar.xz) = 407cbbab518137ea18a3f3220bea180fbee75f3e5bd6ba10a7a862c1a6f74d82
SIZE (gnome2/librsvg-2.52.4.tar.xz) = 23287420 SIZE (gnome2/librsvg-2.52.5.tar.xz) = 23273740

View File

@ -1,12 +1,12 @@
https://github.com/EmbarkStudios/cfg-expr/commit/f8c59a8dccd0 https://github.com/EmbarkStudios/cfg-expr/commit/f8c59a8dccd0
--- vendor/cfg-expr/src/targets/builtins.rs.orig 2021-09-16 01:15:26 UTC --- vendor/cfg-expr/src/targets/builtins.rs.orig 2021-12-17 19:33:07 UTC
+++ vendor/cfg-expr/src/targets/builtins.rs +++ vendor/cfg-expr/src/targets/builtins.rs
@@ -894,6 +894,16 @@ pub const ALL_BUILTINS: &[TargetInfo<'static>] = &[ @@ -914,6 +914,16 @@ pub const ALL_BUILTINS: &[TargetInfo] = &[
endian: Endian::little, endian: Endian::little,
}, },
TargetInfo { TargetInfo {
+ triple: "powerpc-unknown-freebsd", + triple: Triple::new_const("powerpc-unknown-freebsd"),
+ os: Some(Os::freebsd), + os: Some(Os::freebsd),
+ arch: Arch::powerpc, + arch: Arch::powerpc,
+ env: None, + env: None,
@ -16,16 +16,16 @@ https://github.com/EmbarkStudios/cfg-expr/commit/f8c59a8dccd0
+ endian: Endian::big, + endian: Endian::big,
+ }, + },
+ TargetInfo { + TargetInfo {
triple: "powerpc-unknown-linux-gnu", triple: Triple::new_const("powerpc-unknown-linux-gnu"),
os: Some(Os::linux), os: Some(Os::linux),
arch: Arch::powerpc, arch: Arch::powerpc,
@@ -1002,6 +1012,16 @@ pub const ALL_BUILTINS: &[TargetInfo<'static>] = &[ @@ -1002,6 +1012,16 @@ pub const ALL_BUILTINS: &[TargetInfo] = &[
family: Some(Family::unix), family: Some(Family::unix),
pointer_width: 64, pointer_width: 64,
endian: Endian::big, endian: Endian::big,
+ }, + },
+ TargetInfo { + TargetInfo {
+ triple: "powerpc64le-unknown-freebsd", + triple: Triple::new_const("powerpc64le-unknown-freebsd"),
+ os: Some(Os::freebsd), + os: Some(Os::freebsd),
+ arch: Arch::powerpc64, + arch: Arch::powerpc64,
+ env: None, + env: None,
@ -35,4 +35,4 @@ https://github.com/EmbarkStudios/cfg-expr/commit/f8c59a8dccd0
+ endian: Endian::little, + endian: Endian::little,
}, },
TargetInfo { TargetInfo {
triple: "powerpc64le-unknown-linux-gnu", triple: Triple::new_const("powerpc64-unknown-linux-musl"),