Received: by mail.netbsd.org (Postfix, from userid 605) id 0127484D14; Thu, 18 Feb 2021 10:11:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 390B484CE7 for ; Thu, 18 Feb 2021 10:11:49 +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 j08XSP9Ch0Ey for ; Thu, 18 Feb 2021 10:11:48 +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 8199684CDF for ; Thu, 18 Feb 2021 10:11:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F121FA95; Thu, 18 Feb 2021 10:11:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161364310874890" MIME-Version: 1.0 Date: Thu, 18 Feb 2021 10:11:48 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/mail/thunderbird To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210218101148.6F121FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161364310874890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Feb 18 10:11:48 UTC 2021 Modified Files: pkgsrc/mail/thunderbird: Makefile pkgsrc/mail/thunderbird/files: desktop.in Log Message: thunderbird: make the .desktop file slightly nicer To generate a diff of this commit: cvs rdiff -u -r1.268 -r1.269 pkgsrc/mail/thunderbird/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/thunderbird/files/desktop.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161364310874890 Content-Disposition: inline Content-Length: 1104 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/thunderbird/Makefile diff -u pkgsrc/mail/thunderbird/Makefile:1.268 pkgsrc/mail/thunderbird/Makefile:1.269 --- pkgsrc/mail/thunderbird/Makefile:1.268 Tue Feb 9 12:34:26 2021 +++ pkgsrc/mail/thunderbird/Makefile Thu Feb 18 10:11:48 2021 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.268 2021/02/09 12:34:26 ryoon Exp $ +# $NetBSD: Makefile,v 1.269 2021/02/18 10:11:48 markd Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} +PKGREVISION= 1 TB_VER= 78.7.1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} Index: pkgsrc/mail/thunderbird/files/desktop.in diff -u pkgsrc/mail/thunderbird/files/desktop.in:1.1 pkgsrc/mail/thunderbird/files/desktop.in:1.2 --- pkgsrc/mail/thunderbird/files/desktop.in:1.1 Sun Nov 29 03:06:42 2009 +++ pkgsrc/mail/thunderbird/files/desktop.in Thu Feb 18 10:11:48 2021 @@ -8,4 +8,5 @@ Icon=@MOZILLA_ICON@ StartupNotify=false Terminal=false Type=Application -Categories=Application;Network; +Categories=Application;Network;Email; +MimeType=x-scheme-handler/mailto; --_----------=_161364310874890--