From owner-freebsd-ports@FreeBSD.ORG Fri Jan 16 14:47:52 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 881937F5; Fri, 16 Jan 2015 14:47:52 +0000 (UTC) Received: from mx1.rsle.net (mx1.rsle.net [IPv6:2607:ff40:b0b::4]) (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 45E2BB7D; Fri, 16 Jan 2015 14:47:50 +0000 (UTC) Received: from CLASSIFIED (CLASSIFIED [IPv6:2607:ff40:b0b::3:1415]) (authenticated bits=0) by mx1.rsle.net (8.14.9/8.14.9) with ESMTP id t0GElird004273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 16 Jan 2015 09:47:45 -0500 (EST) (envelope-from freebsd-ports@rsle.net) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.5 at antivirus.rsle.net Message-ID: <54B9248B.9080104@rsle.net> Date: Fri, 16 Jan 2015 09:47:39 -0500 From: "R. Scott Evans" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Larry Rosenman Subject: Re: tdb References: <54B92146.3060901@rsle.net> <09128b642757896623c9f03b0be63d6f@thebighonker.lerctr.org> In-Reply-To: <09128b642757896623c9f03b0be63d6f@thebighonker.lerctr.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mx1.rsle.net [IPv6:2607:ff40:b0b::2]); Fri, 16 Jan 2015 09:47:45 -0500 (EST) Cc: timur@freebsd.org, freebsd-ports@freebsd.org, owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2015 14:47:52 -0000 On 01/16/15 09:39, Larry Rosenman wrote: > On 2015-01-16 08:33, R. Scott Evans wrote: >> Admittedly I've only got a math minor, but isn't 1.3.4 > 1.2.13? ;-) >> >> # pkg version -IvL= >> tdb-1.2.13,1 > succeeds index (index has 1.3.4) >> >> -scott > the ,1 is the PORTEPOCH which apparently was changed because of a > version number regression. Well, I mention it because while I use "pkg version -IvL=", I know the FreeBSD Handbook section on updating ports instructs one to use 'pkg version -l "<"' which will cause this ports change to go unseen. Likewise, "portmaster -a" on my box didn't catch this and I had to specifically update/downgrade the port. -scott