git: b8760710bff3 - main - graphics/librsvg2-rust: force rebuild the package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jan 2025 19:17:18 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8760710bff3cbc2dffd1812dfe2bb3f02df576e commit b8760710bff3cbc2dffd1812dfe2bb3f02df576e Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-01-24 18:44:47 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2025-01-24 19:17:16 +0000 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 --- graphics/librsvg2-rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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