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 0CEF67A26D for ; Wed, 3 May 2017 22:29:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AD24684DF4; Wed, 3 May 2017 22:29:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3ED9884DAE for ; Wed, 3 May 2017 22:29:21 +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 21wdOxNfvZH1 for ; Wed, 3 May 2017 22:29:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9BD7E84CD8 for ; Wed, 3 May 2017 22:29:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9669DFBE4; Wed, 3 May 2017 22:29:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493850560133100" MIME-Version: 1.0 Date: Wed, 3 May 2017 22:29:20 +0000 From: "Soren Jacobsen" Subject: CVS commit: pkgsrc/www/firefox52 To: pkgsrc-changes@NetBSD.org Reply-To: snj@netbsd.org X-Mailer: log_accum Message-Id: <20170503222920.9669DFBE4@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. --_----------=_1493850560133100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: snj Date: Wed May 3 22:29:20 UTC 2017 Modified Files: pkgsrc/www/firefox52: PLIST Log Message: fix PLIST when the official-mozilla-branding option is enabled To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox52/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493850560133100 Content-Disposition: inline Content-Length: 1214 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox52/PLIST diff -u pkgsrc/www/firefox52/PLIST:1.1 pkgsrc/www/firefox52/PLIST:1.2 --- pkgsrc/www/firefox52/PLIST:1.1 Thu Apr 27 01:55:57 2017 +++ pkgsrc/www/firefox52/PLIST Wed May 3 22:29:20 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/04/27 01:55:57 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/05/03 22:29:20 snj Exp $ bin/firefox52 lib/firefox52/application.ini lib/firefox52/browser/blocklist.xml @@ -6,7 +6,8 @@ lib/firefox52/browser/chrome.manifest ${PLIST.nobranding}lib/firefox52/browser/chrome/browser/content/branding/about-background.png lib/firefox52/browser/chrome/browser/content/branding/about-logo.png lib/firefox52/browser/chrome/browser/content/branding/about-logo@2x.png -lib/firefox52/browser/chrome/browser/content/branding/about-wordmark.svg +${PLIST.branding}lib/firefox52/browser/chrome/browser/content/branding/about-wordmark.png +${PLIST.nobranding}lib/firefox52/browser/chrome/browser/content/branding/about-wordmark.svg lib/firefox52/browser/chrome/browser/content/branding/about.png lib/firefox52/browser/chrome/browser/content/branding/aboutDialog.css lib/firefox52/browser/chrome/browser/content/branding/icon128.png --_----------=_1493850560133100--