Bug 219923 - [PATCH] sysutils/vagrant: fix regression of patch-gemspec, causing ruby_dep error
Summary: [PATCH] sysutils/vagrant: fix regression of patch-gemspec, causing ruby_dep e...
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: Christoph Moench-Tegeder
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-06-11 09:45 UTC by Christian Sturm
Modified: 2017-06-12 12:30 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (joe)


Attachments
patch of sysutils/vagrant fixing the gemspec again (2.18 KB, patch)
2017-06-11 09:45 UTC, Christian Sturm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Sturm 2017-06-11 09:45:03 UTC
Created attachment 183397 [details]
patch of sysutils/vagrant fixing the gemspec again

In ports r442577 it seems that the patch removing the version specification for ruby_dep was removed. This meant that the bug described in #215905 reappeared.

The attached patch fixes this issue again.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-06-12 12:27:53 UTC
A commit references this bug:

Author: cmt
Date: Mon Jun 12 12:27:47 UTC 2017
New revision: 443442
URL: https://svnweb.freebsd.org/changeset/ports/443442

Log:
  sysutils/vagrant: re-add gemspec fix for ruby_dep

  PR:		219923
  Reported by:	Christian Sturm, madpilot
  Approved by:	just-fix-it

Changes:
  head/sysutils/vagrant/files/patch-gemspec
Comment 2 Christoph Moench-Tegeder freebsd_committer freebsd_triage 2017-06-12 12:30:33 UTC
That was me. So: fix committed, as the minimal fix.