From owner-freebsd-questions@freebsd.org Mon Dec 7 19:11:31 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53A4C9C1EA2 for ; Mon, 7 Dec 2015 19:11:31 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1EC17105F for ; Mon, 7 Dec 2015 19:11:30 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id tB7JBS1u046877 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 7 Dec 2015 12:11:28 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id tB7JBSuo046874; Mon, 7 Dec 2015 12:11:28 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 7 Dec 2015 12:11:28 -0700 (MST) From: Warren Block To: Stephen Cook cc: Paul Stuffins , freebsd-questions@freebsd.org Subject: Re: Migrating to FreeBSD from Debian In-Reply-To: <5665A42C.8090500@gmail.com> Message-ID: References: <5665A42C.8090500@gmail.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 07 Dec 2015 12:11:28 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 19:11:31 -0000 On Mon, 7 Dec 2015, Stephen Cook wrote: > On 12/7/2015 9:13 AM, Paul Stuffins wrote: > >> One of my main frustrations is upgrading installed ports, on Debian I just >> need to run "sudo apt-get update && sudo apt-get upgrade", but I have never >> been able to work out how to upgrade installed ports. > > > portmaster -a Only after reading the newest entries in /usr/ports/UPDATING and doing those first. Always, always read that first. Here is a complete overview of updating ports: http://www.wonkity.com/~wblock/docs/html/portupgrade.html