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:           Sun May  2 19:59:59 UTC 2021

Modified Files:
        pkgsrc/graphics/librsvg: Makefile

Log Message:
librsvg: reflect correct minimum Rust version


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 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.129 pkgsrc/graphics/librsvg/Makefile:1.130
--- pkgsrc/graphics/librsvg/Makefile:1.129      Wed Apr 21 11:40:25 2021
+++ pkgsrc/graphics/librsvg/Makefile    Sun May  2 19:59:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.129 2021/04/21 11:40:25 adam Exp $
+# $NetBSD: Makefile,v 1.130 2021/05/02 19:59:58 gutteridge Exp $
 
 DISTNAME=      librsvg-2.50.3
 PKGREVISION=   1
@@ -43,6 +43,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.39.0
+RUST_REQ=      1.40.0
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index