pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/ruby-bundler misc/ruby-bundler: not for ruby26 fo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/64806fe232df
branches: trunk
changeset: 329404:64806fe232df
user: taca <taca%pkgsrc.org@localhost>
date: Wed Feb 06 15:06:34 2019 +0000
description:
misc/ruby-bundler: not for ruby26 for now
diffstat:
misc/ruby-bundler/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 70fbe1f76dcf -r 64806fe232df misc/ruby-bundler/Makefile
--- a/misc/ruby-bundler/Makefile Wed Feb 06 15:05:12 2019 +0000
+++ b/misc/ruby-bundler/Makefile Wed Feb 06 15:06:34 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/01/20 14:15:00 taca Exp $
+# $NetBSD: Makefile,v 1.33 2019/02/06 15:06:34 taca Exp $
DISTNAME= bundler-1.17.3
CATEGORIES= misc
@@ -8,6 +8,11 @@
COMMENT= Manage your application's dependencies
LICENSE= mit
+#
+# Currently, ruby26-base has the same version of bundler.
+#
+RUBY_VERSIONS_ACCEPTED= 23 24 25
+
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
Home |
Main Index |
Thread Index |
Old Index