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 12 01:17:33 UTC 2019

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

Log Message:
firefox: note Rust dependency is now >= 1.34.0


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 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.134 pkgsrc/www/firefox/mozilla-common.mk:1.135
--- pkgsrc/www/firefox/mozilla-common.mk:1.134  Sat Jun  8 11:46:02 2019
+++ pkgsrc/www/firefox/mozilla-common.mk        Fri Jul 12 01:17:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.134 2019/06/08 11:46:02 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.135 2019/07/12 01:17:33 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -229,7 +229,7 @@ BUILDLINK_DEPMETHOD.clang=  build
 BUILDLINK_API_DEPENDS.clang+=  clang>=6.0.1nb1
 .include "../../lang/clang/buildlink3.mk"
 BUILDLINK_DEPMETHOD.rust=      build
-BUILDLINK_API_DEPENDS.rust+=   rust>=1.31.0
+BUILDLINK_API_DEPENDS.rust+=   rust>=1.34.0
 .include "../../lang/rust/buildlink3.mk"
 # webrtc option requires internal libvpx
 #BUILDLINK_API_DEPENDS.libvpx+=        libvpx>=1.3.0



Home | Main Index | Thread Index | Old Index