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:   tsutsui
Date:           Sun Dec 11 21:06:32 UTC 2022

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

Log Message:
firefox: 107.0.1 requries nss>=3.84.


To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 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.244 pkgsrc/www/firefox/mozilla-common.mk:1.245
--- pkgsrc/www/firefox/mozilla-common.mk:1.244  Sun Dec 11 19:35:15 2022
+++ pkgsrc/www/firefox/mozilla-common.mk        Sun Dec 11 21:06:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.244 2022/12/11 19:35:15 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.245 2022/12/11 21:06:32 tsutsui Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -209,7 +209,7 @@ BUILDLINK_API_DEPENDS.libevent+=    libeven
 BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.34
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+=    nss>=3.82
+BUILDLINK_API_DEPENDS.nss+=    nss>=3.84
 .include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 #.include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index