Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131438124
D9232.id24164.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D9232.id24164.diff
View Options
Index: head/sysutils/vagrant/Makefile
===================================================================
--- head/sysutils/vagrant/Makefile
+++ head/sysutils/vagrant/Makefile
@@ -3,6 +3,7 @@
PORTNAME= vagrant
PORTVERSION= 1.8.7
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils rubygems devel
Index: head/sysutils/vagrant/files/patch-bin_vagrant
===================================================================
--- head/sysutils/vagrant/files/patch-bin_vagrant
+++ head/sysutils/vagrant/files/patch-bin_vagrant
@@ -1,11 +1,11 @@
---- bin/vagrant.orig 2015-12-24 21:26:53 UTC
+--- bin/vagrant.orig 2016-11-04 21:32:25 UTC
+++ bin/vagrant
@@ -5,6 +5,9 @@
# initializing which have historically resulted in stack traces.
Signal.trap("INT") { abort }
+ENV["VAGRANT_INSTALLER_ENV"] = 'true'
-+ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"] = '/usr/local/share/vagrant/embedded'
++ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"] = '@PREFIX@/share/vagrant/embedded'
+
# Split arguments by "--" if its there, we'll recombine them later
argv = ARGV.dup
Index: head/sysutils/vagrant/files/patch-gemspec
===================================================================
--- head/sysutils/vagrant/files/patch-gemspec
+++ head/sysutils/vagrant/files/patch-gemspec
@@ -1,4 +1,4 @@
---- vagrant.gemspec.orig 2016-07-19 03:39:08 UTC
+--- vagrant.gemspec.orig 2016-11-04 21:32:25 UTC
+++ vagrant.gemspec
@@ -20,16 +20,16 @@ Gem::Specification.new do |s|
# APIs, so even point releases can introduce breaking changes. These changes
@@ -20,12 +20,19 @@
s.add_dependency "rb-kqueue", "~> 0.2.0"
s.add_dependency "rest-client", ">= 1.6.0", "< 3.0"
s.add_dependency "wdm", "~> 0.1.0"
-@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
+@@ -37,13 +37,13 @@ Gem::Specification.new do |s|
s.add_dependency "winrm-fs", "~> 0.3.0"
# We lock this down to avoid compilation issues.
- s.add_dependency "nokogiri", "= 1.6.7.1"
+ s.add_dependency "nokogiri", ">= 1.6.7.1"
+ # NOTE: The ruby_dep gem is an implicit dependency from the listen gem. Later versions
+ # of the ruby_dep gem impose an aggressive constraint on the required ruby version (>= 2.2.5).
+ # Explicit constraint is defined to provide required dependency to listen without imposing
+ # tighter restrictions on valid ruby versions
+- s.add_dependency "ruby_dep", "<= 1.3.1"
++ s.add_dependency "ruby_dep"
+
s.add_development_dependency "rake"
s.add_development_dependency "rspec", "~> 2.14.0"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 9, 1:49 AM (22 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23478152
Default Alt Text
D9232.id24164.diff (2 KB)
Attached To
Mode
D9232: sysutils/vagrant: fix ruby_dep version
Attached
Detach File
Event Timeline
Log In to Comment