pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox52 Bump required devel/nspr version to fix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5737da1963d7
branches:  trunk
changeset: 365241:5737da1963d7
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Jul 12 01:49:34 2017 +0000

description:
Bump required devel/nspr version to fix potential configure error

diffstat:

 www/firefox52/mozilla-common.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b675411b3769 -r 5737da1963d7 www/firefox52/mozilla-common.mk
--- a/www/firefox52/mozilla-common.mk   Wed Jul 12 01:47:10 2017 +0000
+++ b/www/firefox52/mozilla-common.mk   Wed Jul 12 01:49:34 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.1 2017/04/27 01:55:57 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.2 2017/07/12 01:49:34 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -178,7 +178,7 @@
 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.12
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
 BUILDLINK_API_DEPENDS.nss+=    nss>=3.28.1



Home | Main Index | Thread Index | Old Index