Received: by mail.netbsd.org (Postfix, from userid 605) id D7DA884DF6; Sun, 16 Dec 2018 09:07:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A106084D68 for ; Sun, 16 Dec 2018 09:06:56 +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 aI1jRR4CX284 for ; Sun, 16 Dec 2018 09:06:56 +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 3210884CEF for ; Sun, 16 Dec 2018 09:06:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21516FB16; Sun, 16 Dec 2018 09:06:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1544951216120810" MIME-Version: 1.0 Date: Sun, 16 Dec 2018 09:06:56 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20181216090656.21516FB16@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. --_----------=_1544951216120810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Dec 16 09:06:56 UTC 2018 Modified Files: pkgsrc/mail: Makefile Log Message: Enable thunderbird52 and thunderbird52-l10n To generate a diff of this commit: cvs rdiff -u -r1.515 -r1.516 pkgsrc/mail/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1544951216120810 Content-Disposition: inline Content-Length: 627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/Makefile diff -u pkgsrc/mail/Makefile:1.515 pkgsrc/mail/Makefile:1.516 --- pkgsrc/mail/Makefile:1.515 Thu Dec 6 00:07:57 2018 +++ pkgsrc/mail/Makefile Sun Dec 16 09:06:55 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.515 2018/12/06 00:07:57 schmonz Exp $ +# $NetBSD: Makefile,v 1.516 2018/12/16 09:06:55 ryoon Exp $ # COMMENT= Electronic mail utilities @@ -376,6 +376,8 @@ SUBDIR+= thunderbird-enigmail SUBDIR+= thunderbird-l10n SUBDIR+= thunderbird45 SUBDIR+= thunderbird45-l10n +SUBDIR+= thunderbird52 +SUBDIR+= thunderbird52-l10n SUBDIR+= tmda SUBDIR+= tnef SUBDIR+= tnef2txt --_----------=_1544951216120810--