Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D67E84CEB for ; Tue, 5 Dec 2023 17:36:19 +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 dIs-9zIaB4A3 for ; Tue, 5 Dec 2023 17:36:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9BF6C85045 for ; Tue, 5 Dec 2023 17:36:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9385FFA42; Tue, 5 Dec 2023 17:36:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701797778234420" MIME-Version: 1.0 Date: Tue, 5 Dec 2023 17:36:18 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20231205173618.9385FFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701797778234420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Tue Dec 5 17:36:18 UTC 2023 Modified Files: pkgsrc/mail: Makefile Log Message: Add and enable smtp-delay. To generate a diff of this commit: cvs rdiff -u -r1.627 -r1.628 pkgsrc/mail/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701797778234420 Content-Disposition: inline Content-Length: 582 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/Makefile diff -u pkgsrc/mail/Makefile:1.627 pkgsrc/mail/Makefile:1.628 --- pkgsrc/mail/Makefile:1.627 Thu Nov 30 15:31:31 2023 +++ pkgsrc/mail/Makefile Tue Dec 5 17:36:18 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.627 2023/11/30 15:31:31 taca Exp $ +# $NetBSD: Makefile,v 1.628 2023/12/05 17:36:18 schmonz Exp $ # COMMENT= Electronic mail utilities @@ -398,6 +398,7 @@ SUBDIR+= sid-milter SUBDIR+= sieve-connect SUBDIR+= sigrot SUBDIR+= sma +SUBDIR+= smtp-delay SUBDIR+= smtp-vilter SUBDIR+= smtpd-starttls-proxy SUBDIR+= smtpfeed --_----------=_1701797778234420--