From owner-freebsd-questions@FreeBSD.ORG Wed Apr 29 13:27:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9720106566C for ; Wed, 29 Apr 2009 13:27:02 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 243D18FC13 for ; Wed, 29 Apr 2009 13:27:01 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by bwz9 with SMTP id 9so1153227bwz.43 for ; Wed, 29 Apr 2009 06:27:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=IeypRx3/LYrH28oM9SefBtZNg0DCFzm8SqUMY+kyRak=; b=bHWjnv1tCFZuKyWRLB/SPc0CBrFcR2ve5hvs4+W1LkXo3lXQvHOHXccKAZNS9tZbvV MqCViSORl6dwnmdUJjq+kGPyyi3Xv7RGDRCA3erUdYYbqSVY1ZBPdXyiQSaT+uPPXXPD 8lFxJVG+s+1VQHGtK5km//KIfYxic/VpOBBaw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=r1Q8li4qzq5O28f8xmb/7ztsZBGmeWqjgMrZABrEU++OBmdstQo4EmdSQoL01QR8n1 yDFKI6JfdATvbfl25a6UV72UFT0BZPmb3ZYI6eVHBj/wpALwtr1qZ16QsZumZq/a9Hko aB74jdzIsZFZJzmm679aLYbs5kvnWO0mDkyPo= MIME-Version: 1.0 Received: by 10.223.115.193 with SMTP id j1mr200583faq.98.1241011620732; Wed, 29 Apr 2009 06:27:00 -0700 (PDT) Date: Wed, 29 Apr 2009 08:27:00 -0500 Message-ID: From: Andrew Gould To: FreeBSD Questions Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: release packages and portupgrade 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: Wed, 29 Apr 2009 13:27:03 -0000 I installed from the FreeBSD 7.2RC2 DVD. I added packages from the DVD, from the ftp site using pkg_add and the release directory, and by executing: portupgrade -NpPrR [package name] I have not updated the system or ports that were installed from the DVD. When I tried to install digikam (I'm taking another look at KDE stuff), I noticed many warning messages that installed packages were of earlier versions than required. Does portupgrade install only the version of a package indicated by the ports version? Does it look for the latest version at the FreeBSD ftp site? Thanks, Andrew