Received: by mail.netbsd.org (Postfix, from userid 605) id 26D3D84E9C; Sat, 7 May 2022 06:00:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 62AA284D16 for ; Sat, 7 May 2022 06:00:30 +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 xz0OxNrruIbr for ; Sat, 7 May 2022 06:00:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EC24E84CD9 for ; Sat, 7 May 2022 06:00:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87971F991; Sat, 7 May 2022 06:00:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651903237154380" MIME-Version: 1.0 Date: Sat, 7 May 2022 06:00:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/comms To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220507060037.87971F991@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651903237154380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat May 7 06:00:37 UTC 2022 Modified Files: pkgsrc/comms: Makefile Log Message: comms/Makefile: + minimodem To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 pkgsrc/comms/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651903237154380 Content-Disposition: inline Content-Length: 593 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/Makefile diff -u pkgsrc/comms/Makefile:1.131 pkgsrc/comms/Makefile:1.132 --- pkgsrc/comms/Makefile:1.131 Fri Jan 21 16:49:00 2022 +++ pkgsrc/comms/Makefile Sat May 7 06:00:37 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.131 2022/01/21 16:49:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.132 2022/05/07 06:00:37 wiz Exp $ # COMMENT= Telephony and serial communication utilities @@ -45,6 +45,7 @@ SUBDIR+= lrzsz SUBDIR+= malsync SUBDIR+= mgetty+sendfax SUBDIR+= minicom +SUBDIR+= minimodem SUBDIR+= modemd SUBDIR+= msynctool SUBDIR+= multisync-gui --_----------=_1651903237154380--