diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-01-24 19:44:47 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-01-24 20:17:16 +0100 |
commit | b8760710bff3cbc2dffd1812dfe2bb3f02df576e (patch) | |
tree | d1be45da8cc9558f37ecb312abcdb11ab239507d | |
parent | math/clblast: upgrade to 1.6.3 (diff) |
graphics/librsvg2-rust: force rebuild the package
from pkg 2.0.0 to pkg 2.0.3, a regression made the package "not
providing" librsvg2.so.2 which made pkg trying to install both librsvg2
and librsvg2-rust librsvg2 to satisfy the librsvg2.so.2 shlib dependency
librsvg2-rust to satisfy the direct dependency, resulting in an
unsolvable problem.
PR: 284307
-rw-r--r-- | graphics/librsvg2-rust/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index 90a3710e5f92..95afa24ece75 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= librsvg PORTVERSION= 2.58.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust |