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:           Tue Aug  4 02:56:03 UTC 2020

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

Log Message:
firefox: as of version 79, rust >= 1.43 is now required


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 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.176 pkgsrc/www/firefox/mozilla-common.mk:1.177
--- pkgsrc/www/firefox/mozilla-common.mk:1.176  Fri Jul 31 01:26:43 2020
+++ pkgsrc/www/firefox/mozilla-common.mk        Tue Aug  4 02:56:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.176 2020/07/31 01:26:43 maya Exp $
+# $NetBSD: mozilla-common.mk,v 1.177 2020/08/04 02:56:03 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -251,7 +251,7 @@ CWRAPPERS_PREPEND.cxx+= \
        -stdlib++-isystem \
        ${BUILDLINK_PREFIX.gcc8}/gcc8/include/c++/backward
 .endif
-RUST_REQ=      1.41.0
+RUST_REQ=      1.43.0
 .include "../../lang/rust/rust.mk"
 # webrtc option requires internal libvpx
 #BUILDLINK_API_DEPENDS.libvpx+=        libvpx>=1.3.0



Home | Main Index | Thread Index | Old Index