pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/librsvg



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Feb 24 00:13:22 UTC 2022

Modified Files:
        pkgsrc/graphics/librsvg: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/graphics/librsvg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/librsvg/Makefile
diff -u pkgsrc/graphics/librsvg/Makefile:1.136 pkgsrc/graphics/librsvg/Makefile:1.137
--- pkgsrc/graphics/librsvg/Makefile:1.136      Wed Feb 23 20:45:44 2022
+++ pkgsrc/graphics/librsvg/Makefile    Thu Feb 24 00:13:22 2022
@@ -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.cairo+= cairo>=1.2
 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