Received: by mail.netbsd.org (Postfix, from userid 605) id 04C0484D43; Sun, 30 May 2021 09:45:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F3EB84D0F for ; Sun, 30 May 2021 09:45:52 +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 8M4PHEWEMiwh for ; Sun, 30 May 2021 09:45: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 C248B84C86 for ; Sun, 30 May 2021 09:45:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AF5C3FA95; Sun, 30 May 2021 09:45:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622367951176830" MIME-Version: 1.0 Date: Sun, 30 May 2021 09:45:51 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/misc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210530094551.AF5C3FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622367951176830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 30 09:45:51 UTC 2021 Modified Files: pkgsrc/misc: Makefile Log Message: misc/Makefile: remove ruby-bundler1 To generate a diff of this commit: cvs rdiff -u -r1.550 -r1.551 pkgsrc/misc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622367951176830 Content-Disposition: inline Content-Length: 589 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/Makefile diff -u pkgsrc/misc/Makefile:1.550 pkgsrc/misc/Makefile:1.551 --- pkgsrc/misc/Makefile:1.550 Mon May 17 07:48:27 2021 +++ pkgsrc/misc/Makefile Sun May 30 09:45:51 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.550 2021/05/17 07:48:27 pin Exp $ +# $NetBSD: Makefile,v 1.551 2021/05/30 09:45:51 taca Exp $ # COMMENT= Miscellaneous utilities @@ -302,7 +302,6 @@ SUBDIR+= rpm SUBDIR+= ruby-ansi SUBDIR+= ruby-args_parser SUBDIR+= ruby-bundler -SUBDIR+= ruby-bundler1 SUBDIR+= ruby-colorator SUBDIR+= ruby-colorize SUBDIR+= ruby-columnize --_----------=_1622367951176830--