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 22 22:17:57 UTC 2019
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: release 67 requires NSPR >= 4.21
Adjust mozilla-common.mk accordingly. Ride previous update.
To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 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.131 pkgsrc/www/firefox/mozilla-common.mk:1.132
--- pkgsrc/www/firefox/mozilla-common.mk:1.131 Thu May 2 01:16:28 2019
+++ pkgsrc/www/firefox/mozilla-common.mk Wed May 22 22:17:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.131 2019/05/02 01:16:28 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.132 2019/05/22 22:17:57 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -213,7 +213,7 @@ PLIST_SUBST+= DLL_SUFFIX=".so"
BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nspr+= nspr>=4.19
+BUILDLINK_API_DEPENDS.nspr+= nspr>=4.21
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
BUILDLINK_API_DEPENDS.nss+= nss>=3.40.1
Home |
Main Index |
Thread Index |
Old Index