pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: 91.0 requires nspr>=4.32 and nss>...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48c8fcc5b857
branches:  trunk
changeset: 457031:48c8fcc5b857
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Aug 14 14:30:12 2021 +0000

description:
firefox: 91.0 requires nspr>=4.32 and nss>=3.68.

diffstat:

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

diffs (22 lines):

diff -r b27693f2ee27 -r 48c8fcc5b857 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Sat Aug 14 10:02:17 2021 +0000
+++ b/www/firefox/mozilla-common.mk     Sat Aug 14 14:30:12 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.204 2021/08/13 14:57:52 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.205 2021/08/14 14:30:12 tsutsui Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -177,10 +177,10 @@
 BUILDLINK_API_DEPENDS.libevent+=       libevent>=1.1
 .include "../../devel/libevent/buildlink3.mk"
 .include "../../devel/libffi/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.26
+BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.32
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+=    nss>=3.63
+BUILDLINK_API_DEPENDS.nss+=    nss>=3.68
 .include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 #.include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index