Received: by mail.netbsd.org (Postfix, from userid 605) id 94A8384DB3; Wed, 18 Mar 2020 00:35:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D5DF84DB0 for ; Wed, 18 Mar 2020 00:35:20 +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 7GPm5r_m0ChA for ; Wed, 18 Mar 2020 00:35:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7A08784D9A for ; Wed, 18 Mar 2020 00:35:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77007FB27; Wed, 18 Mar 2020 00:35:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158449171959260" MIME-Version: 1.0 Date: Wed, 18 Mar 2020 00:35:19 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/lang/ruby24-base To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200318003519.77007FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158449171959260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Wed Mar 18 00:35:19 UTC 2020 Modified Files: pkgsrc/lang/ruby24-base: Makefile Log Message: lang/ruby24-base: remove nonexistent bin/rake To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/ruby24-base/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158449171959260 Content-Disposition: inline Content-Length: 1000 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ruby24-base/Makefile diff -u pkgsrc/lang/ruby24-base/Makefile:1.17 pkgsrc/lang/ruby24-base/Makefile:1.18 --- pkgsrc/lang/ruby24-base/Makefile:1.17 Sat Jan 18 21:49:43 2020 +++ pkgsrc/lang/ruby24-base/Makefile Wed Mar 18 00:35:19 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2020/01/18 21:49:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2020/03/18 00:35:19 rillig Exp $ DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION} @@ -53,7 +53,7 @@ BIGDECIMAL_EXAMPLES= linear.rb nlsolve.r OPENSSL_EXAMPLES= c_rehash.rb cert2text.rb certstore.rb cipher.rb \ crlstore.rb echo_cli.rb echo_svr.rb gen_csr.rb \ smime_read.rb smime_write.rb wget.rb -REPLACE_RUBY= bin/erb bin/gem bin/irb bin/rake bin/rdoc bin/ri \ +REPLACE_RUBY= bin/erb bin/gem bin/irb bin/rdoc bin/ri \ gems/rake-${RUBY_RAKE_VERSION}/exe/rake \ gems/net-telnet-${RUBY_NET_TELNET_VERSION}/bin/console \ gems/net-telnet-${RUBY_NET_TELNET_VERSION}/bin/setup --_----------=_158449171959260--