Received: by mail.netbsd.org (Postfix, from userid 605) id C6D3E84D4D; Wed, 12 Jul 2017 01:47:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 59D4484D41 for ; Wed, 12 Jul 2017 01:47:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 54FlChFakLvd for ; Wed, 12 Jul 2017 01:47:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B491284CDC for ; Wed, 12 Jul 2017 01:47:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAB34FACB; Wed, 12 Jul 2017 01:47:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1499824030249600" MIME-Version: 1.0 Date: Wed, 12 Jul 2017 01:47:10 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170712014710.AAB34FACB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1499824030249600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1499824030249600 Content-Disposition: inline Content-Length: 925 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1499824030249600--