Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 006FD1A9217 for ; Fri, 30 Oct 2020 10:20:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 98E2884DB5; Fri, 30 Oct 2020 10:20:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 20A2C84D29 for ; Fri, 30 Oct 2020 10:20:04 +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 ocQO4W7hC4eO for ; Fri, 30 Oct 2020 10:20:03 +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 AED5084CDA for ; Fri, 30 Oct 2020 10:20:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ABA06FB28; Fri, 30 Oct 2020 10:20:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1604053203159360" MIME-Version: 1.0 Date: Fri, 30 Oct 2020 10:20:03 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20201030102003.ABA06FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1604053203159360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Fri Oct 30 10:20:03 UTC 2020 Modified Files: pkgsrc/mail: Makefile Log Message: Add and enable nopop3d. To generate a diff of this commit: cvs rdiff -u -r1.560 -r1.561 pkgsrc/mail/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1604053203159360 Content-Disposition: inline Content-Length: 556 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/Makefile diff -u pkgsrc/mail/Makefile:1.560 pkgsrc/mail/Makefile:1.561 --- pkgsrc/mail/Makefile:1.560 Thu Sep 10 16:35:31 2020 +++ pkgsrc/mail/Makefile Fri Oct 30 10:20:03 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.560 2020/09/10 16:35:31 taca Exp $ +# $NetBSD: Makefile,v 1.561 2020/10/30 10:20:03 schmonz Exp $ # COMMENT= Electronic mail utilities @@ -178,6 +178,7 @@ SUBDIR+= newmail SUBDIR+= newspipe SUBDIR+= nmh SUBDIR+= nmzmail +SUBDIR+= nopop3d SUBDIR+= notmuch SUBDIR+= nullmailer SUBDIR+= oe2mbx --_----------=_1604053203159360--