pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/librsvg librsvg: as of 2.52, the minimum supp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae979361c53d
branches:  trunk
changeset: 374596:ae979361c53d
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Feb 24 00:13:22 2022 +0000

description:
librsvg: as of 2.52, the minimum supported Rust is 1.52

diffstat:

 graphics/librsvg/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 03fd6017cae7 -r ae979361c53d graphics/librsvg/Makefile
--- a/graphics/librsvg/Makefile Wed Feb 23 23:23:06 2022 +0000
+++ b/graphics/librsvg/Makefile Thu Feb 24 00:13:22 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.136 2022/02/23 20:45:44 wiz Exp $
+# $NetBSD: Makefile,v 1.137 2022/02/24 00:13:22 gutteridge Exp $
 
 DISTNAME=      librsvg-2.52.6
 CATEGORIES=    graphics gnome
@@ -57,6 +57,6 @@
 BUILDLINK_API_DEPENDS.libxml2+=        libxml2>=2.9
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
-RUST_REQ=      1.40.0
+RUST_REQ=      1.52.0
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index