pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby26-base lang/ruby26-base: fix typo in REPLACE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23a39155dda8
branches:  trunk
changeset: 413293:23a39155dda8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Mar 18 00:32:55 2020 +0000

description:
lang/ruby26-base: fix typo in REPLACE_RUBY

diffstat:

 lang/ruby26-base/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 749b0c85679c -r 23a39155dda8 lang/ruby26-base/Makefile
--- a/lang/ruby26-base/Makefile Wed Mar 18 00:29:38 2020 +0000
+++ b/lang/ruby26-base/Makefile Wed Mar 18 00:32:55 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 21:49:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/18 00:32:55 rillig Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    lang ruby
 MASTER_SITES=  ${MASTER_SITE_RUBY}
 
@@ -56,7 +56,7 @@
 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/bundle bin/bin/bundler bin/erb bin/gem bin/irb \
+REPLACE_RUBY=          bin/bundle bin/bundler bin/erb bin/gem bin/irb \
                        bin/rdoc bin/ri libexec/bundle libexec/bundle_ruby \
                        libexec/bundler libexec/irb libexec/rdoc libexec/ri \
                        gems/rake-${RUBY_RAKE_VERSION}/exe/rake \



Home | Main Index | Thread Index | Old Index