Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: Update nss and cbindgen requirements



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5f3d105dc4b
branches:  trunk
changeset: 433502:b5f3d105dc4b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Jun 03 09:04:36 2020 +0000

description:
firefox: Update nss and cbindgen requirements

diffstat:

 www/firefox/mozilla-common.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5a42de75796d -r b5f3d105dc4b www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Wed Jun 03 09:02:12 2020 +0000
+++ b/www/firefox/mozilla-common.mk     Wed Jun 03 09:04:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.168 2020/05/17 11:20:57 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.169 2020/06/03 09:04:36 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -37,7 +37,7 @@
 # selection framework.
 USE_LANGUAGES+=                c99 c++
 
-TOOL_DEPENDS+=         cbindgen>=0.13.1:../../devel/cbindgen
+TOOL_DEPENDS+=         cbindgen>=0.14.2:../../devel/cbindgen
 .if ${MACHINE_ARCH} == "sparc64"
 CONFIGURE_ARGS+=       --disable-nodejs
 .else
@@ -231,7 +231,7 @@
 BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.25
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+=    nss>=3.52
+BUILDLINK_API_DEPENDS.nss+=    nss>=3.53
 .include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 #.include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index