Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D83C984FAE for ; Sat, 26 Aug 2023 10:45:17 +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 nNyTeQRoBWdj for ; Sat, 26 Aug 2023 10:45:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 45C3C84F9D for ; Sat, 26 Aug 2023 10:45:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4365EFBDB; Sat, 26 Aug 2023 10:45:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693046717222240" MIME-Version: 1.0 Date: Sat, 26 Aug 2023 10:45:17 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/mail/thunderbird To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20230826104517.4365EFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693046717222240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat Aug 26 10:45:17 UTC 2023 Modified Files: pkgsrc/mail/thunderbird: PLIST Log Message: mail/thunderbird: Fix build with option official-mozilla-branding, pointed out by Marc Baudoin To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 pkgsrc/mail/thunderbird/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693046717222240 Content-Disposition: inline Content-Length: 2860 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/thunderbird/PLIST diff -u pkgsrc/mail/thunderbird/PLIST:1.90 pkgsrc/mail/thunderbird/PLIST:1.91 --- pkgsrc/mail/thunderbird/PLIST:1.90 Fri Aug 25 10:15:01 2023 +++ pkgsrc/mail/thunderbird/PLIST Sat Aug 26 10:45:17 2023 @@ -1,10 +1,4 @@ -@comment $NetBSD: PLIST,v 1.90 2023/08/25 10:15:01 pho Exp $ -${PLIST.branding}lib/thunderbird/chrome/en-US/locale/en-US/branding/brand.dtd -${PLIST.branding}lib/thunderbird/chrome/en-US/locale/en-US/branding/brand.properties -${PLIST.nobranding}lib/thunderbird/chrome/en-US/locale/branding/brand.dtd -${PLIST.nobranding}lib/thunderbird/chrome/en-US/locale/branding/brand.properties -${PLIST.nobranding}lib/thunderbird/chrome/messenger/content/branding/about-background.png -${PLIST.wayland}lib/thunderbird/libmozwayland.so +@comment $NetBSD: PLIST,v 1.91 2023/08/26 10:45:17 pho Exp $ bin/thunderbird lib/thunderbird/actors/AboutHttpsOnlyErrorChild.sys.mjs lib/thunderbird/actors/AboutHttpsOnlyErrorParent.sys.mjs @@ -3301,12 +3295,8 @@ lib/thunderbird/chrome/devtools/skin/too lib/thunderbird/chrome/devtools/skin/variables.css lib/thunderbird/chrome/devtools/skin/webconsole.css lib/thunderbird/chrome/devtools/skin/widgets.css -${PLIST.branding}lib/thunderbird/chrome/en-US/locale/en-US/branding/brand.dtd -${PLIST.branding}lib/thunderbird/chrome/en-US/locale/en-US/branding/brand.properties -${PLIST.nobranding}lib/thunderbird/chrome/en-US/locale/branding/brand.dtd -${PLIST.nobranding}lib/thunderbird/chrome/en-US/locale/branding/brand.properties -${PLIST.nobranding}lib/thunderbird/chrome/messenger/content/branding/about-background.png -${PLIST.wayland}lib/thunderbird/libmozwayland.so +lib/thunderbird/chrome/en-US/locale/branding/brand.dtd +lib/thunderbird/chrome/en-US/locale/branding/brand.properties lib/thunderbird/chrome/en-US/locale/en-US/alerts/alert.properties lib/thunderbird/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties lib/thunderbird/chrome/en-US/locale/en-US/calendar/calendar-alarms.properties @@ -3626,6 +3616,7 @@ lib/thunderbird/chrome/icons/default/msg lib/thunderbird/chrome/icons/default/msgcomposeWindow24.png lib/thunderbird/chrome/icons/default/msgcomposeWindow32.png lib/thunderbird/chrome/icons/default/msgcomposeWindow48.png +${PLIST.nobranding}lib/thunderbird/chrome/messenger/content/branding/about-background.png lib/thunderbird/chrome/messenger/content/branding/about-logo.svg lib/thunderbird/chrome/messenger/content/branding/about-wordmark.svg lib/thunderbird/chrome/messenger/content/branding/about.png @@ -5767,6 +5758,7 @@ lib/thunderbird/libmozavcodec.so lib/thunderbird/libmozavutil.so lib/thunderbird/libmozgtk.so lib/thunderbird/libmozsqlite3.so +${PLIST.wayland}lib/thunderbird/libmozwayland.so lib/thunderbird/librnp.so lib/thunderbird/libxul.so lib/thunderbird/localization/en-US/branding/brand.ftl --_----------=_1693046717222240--