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:           Fri Jul 17 18:21:44 UTC 2026

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

Log Message:
firefox: 152.0.* requires nss>=3.124


To generate a diff of this commit:
cvs rdiff -u -r1.317 -r1.318 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.317 pkgsrc/www/firefox/mozilla-common.mk:1.318
--- pkgsrc/www/firefox/mozilla-common.mk:1.317  Thu Jul 16 22:28:23 2026
+++ pkgsrc/www/firefox/mozilla-common.mk        Fri Jul 17 18:21:44 2026
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.317 2026/07/16 22:28:23 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.318 2026/07/17 18:21:44 tsutsui Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -266,7 +266,7 @@ BUILDLINK_API_DEPENDS.nspr+=        nspr>=4.34
 BUILDLINK_API_DEPENDS.icu+=    icu>=78.1
 .include "../../textproc/icu/buildlink3.mk"
 # See build/moz.configure/nss.configure
-BUILDLINK_API_DEPENDS.nss+=    nss>=3.123.1
+BUILDLINK_API_DEPENDS.nss+=    nss>=3.124
 .include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 #.include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index