pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: 95 requires nss>=3.72



details:   https://anonhg.NetBSD.org/pkgsrc/rev/906f768d1e5f
branches:  trunk
changeset: 771771:906f768d1e5f
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Dec 26 19:15:13 2021 +0000

description:
firefox: 95 requires nss>=3.72

diffstat:

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

diffs (18 lines):

diff -r 2580864a99bb -r 906f768d1e5f www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Sun Dec 26 18:27:55 2021 +0000
+++ b/www/firefox/mozilla-common.mk     Sun Dec 26 19:15:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.216 2021/12/24 12:09:47 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.217 2021/12/26 19:15:13 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -194,7 +194,7 @@
 BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.32
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+=    nss>=3.71
+BUILDLINK_API_DEPENDS.nss+=    nss>=3.72
 .include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 #.include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index