pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: further minimum version bumps for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/661aafbf75b0
branches: trunk
changeset: 413111:661aafbf75b0
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Sun Mar 15 18:50:58 2020 +0000
description:
firefox: further minimum version bumps for 74.0
Firefox now explicitly requires NSPR >= 4.25 and NSS >= 3.50.
diffstat:
www/firefox/mozilla-common.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 374f72e34d5a -r 661aafbf75b0 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Sun Mar 15 18:46:45 2020 +0000
+++ b/www/firefox/mozilla-common.mk Sun Mar 15 18:50:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.155 2020/03/14 06:12:48 tsutsui Exp $
+# $NetBSD: mozilla-common.mk,v 1.156 2020/03/15 18:50:58 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -209,10 +209,10 @@
BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nspr+= nspr>=4.24
+BUILDLINK_API_DEPENDS.nspr+= nspr>=4.25
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+= nss>=3.49.2
+BUILDLINK_API_DEPENDS.nss+= nss>=3.50
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
#.include "../../mk/jpeg.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index