Received: by mail.netbsd.org (Postfix, from userid 605) id 9DABD84D81; Thu, 27 May 2021 13:19:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D7F4684D80 for ; Thu, 27 May 2021 13:19:56 +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 wAbREM-2Q3EL for ; Thu, 27 May 2021 13:19:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3AC4084D79 for ; Thu, 27 May 2021 13:19:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E86FFA95; Thu, 27 May 2021 13:19:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162212159649540" MIME-Version: 1.0 Date: Thu, 27 May 2021 13:19:56 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210527131956.2E86FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162212159649540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu May 27 13:19:56 UTC 2021 Modified Files: pkgsrc/devel: Makefile Removed Files: pkgsrc/devel/ruby-cucumber-tag_expressions: ALTERNATIVES DESCR Makefile PLIST distinfo Log Message: devel/ruby-cucumber-tag_expressions: renamed to ruby-cucumber-tag-expressions Forgot to commit of removing renamed package. To generate a diff of this commit: cvs rdiff -u -r1.3396 -r1.3397 pkgsrc/devel/Makefile cvs rdiff -u -r1.1 -r0 \ pkgsrc/devel/ruby-cucumber-tag_expressions/ALTERNATIVES \ pkgsrc/devel/ruby-cucumber-tag_expressions/DESCR cvs rdiff -u -r1.2 -r0 pkgsrc/devel/ruby-cucumber-tag_expressions/Makefile \ pkgsrc/devel/ruby-cucumber-tag_expressions/PLIST \ pkgsrc/devel/ruby-cucumber-tag_expressions/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162212159649540 Content-Disposition: inline Content-Length: 679 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3396 pkgsrc/devel/Makefile:1.3397 --- pkgsrc/devel/Makefile:1.3396 Thu May 27 06:36:06 2021 +++ pkgsrc/devel/Makefile Thu May 27 13:19:55 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3396 2021/05/27 06:36:06 wiz Exp $ +# $NetBSD: Makefile,v 1.3397 2021/05/27 13:19:55 taca Exp $ # COMMENT= Development utilities @@ -2823,7 +2823,6 @@ SUBDIR+= ruby-cucumber-core SUBDIR+= ruby-cucumber-expressions SUBDIR+= ruby-cucumber-messages SUBDIR+= ruby-cucumber-tag-expressions -SUBDIR+= ruby-cucumber-tag_expressions SUBDIR+= ruby-cucumber-wire SUBDIR+= ruby-curses SUBDIR+= ruby-daemon_controller --_----------=_162212159649540--