Bug 195588 - [patch] sysutils/vagrant gemspec after devel/rubygem-listen-2.8.0 update
Summary: [patch] sysutils/vagrant gemspec after devel/rubygem-listen-2.8.0 update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Johannes Jost Meixner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-02 21:42 UTC by Kevin Bowling
Modified: 2014-12-09 09:03 UTC (History)
3 users (show)

See Also:
xmj: maintainer-feedback+


Attachments
Allow newer versions of listen (691 bytes, patch)
2014-12-02 21:42 UTC, Kevin Bowling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Bowling freebsd_committer freebsd_triage 2014-12-02 21:42:51 UTC
Created attachment 150108 [details]
Allow newer versions of listen

After r373273 (https://svnweb.freebsd.org/ports?view=revision&revision=373273), vagrant stops working.

Everything works fine with the newer listen gem, although perhaps listen should be updated to 2.8.3 to prevent some problems (https://github.com/guard/listen/releases)
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-02 21:42:51 UTC
Maintainer CC'd
Comment 2 joe 2014-12-02 22:37:32 UTC
Patch looks OK to me.
Comment 3 Johannes Jost Meixner freebsd_committer freebsd_triage 2014-12-06 09:35:26 UTC
I'll take it.
Comment 4 Christopher Hall 2014-12-07 10:57:52 UTC
Just had the same problem, the patch works for me.
thanks
Comment 5 commit-hook freebsd_committer freebsd_triage 2014-12-09 08:34:36 UTC
A commit references this bug:

Author: xmj
Date: Tue Dec  9 08:34:27 UTC 2014
New revision: 374352
URL: https://svnweb.freebsd.org/changeset/ports/374352

Log:
  sysutils/vagrant: patch gemspec for rubygem-listen 2.8.0 update

  - Allow vagrant to run with devel/rubygem-listen 2.8.0 as of r373273.

  PR:		195588
  Differential Revision:	https://reviews.freebsd.org/D1273
  Submitted by:	Kevin Bowling <kevin.bowling@kev009.com>
  Approved by:	joe@thrallingpenguin.com (maintainer)
  Approved by:	koobs (mentor)

Changes:
  head/sysutils/vagrant/Makefile
  head/sysutils/vagrant/files/patch-vagrant.gemspec
Comment 6 Kevin Bowling freebsd_committer freebsd_triage 2014-12-09 08:38:55 UTC
Upstream PR https://github.com/mitchellh/vagrant/pull/4916
Comment 7 Johannes Jost Meixner freebsd_committer freebsd_triage 2014-12-09 09:03:47 UTC
Committed, thanks!