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:           Tue Apr 11 12:29:37 UTC 2023

Modified Files:
        pkgsrc/graphics/librsvg: Makefile

Log Message:
librsvg: reflect minimum Rust is now 1.64


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 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.148 pkgsrc/graphics/librsvg/Makefile:1.149
--- pkgsrc/graphics/librsvg/Makefile:1.148      Tue Apr 11 05:45:44 2023
+++ pkgsrc/graphics/librsvg/Makefile    Tue Apr 11 12:29:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.148 2023/04/11 05:45:44 adam Exp $
+# $NetBSD: Makefile,v 1.149 2023/04/11 12:29:37 gutteridge Exp $
 
 DISTNAME=      librsvg-2.56.0
 CATEGORIES=    graphics gnome
@@ -66,7 +66,7 @@ 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.56.0
+RUST_REQ=      1.64.0
 .include "../../lang/rust/cargo.mk"
 .include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index