Received: by mail.netbsd.org (Postfix, from userid 605) id D7D5E84E93; Thu, 15 Dec 2022 13:59:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 138A984D54 for ; Thu, 15 Dec 2022 13:59:20 +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 JroXqOb6bbrD for ; Thu, 15 Dec 2022 13:59:19 +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 978E684D40 for ; Thu, 15 Dec 2022 13:59:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F30FFA90; Thu, 15 Dec 2022 13:59:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671112759149930" MIME-Version: 1.0 Date: Thu, 15 Dec 2022 13:59:19 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20221215135919.8F30FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671112759149930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Thu Dec 15 13:59:19 UTC 2022 Modified Files: pkgsrc/mail: Makefile Log Message: + mailutils To generate a diff of this commit: cvs rdiff -u -r1.590 -r1.591 pkgsrc/mail/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671112759149930 Content-Disposition: inline Content-Length: 565 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/Makefile diff -u pkgsrc/mail/Makefile:1.590 pkgsrc/mail/Makefile:1.591 --- pkgsrc/mail/Makefile:1.590 Thu Dec 15 13:42:44 2022 +++ pkgsrc/mail/Makefile Thu Dec 15 13:59:19 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.590 2022/12/15 13:42:44 vins Exp $ +# $NetBSD: Makefile,v 1.591 2022/12/15 13:59:19 vins Exp $ # COMMENT= Electronic mail utilities @@ -148,6 +148,7 @@ SUBDIR+= mailsend SUBDIR+= mailserv SUBDIR+= mailsort SUBDIR+= mailsync +SUBDIR+= mailutils SUBDIR+= mailwrapper SUBDIR+= mairix SUBDIR+= majordomo --_----------=_1671112759149930--