Received: by mail.netbsd.org (Postfix, from userid 605) id 25CA684EA5; Sat, 29 Apr 2023 13:36:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 53EC784E67 for ; Sat, 29 Apr 2023 13:36:15 +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 3MnUw3t6QUb6 for ; Sat, 29 Apr 2023 13:36:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7761184CD0 for ; Sat, 29 Apr 2023 13:36:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 749BEFA87; Sat, 29 Apr 2023 13:36:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682775374121000" MIME-Version: 1.0 Date: Sat, 29 Apr 2023 13:36:14 +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: <20230429133614.749BEFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682775374121000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Apr 29 13:36:14 UTC 2023 Modified Files: pkgsrc/mail: Makefile Log Message: mail/Makefile: + mutt-vid To generate a diff of this commit: cvs rdiff -u -r1.596 -r1.597 pkgsrc/mail/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682775374121000 Content-Disposition: inline Content-Length: 543 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/Makefile diff -u pkgsrc/mail/Makefile:1.596 pkgsrc/mail/Makefile:1.597 --- pkgsrc/mail/Makefile:1.596 Fri Apr 21 00:49:56 2023 +++ pkgsrc/mail/Makefile Sat Apr 29 13:36:14 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.596 2023/04/21 00:49:56 manu Exp $ +# $NetBSD: Makefile,v 1.597 2023/04/29 13:36:14 wiz Exp $ # COMMENT= Electronic mail utilities @@ -177,6 +177,7 @@ SUBDIR+= mpop SUBDIR+= msmtp SUBDIR+= mush SUBDIR+= mutt +SUBDIR+= mutt-vid SUBDIR+= neomutt SUBDIR+= netbiff SUBDIR+= newmail --_----------=_1682775374121000--