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: gutteridge
Date: Mon Oct 14 16:23:39 UTC 2024
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: 131 requires nss>=3.104
To generate a diff of this commit:
cvs rdiff -u -r1.287 -r1.288 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.287 pkgsrc/www/firefox/mozilla-common.mk:1.288
--- pkgsrc/www/firefox/mozilla-common.mk:1.287 Tue Oct 1 12:47:18 2024
+++ pkgsrc/www/firefox/mozilla-common.mk Mon Oct 14 16:23:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.287 2024/10/01 12:47:18 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.288 2024/10/14 16:23:39 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -236,7 +236,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.103
+BUILDLINK_API_DEPENDS.nss+= nss>=3.104
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
#.include "../../mk/jpeg.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index