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: Wed May 6 02:52:10 UTC 2020
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: reflect new minimum NSS version for 76.0
(The configure script states "NSS >= 3.51.1", which would be NSS 3.52,
from pkgsrc's perspective.)
To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 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.164 pkgsrc/www/firefox/mozilla-common.mk:1.165
--- pkgsrc/www/firefox/mozilla-common.mk:1.164 Tue Apr 28 06:56:48 2020
+++ pkgsrc/www/firefox/mozilla-common.mk Wed May 6 02:52:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.164 2020/04/28 06:56:48 riastradh Exp $
+# $NetBSD: mozilla-common.mk,v 1.165 2020/05/06 02:52:10 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -231,7 +231,7 @@ BUILDLINK_API_DEPENDS.libevent+= libeven
BUILDLINK_API_DEPENDS.nspr+= nspr>=4.25
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+= nss>=3.51
+BUILDLINK_API_DEPENDS.nss+= nss>=3.52
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
#.include "../../mk/jpeg.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index