pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/mozjs78



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Nov 21 02:28:13 UTC 2020

Modified Files:
        pkgsrc/lang/mozjs78: Makefile

Log Message:
mozjs78: record correct minimum Rust version


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/mozjs78/Makefile

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

Modified files:

Index: pkgsrc/lang/mozjs78/Makefile
diff -u pkgsrc/lang/mozjs78/Makefile:1.2 pkgsrc/lang/mozjs78/Makefile:1.3
--- pkgsrc/lang/mozjs78/Makefile:1.2    Thu Nov 12 10:26:54 2020
+++ pkgsrc/lang/mozjs78/Makefile        Sat Nov 21 02:28:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/11/12 10:26:54 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/11/21 02:28:13 gutteridge Exp $
 
 DISTNAME=      mozjs78_78.4.0.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -59,7 +59,7 @@ post-install:
 
 BUILDLINK_DEPMETHOD.clang=     build
 .include "../../lang/clang/buildlink3.mk"
-RUST_REQ=      1.34.0
+RUST_REQ=      1.41.0
 .include "../../lang/rust/rust.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/tool.mk"



Home | Main Index | Thread Index | Old Index