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: ryoon
Date: Wed Jul 12 01:47:10 UTC 2017
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
Bump required devel/nspr version
Fix PR pkg/52392
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 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.95 pkgsrc/www/firefox/mozilla-common.mk:1.96
--- pkgsrc/www/firefox/mozilla-common.mk:1.95 Mon Jul 3 12:27:49 2017
+++ pkgsrc/www/firefox/mozilla-common.mk Wed Jul 12 01:47:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.95 2017/07/03 12:27:49 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.96 2017/07/12 01:47:10 ryoon Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -185,7 +185,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.10.10
+BUILDLINK_API_DEPENDS.nspr+= nspr>=4.14
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
BUILDLINK_API_DEPENDS.nss+= nss>=3.29.5
Home |
Main Index |
Thread Index |
Old Index