From owner-freebsd-ruby@freebsd.org Mon Jun 27 21:27:49 2016 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40B83B85F51 for ; Mon, 27 Jun 2016 21:27:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2963826C9 for ; Mon, 27 Jun 2016 21:27:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 28B67B85F50; Mon, 27 Jun 2016 21:27:49 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28640B85F4F for ; Mon, 27 Jun 2016 21:27:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03F2A26C8 for ; Mon, 27 Jun 2016 21:27:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id C481320104 for ; Mon, 27 Jun 2016 17:27:42 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute3.internal (MEProxy); Mon, 27 Jun 2016 17:27:42 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=SWGNXRdoLLJoBwx qWm1DiXE1Rf4=; b=sbimpB18zv9X/QPT9MoWCsDqU065YQmankwC0ip7mO1xkSO LnbV3nqSGWFe7NItY1nUMj/dNhzFVYqvE5wctKmbNAKHyDH791Uu12Q1dgTm4ZSN Sz8qGgsU4M5K3bafJnBQRI6vxIqkM2fg6El9bsBb7r2oVMzmDbmFIFQsa+ac= Received: by mailuser.nyi.internal (Postfix, from userid 99) id 984D6CC6D3; Mon, 27 Jun 2016 17:27:42 -0400 (EDT) Message-Id: <1467062862.1861661.650140025.19C2D4BC@webmail.messagingengine.com> X-Sasl-Enc: lLhIadQ8ri9Srv+pz69yzy6qNvne06KejOWaKZfa4KvY 1467062862 From: Mark Felder To: ruby@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-92c7b58a In-Reply-To: <201606271733.u5RHXjCf033210@repo.freebsd.org> References: <201606271733.u5RHXjCf033210@repo.freebsd.org> Subject: Re: svn commit: r417673 - head/www/rubygem-redmine_acts_as_taggable_on Date: Mon, 27 Jun 2016 16:27:42 -0500 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2016 21:27:49 -0000 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