Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF47E852A1 for ; Fri, 29 Dec 2023 20:58:25 +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 wXpbf9CNDFbU for ; Fri, 29 Dec 2023 20:58:25 +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 7447784D36 for ; Fri, 29 Dec 2023 20:58:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64C40FA42; Fri, 29 Dec 2023 20:58:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703883505240280" MIME-Version: 1.0 Date: Fri, 29 Dec 2023 20:58:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231229205825.64C40FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703883505240280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 29 20:58:25 UTC 2023 Modified Files: pkgsrc/mail: Makefile Log Message: mail/Makefile: + aerc To generate a diff of this commit: cvs rdiff -u -r1.628 -r1.629 pkgsrc/mail/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703883505240280 Content-Disposition: inline Content-Length: 570 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/Makefile diff -u pkgsrc/mail/Makefile:1.628 pkgsrc/mail/Makefile:1.629 --- pkgsrc/mail/Makefile:1.628 Tue Dec 5 17:36:18 2023 +++ pkgsrc/mail/Makefile Fri Dec 29 20:58:25 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.628 2023/12/05 17:36:18 schmonz Exp $ +# $NetBSD: Makefile,v 1.629 2023/12/29 20:58:25 wiz Exp $ # COMMENT= Electronic mail utilities @@ -7,6 +7,7 @@ SUBDIR+= GNUMail SUBDIR+= OSBF-lua SUBDIR+= Pantomime SUBDIR+= R-mime +SUBDIR+= aerc SUBDIR+= akonadi SUBDIR+= akonadi-import-wizard SUBDIR+= akonadi-mime --_----------=_1703883505240280--