Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 777A584F8C for ; Tue, 30 May 2023 15:15:12 +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 yq3OPuicpiB6 for ; Tue, 30 May 2023 15:15:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0DF5084C2C for ; Tue, 30 May 2023 15:15:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0773DFA85; Tue, 30 May 2023 15:15:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685459712170720" MIME-Version: 1.0 Date: Tue, 30 May 2023 15:15:12 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230530151512.0773DFA85@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685459712170720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue May 30 15:15:11 UTC 2023 Modified Files: pkgsrc/net: Makefile Log Message: net/Makefile: drop ruby-net-pop To generate a diff of this commit: cvs rdiff -u -r1.1514 -r1.1515 pkgsrc/net/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685459712170720 Content-Disposition: inline Content-Length: 594 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1514 pkgsrc/net/Makefile:1.1515 --- pkgsrc/net/Makefile:1.1514 Thu May 18 08:10:26 2023 +++ pkgsrc/net/Makefile Tue May 30 15:15:11 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1514 2023/05/18 08:10:26 spz Exp $ +# $NetBSD: Makefile,v 1.1515 2023/05/30 15:15:11 taca Exp $ # COMMENT= Networking tools @@ -854,7 +854,6 @@ SUBDIR+= ruby-net-dhcp SUBDIR+= ruby-net-imap SUBDIR+= ruby-net-ldap SUBDIR+= ruby-net-ping -SUBDIR+= ruby-net-pop SUBDIR+= ruby-net-protocol SUBDIR+= ruby-net-smtp SUBDIR+= ruby-netaddr --_----------=_1685459712170720--