Bug 150345

Summary: Dependencies problem with www/redmine port
Product: Ports & Packages Reporter: Herve Boulouis <amon>
Component: Individual Port(s)Assignee: Bernhard Froehlich <decke>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Herve Boulouis 2010-09-07 11:40:06 UTC
makefile of www/redmine port does not enforce ruby / rails / rack version as specified on the redmine install page (http://www.redmine.org/wiki/redmine/RedmineInstall). Therefore port is broken most of the time because versions do not match.

Fix: 

Keep fixed version of dependencies :

lang/ruby18 
www/rubygem-rails
www/rubygem-rack
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-07 11:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->decke

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Bernhard Froehlich freebsd_committer freebsd_triage 2010-09-07 14:16:19 UTC
What do you mean exactly by saying that it is broken most of the time?
Any incompatibilities or error messages?

I am aware of the fact that we currently do not enforce exact versions
of the ruby dependencies and that is what we agreed upon discussion.
Currently i test every update of redmine and also when someone updates
our ruby ports but did not notice any problems up to now. So please
describe more clearly what your problem is.

-- 
Bernhard Froehlich
http://www.bluelife.at/
Comment 3 Bernhard Froehlich freebsd_committer freebsd_triage 2010-12-08 14:29:36 UTC
State Changed
From-To: open->closed

No feedback received. Cannot reproduce.