Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9767F7A271 for ; Fri, 28 Oct 2016 17:47:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0E4AE85585; Fri, 28 Oct 2016 17:47:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 91B8A84CF0 for ; Fri, 28 Oct 2016 17:47:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qEYKq_qlobrh for ; Fri, 28 Oct 2016 17:47:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0180484CEF for ; Fri, 28 Oct 2016 17:47:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F0BDCFB7A; Fri, 28 Oct 2016 17:47:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1477676841236480" MIME-Version: 1.0 Date: Fri, 28 Oct 2016 17:47:21 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20161028174721.F0BDCFB7A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1477676841236480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: riastradh Date: Fri Oct 28 17:47:21 UTC 2016 Modified Files: pkgsrc/www/firefox: PLIST Log Message: Add a debug-only file. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 pkgsrc/www/firefox/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1477676841236480 Content-Disposition: inline Content-Length: 1135 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/PLIST diff -u pkgsrc/www/firefox/PLIST:1.110 pkgsrc/www/firefox/PLIST:1.111 --- pkgsrc/www/firefox/PLIST:1.110 Tue Sep 20 20:01:41 2016 +++ pkgsrc/www/firefox/PLIST Fri Oct 28 17:47:21 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.110 2016/09/20 20:01:41 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.111 2016/10/28 17:47:21 riastradh Exp $ bin/firefox lib/firefox/application.ini lib/firefox/browser/blocklist.xml @@ -1116,6 +1116,7 @@ lib/firefox/browser/chrome/devtools/modu lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/theme.js lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/undo.js lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/immutable.js +${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dev.js lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom.js lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-proxy.js lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-redux.js --_----------=_1477676841236480--