Bug 203470 - [patch] textproc/rubygem-sass-rails4: fix gemspec to avoid conflict with rubygem-bootstrap-sass
Summary: [patch] textproc/rubygem-sass-rails4: fix gemspec to avoid conflict with ruby...
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: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks: 202446 202468
  Show dependency treegraph
 
Reported: 2015-10-01 11:41 UTC by Torsten Zühlsdorff
Modified: 2015-11-23 18:54 UTC (History)
1 user (show)

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


Attachments
patch to fix gemspec (2.19 KB, patch)
2015-10-01 11:41 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-10-01 11:41:59 UTC
Created attachment 161594 [details]
patch to fix gemspec

Currently both gems conflicts:

Bundler could not find compatible versions for gem "sass":
  In Gemfile:
    sass-rails (~> 4.0.5) ruby depends on
      sass (~> 3.2.2) ruby

    bootstrap-sass (~> 3.0) ruby depends on
      sass (>= 3.3.0) ruby

To allow usage of both, like in the new www/gitlab port, i've adjusted the gemspec of textproc/rubygem-sass-rails4.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-11-23 18:24:56 UTC
A commit references this bug:

Author: sunpoet
Date: Mon Nov 23 18:24:48 UTC 2015
New revision: 402298
URL: https://svnweb.freebsd.org/changeset/ports/402298

Log:
  - Use textproc/rubygem-sass instead of textproc/rubygem-sass32 to avoid dependency conflict between textproc/rubygem-sass-rails4 and www/rubygem-bootstrap-sass
  - Bump PORTREVISION for dependency and package change

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

Changes:
  head/textproc/rubygem-sass-rails4/Makefile
  head/textproc/rubygem-sass-rails4/files/
  head/textproc/rubygem-sass-rails4/files/patch-gemspec
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-11-23 18:46:46 UTC
New port added. Thanks!
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-11-23 18:54:33 UTC
(In reply to Sunpoet Po-Chuan Hsieh from comment #2)

It's a copy/paste error. This should be "Committed. Thanks!"