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 May  9 04:37:36 UTC 2020

Modified Files:
        pkgsrc/lang/ruby27-base: Makefile

Log Message:
lang/ruby27-base: fix path to power_assert/console


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/lang/ruby27-base/Makefile:1.3
--- pkgsrc/lang/ruby27-base/Makefile:1.2        Sat Apr 25 21:33:34 2020
+++ pkgsrc/lang/ruby27-base/Makefile    Sat May  9 04:37:36 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2020/04/25 21:33:34 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/09 04:37:36 rillig Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang ruby
 MASTER_SITES=  ${MASTER_SITE_RUBY}
 
@@ -66,7 +66,7 @@ REPLACE_RUBY=         bin/bundle bin/bundler bi
                        libexec/racc libexec/racc2y libexec/rdoc libexec/ri \
                        libexec/y2racc \
                        gems/net-telnet-${RUBY_NET_TELNET_VERSION}/bin/console \
-                       gems/power_assert-1.1.5/bin/console \
+                       gems/power_assert-*/bin/console \
                        gems/rake-${RUBY_RAKE_VERSION}/bin/bundle \
                        gems/rake-${RUBY_RAKE_VERSION}/bin/console \
                        gems/rake-${RUBY_RAKE_VERSION}/bin/rake \



Home | Main Index | Thread Index | Old Index