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:   maya
Date:           Sun Sep 16 09:11:54 UTC 2018

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

Log Message:
firefox: requires rust 1.24

from onno van der linden in PR pkg/53609


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 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.114 pkgsrc/www/firefox/mozilla-common.mk:1.115
--- pkgsrc/www/firefox/mozilla-common.mk:1.114  Wed Sep  5 15:29:58 2018
+++ pkgsrc/www/firefox/mozilla-common.mk        Sun Sep 16 09:11:54 2018
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.114 2018/09/05 15:29:58 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.115 2018/09/16 09:11:54 maya Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -220,7 +220,7 @@ BUILDLINK_API_DEPENDS.nss+= nss>=3.38
 #.include "../../graphics/cairo/buildlink3.mk"
 BUILDLINK_DEPMETHOD.clang=     build
 .include "../../lang/clang/buildlink3.mk"
-BUILDLINK_API_DEPENDS.rust+=   rust>=1.23.0
+BUILDLINK_API_DEPENDS.rust+=   rust>=1.24.0
 BUILDLINK_DEPMETHOD.rust=      build
 .include "../../lang/rust/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libvpx+= libvpx>=1.3.0



Home | Main Index | Thread Index | Old Index