From owner-cvs-ports@FreeBSD.ORG Fri Jun 17 00:09:08 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 866DE1065672; Fri, 17 Jun 2011 00:09:08 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 60F308FC15; Fri, 17 Jun 2011 00:09:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id E8D28170F9; Thu, 16 Jun 2011 20:09:07 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received; s=aegis; t= 1308269347; bh=usidvrjX1yghmFd6pRRWJ+eptuNFyi75IU+RhqmnOBY=; b=Q x1CjVPJ+pQylS4dki1GVUbzf4u19X7lsev5gWV53RplkMZt1qXCukG8yVNDr+2fQ PS5Jed0YvP0P1zmLS99KVC5oLg84Qtb1CO2hDaCvbVPhr5rApvdLnbD4vBcKJM2b FDLv2K3udrI/iMuAQO4QAh4QqTP9ay0sW0QRcgsWOY= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id FKkuLTnhyiYy; Thu, 16 Jun 2011 20:09:07 -0400 (EDT) Date: Thu, 16 Jun 2011 20:09:03 -0400 From: Sahil Tandon To: Stephen Montgomery-Smith Message-ID: <20110617000903.GC19139@magic.hamla.org> References: <201106162238.p5GMcfrV085514@repoman.freebsd.org> <20110616231146.GA19139@magic.hamla.org> <4DFA940C.2030909@missouri.edu> <20110616234556.GB19139@magic.hamla.org> <4DFA9A65.5050006@missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DFA9A65.5050006@missouri.edu> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "cvs-ports@FreeBSD.org" , Stephen Montgomery-Smith , "cvs-all@FreeBSD.org" , "ports-committers@FreeBSD.org" Subject: Re: cvs commit: ports/astro/orsa Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2011 00:09:08 -0000 On Thu, 2011-06-16 at 19:05:57 -0500, Stephen Montgomery-Smith wrote: > Sahil Tandon wrote: > >On Thu, 2011-06-16 at 18:38:52 -0500, Stephen Montgomery-Smith wrote: > > > >>Sahil Tandon wrote: > >>>On Thu, 2011-06-16 at 22:38:41 +0000, Stephen Montgomery-Smith wrote: > >>> > >>>>stephen 2011-06-16 22:38:41 UTC > >>>> > >>>> FreeBSD ports repository > >>>> > >>>> Modified files: > >>>> astro/orsa Makefile > >>>> Log: > >>>> - Track updated dependency > >>>> - Bump PORTREVISION > >>> > >>>Please remember to bump other ports that are affected by the math/GiNaC > >>>shlib change. > >> > >>Already done. The only other port that uses math/GiNaC is > >>math/octave-forge-symbolic, and that port was updated at the same > >>time as math/GiNaC. > > > >Really? Then was this wrong a few months ago: > > > >http://lists.freebsd.org/pipermail/cvs-ports/2011-March/213042.html > > If you look inside the Makefile of science/mbdyn, it has: > > GINAC "Enable GiNaC-support (not implemented yet)" off > > That is why I decided it wasn't necessary to bump this port's portrevision. > > But now that I think about it, I guess that technically someone > might have decided to build this port with this option set to on, > and maybe I should have checked to see if the port then built even > though it said this option is "not implemented yet". > > This port's maintainer is maho who is one of my mentors, and I did > ask them about this. OK, thanks for explaining your rationale. My confusions stems from seeing bumps in March that were not present this time around. -- Sahil Tandon