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:   he
Date:           Mon Mar 11 10:00:50 UTC 2024

Modified Files:
        pkgsrc/graphics/librsvg: Makefile

Log Message:
graphics/librsvg: bump rust requirement from 1.64 to 1.65,

...as lifted from the configure script (not that it matters a lot,
the pkgsrc branch-matching newest rust is quite a bit newer).


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 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.158 pkgsrc/graphics/librsvg/Makefile:1.159
--- pkgsrc/graphics/librsvg/Makefile:1.158      Tue Nov 14 14:02:07 2023
+++ pkgsrc/graphics/librsvg/Makefile    Mon Mar 11 10:00:49 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.158 2023/11/14 14:02:07 wiz Exp $
+# $NetBSD: Makefile,v 1.159 2024/03/11 10:00:49 he Exp $
 
 DISTNAME=      librsvg-2.56.3
 PKGREVISION=   4
@@ -68,7 +68,7 @@ BUILDLINK_API_DEPENDS.cairo+= cairo>=1.1
 BUILDLINK_API_DEPENDS.libxml2+=        libxml2>=2.9
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
-RUST_REQ=      1.64.0
+RUST_REQ=      1.65.0
 .include "../../lang/rust/cargo.mk"
 .include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index