[MacPorts] #63696: librsvg checksum fails on Apple Silicon
MacPorts
noreply at macports.org
Thu Oct 28 23:05:42 UTC 2021
#63696: librsvg checksum fails on Apple Silicon
--------------------------+----------------------
Reporter: betajippity | Owner: mascguy
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: monterey
Port: librsvg |
--------------------------+----------------------
Comment (by jamesrtnz):
The current portfile doesn't update the SOURCE tarball filename when it
falls back to the earlier version of librsvg; this patch will correct
that:
{{{
diff --git a/graphics/librsvg/Portfile b/graphics/librsvg/Portfile
index b211fa9ed79..c1bb8420c0b 100644
--- a/graphics/librsvg/Portfile
+++ b/graphics/librsvg/Portfile
@@ -64,6 +64,7 @@ if {${os.platform} eq "darwin" && (${os.major} <
${max_darwin_for_rust} || ${bui
version 2.40.20
revision 4
epoch 1
+ distname ${my_name}-${version}
checksums rmd160 e697e1220779f77e81a890718ef5cda5b5e6b740 \
sha256
cff4dd3c3b78bfe99d8fcfad3b8ba1eee3289a0823c0e118d78106be6b84c92b \
}}}
Sorry, if I knew the right way to submit that via GitHub, I would...
--
Ticket URL: <https://trac.macports.org/ticket/63696#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list