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 May 4 12:47:23 UTC 2025
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: 137.0.2 requires nss 3.109 or later.
To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 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.294 pkgsrc/www/firefox/mozilla-common.mk:1.295
--- pkgsrc/www/firefox/mozilla-common.mk:1.294 Thu Feb 6 03:11:29 2025
+++ pkgsrc/www/firefox/mozilla-common.mk Sun May 4 12:47:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.294 2025/02/06 03:11:29 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.295 2025/05/04 12:47:23 tsutsui Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -259,7 +259,7 @@ BUILDLINK_API_DEPENDS.nspr+= nspr>=4.34
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
# See build/moz.configure/nss.configure
-BUILDLINK_API_DEPENDS.nss+= nss>=3.107
+BUILDLINK_API_DEPENDS.nss+= nss>=3.109
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
#.include "../../mk/jpeg.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index