pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/ruby-bundler
Module Name: pkgsrc
Committed By: taca
Date: Wed Feb 6 15:06:35 UTC 2019
Modified Files:
pkgsrc/misc/ruby-bundler: Makefile
Log Message:
misc/ruby-bundler: not for ruby26 for now
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/misc/ruby-bundler/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/ruby-bundler/Makefile
diff -u pkgsrc/misc/ruby-bundler/Makefile:1.32 pkgsrc/misc/ruby-bundler/Makefile:1.33
--- pkgsrc/misc/ruby-bundler/Makefile:1.32 Sun Jan 20 14:15:00 2019
+++ pkgsrc/misc/ruby-bundler/Makefile Wed Feb 6 15:06:34 2019
@@ -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 @@ HOMEPAGE= https://bundler.io/
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