pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ruby27-base
Module Name: pkgsrc
Committed By: rillig
Date: Sat Apr 25 21:33:34 UTC 2020
Modified Files:
pkgsrc/lang/ruby27-base: Makefile
Log Message:
lang/ruby27-base: fix typo in REPLACE_RUBY
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ruby27-base/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ruby27-base/Makefile
diff -u pkgsrc/lang/ruby27-base/Makefile:1.1 pkgsrc/lang/ruby27-base/Makefile:1.2
--- pkgsrc/lang/ruby27-base/Makefile:1.1 Sun Mar 15 15:26:22 2020
+++ pkgsrc/lang/ruby27-base/Makefile Sat Apr 25 21:33:34 2020
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/03/15 15:26:22 taca Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/25 21:33:34 rillig Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
+PKGREVISION= 1
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}
@@ -59,7 +60,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/bundle bin/bin/bundler bin/erb bin/gem bin/irb \
+REPLACE_RUBY= bin/bundle bin/bundler bin/erb bin/gem bin/irb \
bin/racc bin/racc2y bin/rdoc bin/ri bin/y2racc \
libexec/bundle libexec/bundler libexec/irb \
libexec/racc libexec/racc2y libexec/rdoc libexec/ri \
Home |
Main Index |
Thread Index |
Old Index