Bug 201271 - [patch] net/rubygem-twitter-stream Gemfile patch update
Summary: [patch] net/rubygem-twitter-stream Gemfile patch 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: freebsd-ruby (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-07-02 10:20 UTC by Torsten Zühlsdorff
Modified: 2015-07-02 15:26 UTC (History)
5 users (show)

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


Attachments
patch to update gemfile and pump portrevision (1.40 KB, patch)
2015-07-02 10:20 UTC, Torsten Zühlsdorff
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Zühlsdorff 2015-07-02 10:20:57 UTC
Created attachment 158255 [details]
patch to update gemfile and pump portrevision

While testing the actual draft of the new gitlab-port, i noticed, that it is not possible to install the database of gitlab. It stops with the error message:

=== Start ===

root@hera:/usr/local/www/gitlab # rake gitlab:setup
Bundler could not find compatible versions for gem "simple_oauth":
  In Gemfile:
    tinder (>= 1.9.2) ruby depends on
      twitter-stream (~> 0.1) ruby depends on
        simple_oauth (~> 0.2.0) ruby
Could not find gem 'simple_oauth (~> 0.2.0) ruby', which is required by gem 'twitter-stream (~> 0.1) ruby', in any of the sources. 

=== End ===

simple_oauth is already installed as 0.3. Same for the rubygem http_parser.rb. It exists as version 0.6 while twitter-stream depends on ~> 0.5.

Therefore i've updated the gem-patch.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-07-02 14:44:33 UTC
A commit references this bug:

Author: sunpoet
Date: Thu Jul  2 14:43:33 UTC 2015
New revision: 391158
URL: https://svnweb.freebsd.org/changeset/ports/391158

Log:
  - Fix gemspec
  - Bump PORTREVISION for package change

  PR:		201271
  Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>

Changes:
  head/net/rubygem-twitter-stream/Makefile
  head/net/rubygem-twitter-stream/files/patch-gemspec
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-07-02 15:26:22 UTC
Committed. Thanks!