Date: Mon, 27 Jun 2016 16:27:42 -0500 From: Mark Felder <feld@FreeBSD.org> To: ruby@FreeBSD.org Subject: Re: svn commit: r417673 - head/www/rubygem-redmine_acts_as_taggable_on Message-ID: <1467062862.1861661.650140025.19C2D4BC@webmail.messagingengine.com> In-Reply-To: <201606271733.u5RHXjCf033210@repo.freebsd.org> References: <201606271733.u5RHXjCf033210@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I must apologize -- I just noticed this was NOT one of the redmine/ruby ports that I added recently, but one of my ports is the only in-tree object that depends on it. It was not polite for me to mindlessly stomp on it. If someone knows if/who anyone is using this and if I just flipped their world upside down by forcing it to rails4, please let me know. I actually need to update this port because while this commit fixes my initial issue with www/redmine-knowledgebase, this needs to be updated to 1.1.0 available from a Git fork by the Knowledgebase maintainer to actually work. It is the only maintained fork of this code. It should not break backwards compat. I'm about to submit a PR for this. Stand by... On Mon, Jun 27, 2016, at 12:33, Mark Felder wrote: > Author: feld > Date: Mon Jun 27 17:33:44 2016 > New Revision: 417673 > URL: https://svnweb.freebsd.org/changeset/ports/417673 > > Log: > www/rubygem-redmine_acts_as_taggable_on: Update RUN_DEPENDS for rails4 > > This port is a dependency of redmine-knowledgebase. Redmine now depends > on rails4. Changing the dependency to the newer gem that uses rails4 > enables this module to be buildable/installabale again. > > Not going to MFH as 2016Q2 has the old redmine that uses rails3. > > Modified: > head/www/rubygem-redmine_acts_as_taggable_on/Makefile > > Modified: head/www/rubygem-redmine_acts_as_taggable_on/Makefile > ============================================================================== > --- head/www/rubygem-redmine_acts_as_taggable_on/Makefile Mon Jun > 27 17:04:39 2016 (r417672) > +++ head/www/rubygem-redmine_acts_as_taggable_on/Makefile Mon Jun > 27 17:33:44 2016 (r417673) > @@ -3,6 +3,7 @@ > > PORTNAME= redmine_acts_as_taggable_on > PORTVERSION= 1.0.0 > +PORTREVISION= 1 > CATEGORIES= www rubygems > MASTER_SITES= RG > > @@ -11,7 +12,7 @@ COMMENT= Allows multiple Redmine plugins > > LICENSE= GPLv2 > > -RUN_DEPENDS= > rubygem-acts-as-taggable-on>=2.3:www/rubygem-acts-as-taggable-on > +RUN_DEPENDS= > rubygem-acts-as-taggable-on3>0:www/rubygem-acts-as-taggable-on3 > > NO_ARCH= yes > USE_RUBY= yes > -- Mark Felder ports-secteam member feld@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1467062862.1861661.650140025.19C2D4BC>