Received: by mail.netbsd.org (Postfix, from userid 605) id 8C6BA84E97; Thu, 16 Feb 2023 07:16:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB70984E88 for ; Thu, 16 Feb 2023 07:16:28 +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 bNCma8CWp8uJ for ; Thu, 16 Feb 2023 07:16:28 +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 4FFDA84DC1 for ; Thu, 16 Feb 2023 07:16:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43D99FA90; Thu, 16 Feb 2023 07:16:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676531788119960" MIME-Version: 1.0 Date: Thu, 16 Feb 2023 07:16:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230216071628.43D99FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676531788119960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Feb 16 07:16:28 UTC 2023 Modified Files: pkgsrc/mail: Makefile Log Message: mail/Makefile: + thunderbird78-l10n To generate a diff of this commit: cvs rdiff -u -r1.593 -r1.594 pkgsrc/mail/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676531788119960 Content-Disposition: inline Content-Length: 592 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/Makefile diff -u pkgsrc/mail/Makefile:1.593 pkgsrc/mail/Makefile:1.594 --- pkgsrc/mail/Makefile:1.593 Thu Feb 9 07:08:20 2023 +++ pkgsrc/mail/Makefile Thu Feb 16 07:16:28 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.593 2023/02/09 07:08:20 wiz Exp $ +# $NetBSD: Makefile,v 1.594 2023/02/16 07:16:28 wiz Exp $ # COMMENT= Electronic mail utilities @@ -405,6 +405,7 @@ SUBDIR+= thunderbird52-l10n SUBDIR+= thunderbird68 SUBDIR+= thunderbird68-l10n SUBDIR+= thunderbird78 +SUBDIR+= thunderbird78-l10n SUBDIR+= tmda SUBDIR+= tnef SUBDIR+= tnef2txt --_----------=_1676531788119960--