pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Jul  7 21:57:08 UTC 2023

Modified Files:
        pkgsrc/www/firefox: mozilla-common.mk

Log Message:
firefox: 115 requires rust>=1.66


To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 pkgsrc/www/firefox/mozilla-common.mk

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

Modified files:

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.257 pkgsrc/www/firefox/mozilla-common.mk:1.258
--- pkgsrc/www/firefox/mozilla-common.mk:1.257  Fri Jul  7 13:47:09 2023
+++ pkgsrc/www/firefox/mozilla-common.mk        Fri Jul  7 21:57:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.257 2023/07/07 13:47:09 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.258 2023/07/07 21:57:08 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -238,7 +238,7 @@ BUILDLINK_API_DEPENDS.libwebp+=     libwebp>
 .include "../../graphics/libwebp/buildlink3.mk"
 BUILDLINK_DEPMETHOD.clang=     build
 .include "../../lang/clang/buildlink3.mk"
-RUST_REQ=      1.65.0
+RUST_REQ=      1.66.0
 .include "../../lang/rust/rust.mk"
 BUILDLINK_API_DEPENDS.libvpx+= libvpx>=1.13.0
 .include "../../multimedia/libvpx/buildlink3.mk"



Home | Main Index | Thread Index | Old Index