From owner-svn-ports-all@FreeBSD.ORG Sun Mar 3 00:51:02 2013 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9FED8EAA; Sun, 3 Mar 2013 00:51:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id 61468B36; Sun, 3 Mar 2013 00:51:02 +0000 (UTC) Received: from meatwad.mouf.net (cpe-098-122-135-254.nc.res.rr.com [98.122.135.254]) (authenticated bits=0) by mouf.net (8.14.5/8.14.5) with ESMTP id r230onBP017538 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Sun, 3 Mar 2013 00:50:57 GMT (envelope-from swills@FreeBSD.org) Message-ID: <51329E68.5070307@FreeBSD.org> Date: Sun, 03 Mar 2013 00:50:48 +0000 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: Eitan Adler Subject: Re: svn commit: r313289 - head/graphics/rubygem-opengl References: <201303022003.r22K3pUh023275@svn.freebsd.org> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mouf.net [199.48.129.64]); Sun, 03 Mar 2013 00:50:57 +0000 (UTC) X-Spam-Status: No, score=1.3 required=4.5 tests=RCVD_IN_RP_RNBL autolearn=no version=3.3.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.6 at mouf.net X-Virus-Status: Clean Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2013 00:51:02 -0000 On 03/03/13 00:36, Eitan Adler wrote: > On 2 March 2013 15:03, Steve Wills wrote: >> Log: >> - Fix build, at least with Ruby 1.9 > > The log does not match the action. Are you saying it doesn't build with Ruby 1.9 for you? Cause it does for me. > Does this not require a PORTEPOCH bump? > [10001 eitan@gravity (100)% ~ ]%pkg version -t 0.60.1 0.8.0 >> > > In fact, is this update going backwards or does upstream number versions oddly? > Has to do with the fact that it is actually a different gem. It used to be: http://rubygems.org/gems/ruby-opengl now it is: http://rubygems.org/gems/opengl I suppose PORTEPOCH is appropriate, sadly. I'll fix it, thanks for the heads up. Steve