Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2017 11:05:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 220301] www/redmine needs PORTREVISION bump after rubygem upgrade
Message-ID:  <bug-220301-21402-AjcPwcsZKO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220301-21402@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220301-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Miroslav Lachman <000.fbsd@quip.cz> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to ruby@FreeBSD.or=
g:
Bug 220301: www/redmine needs PORTREVISION bump after rubygem upgrade
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220301



--- Description ---
I filed a bunch of Redmine related PRs in the past and some of them can be
solved by bumping Redmine PORTREVISION after some of the dependencies rubyg=
em
are upgraded.=20

Redmine has fixed version numbers dependencies, e.g.:

Today's upgrade:
	rubygem-thin: 1.7.0_1 -> 1.7.1
	rubygem-roadie: 3.2.1_1 -> 3.2.2
	rubygem-pkg-config: 1.2.0 -> 1.2.3
	rubygem-nokogiri: 1.7.2 -> 1.8.0
	rubygem-mail: 2.6.5,2 -> 2.6.6,2
	rubygem-jbuilder: 2.6.4 -> 2.7.0
	rubygem-bundler: 1.15.0 -> 1.15.1

Then Redmine cannot be restarted:

/usr/local/lib/ruby/gems/2.3/gems/bundler-1.15.1/lib/bundler/spec_set.rb:87=
:in
`block in materialize': Could not find nokogiri-1.7.2 in any of the sources
(Bundler::GemNotFound)

So I must use 'pkg upgrade -f redmine` to fix this issue.

Are there any mechanism in ports framework to watch these changes in
dependencies version numbers and automatically bump PORTREVISION or at least
notify port maintainer?

It is really annoying to have Redmine broken after each pkg upgrade and make
upgrades thru Ansible very difficult task.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220301-21402-AjcPwcsZKO>