Received: by mail.netbsd.org (Postfix, from userid 605) id 604A784E7B; Tue, 8 Nov 2022 09:29:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9182184D93 for ; Tue, 8 Nov 2022 09:29:51 +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 termMDLyZnXZ for ; Tue, 8 Nov 2022 09:29:51 +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 E32CE84D01 for ; Tue, 8 Nov 2022 09:29:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC909FA90; Tue, 8 Nov 2022 09:29:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166789979059560" MIME-Version: 1.0 Date: Tue, 8 Nov 2022 09:29:50 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/comms To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221108092950.DC909FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166789979059560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Nov 8 09:29:50 UTC 2022 Modified Files: pkgsrc/comms: Makefile Removed Files: pkgsrc/comms/py-enrich: DESCR Makefile PLIST distinfo Log Message: py-enrich: removed; not needed anymore for ansible-lint To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 pkgsrc/comms/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/comms/py-enrich/DESCR \ pkgsrc/comms/py-enrich/PLIST cvs rdiff -u -r1.4 -r0 pkgsrc/comms/py-enrich/Makefile \ pkgsrc/comms/py-enrich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166789979059560 Content-Disposition: inline Content-Length: 595 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/Makefile diff -u pkgsrc/comms/Makefile:1.132 pkgsrc/comms/Makefile:1.133 --- pkgsrc/comms/Makefile:1.132 Sat May 7 06:00:37 2022 +++ pkgsrc/comms/Makefile Tue Nov 8 09:29:50 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.132 2022/05/07 06:00:37 wiz Exp $ +# $NetBSD: Makefile,v 1.133 2022/11/08 09:29:50 adam Exp $ # COMMENT= Telephony and serial communication utilities @@ -69,7 +69,6 @@ SUBDIR+= plp SUBDIR+= py-cleo SUBDIR+= py-clikit SUBDIR+= py-colorama -SUBDIR+= py-enrich SUBDIR+= py-esptool SUBDIR+= py-gammu SUBDIR+= py-nodemcu-uploader --_----------=_166789979059560--