From owner-freebsd-newbies@FreeBSD.ORG Sat Mar 13 15:09:38 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA9DF16A4CE for ; Sat, 13 Mar 2004 15:09:38 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9549843D1F for ; Sat, 13 Mar 2004 15:09:38 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sat, 13 Mar 2004 17:10:05 -0600 Message-ID: <405394B0.70504@daleco.biz> Date: Sat, 13 Mar 2004 17:09:36 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Luis Motta References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Mar 2004 23:10:05.0562 (UTC) FILETIME=[5246C5A0:01C40950] cc: freebsd-newbies@freebsd.org Subject: Re: Ports! my surprise X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2004 23:09:38 -0000 Luis Motta wrote: >Hello!! >I put here in my home, cable modem conection, and then i be able to connect >in internet. >And download and instaling some ports... >For my surprise the ports for some software are very old... >Like nessus... >What is the problem? > >I ask > >Luis > > Your ports tree is probably out of date. www.nessus.org reports, "The latest stable release is 2.0.10"... My ports tree was updated on February 28th: $more /usr/ports/security/nessus/Makefile | grep PORTVERSION= PORTVERSION= 2.0.10a So you can see that the tree is actually "even" with the master site's version information. You probably need to update your ports tree. You probably should investigate cvsup, which is described in chapter 21 in reference to FreeBSD source code; by using cvsup in combination with a "ports-supfile" (see /usr/share/examples/cvsup/) you can update your ports tree and have newer skeletons. You can read about "portupgrade" in the handbook, section 4.5.5; it's useful for updating old ports that are already installed. HTH, Kevin Kinsey DaleCo, S.P.