From owner-freebsd-questions@FreeBSD.ORG Mon May 27 18:16:37 2013 Return-Path: Delivered-To: freebsd-questions@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 6CA58B4D for ; Mon, 27 May 2013 18:16:37 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 077F3296 for ; Mon, 27 May 2013 18:16:36 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id l18so4572247wgh.13 for ; Mon, 27 May 2013 11:16:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=JjcELrnVycm1IKDPFCogtB8vlkIoTvBCAQNfIOmBrvA=; b=pcXcJIKLcOXLo8T0qhJ153Uo98WY4r1JSb8z4IDLTh75+Lp4bwCivKFbWX+3wZ5NN8 pI9xvB6ymElwqgPTziWs1G3DQcQeteu8kLQQ1b8vtBymY/O0DsvPc3tVvqE4zUYbCQ+o fOt9KCWwfdTDUSCpHmddy9rBb/iCpPxJwTjG11i5toEqZJxxudz0dgXf4rONCAf/5m+/ 8DNlhtGOd44Qj081FG8lLFw+cJeik/r32D6DvYoO2dsLy2ftKTTyJWWdTyus5Nr/mY5R JSxny3/HeHsMoEDuLd652G7r+xzmExnKIFObWenCHJudAxeU0DPmF/rz0Ih7STG80ZG0 zEQQ== X-Received: by 10.180.108.175 with SMTP id hl15mr9259474wib.19.1369678595216; Mon, 27 May 2013 11:16:35 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPSA id d5sm19229815wic.1.2013.05.27.11.16.34 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 27 May 2013 11:16:34 -0700 (PDT) Date: Mon, 27 May 2013 19:16:33 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: pkg_version says my ports need to be updated? Message-ID: <20130527191633.70f45585@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2013 18:16:37 -0000 On Mon, 27 May 2013 11:00:52 -0700 Ed Flecko wrote: > Clearly, I'm doing something wrong. > > :-) > > I thought I was using svn to keep my ports, src and docs up to date, > but pkg_version seems to disagree. > > I'm running 9.1 and I've installed ports, src, and docs as part of my > install. After that, I use subversion to (I thought) make sure > everything was up to date. > > I ran these commands: > > /usr/local/bin/svn up /usr/src > > /usr/local/bin/svn up /usr/ports > > /usr/local/bin/svn up /usr/doc > > and it says "< needs updating (index has ...) on about 1 dozen items. > So my "index" is out of sync with my ports??? You updated the source code for the base system, and the ports tree (instructions for building and installing packages from source). You updated neither the base system nor the installed packages. Take another look at the handbook.