From owner-freebsd-questions@FreeBSD.ORG Tue Feb 26 20:10:23 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFDAA106567B for ; Tue, 26 Feb 2008 20:10:23 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9A1BB13C474 for ; Tue, 26 Feb 2008 20:10:23 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=lBQaCvEcoRf1BsBvGjQA:9 a=ZaTk7xT6mEiqYJBIB_wA:7 a=Wuib9s_oOAWxqX-4XcycjizPWREA:4 a=_-MZao9uZwoA:10 a=LY0hPdMaydYA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp07.embarq.synacor.com smtp.mail=bsd-unix@embarqmail.com; spf=neutral Authentication-Results: smtp07.embarq.synacor.com smtp.user=rpratt1950@embarqmail.com; auth=pass (LOGIN) Received-SPF: neutral (smtp07.embarq.synacor.com: 76.6.195.171 is neither permitted nor denied by domain of embarqmail.com) Received: from [76.6.195.171] ([76.6.195.171:56274] helo=kt.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.1.21 r(19176)) with ESMTPA id D1/C9-23048-21E64C74; Tue, 26 Feb 2008 14:52:51 -0500 Date: Tue, 26 Feb 2008 14:52:49 -0500 From: Randy Pratt To: "Michael W. Lucas" Message-Id: <20080226145249.e09846e9.bsd-unix@embarqmail.com> In-Reply-To: <20080226180859.GA5098@bewilderbeast.blackhelicopters.org> References: <20080226180859.GA5098@bewilderbeast.blackhelicopters.org> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.8; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Portmaster error or actual bug? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 20:10:24 -0000 On Tue, 26 Feb 2008 13:08:59 -0500 "Michael W. Lucas" wrote: > Hi, > > Not sure if this is a bug, but it sure looks like one to me. > > I run: > > # portmaster -o lang/expect-devel expect-5.43.0_3 > > expecting to replace Expect 5.43 with the version in expect-devel > (5.44). Instead, it reinstalls expect-5.43. > > Am I doing something wrong? Or is this an actual bug in portmaster? > I think this has been reported and Doug Barton has a patch for it already: http://docs.freebsd.org/cgi/mid.cgi?47BF5119.2060000 I don't think its been committed yet though. HTH, Randy --