From owner-freebsd-questions@freebsd.org Mon Dec 7 14:24:45 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 ED78B9B796C for ; Mon, 7 Dec 2015 14:24:45 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D30F114C for ; Mon, 7 Dec 2015 14:24:45 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmww144 with SMTP id w144so142521078wmw.1 for ; Mon, 07 Dec 2015 06:24:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Vmf+TU9WBPB52COEiI6Gj8bspQwv/K0Yx+pZpHUfvdk=; b=l5N82qmJRjSlkGJmS8X51i+bMd8TuUlUdTVgUKD3QhVBzBscgqMSXg9kRFnymPehVk NJ+GUPYm4iyu1srSJNokW6xhu8w3XMlTJmHesX26YXQBeZWJp8xBPsTCUphEznFisxXQ 82P4S/Z34HGnYtWQi8KvEBMNkJrAbFj9cn+ssdiSOMrue8G6n/sEvyTalJLNkHTZd8+k fooO5wq0cDGOK8DFf7X57h9QK5Iis+dWtvF5N+Ft459jqRSl2CwhnRbsBXOqoRamGpJ/ 2OUx9gMUk3MFbIv/ZKWCbTFIICRoqNNTxkw/6R3cqVBxQdypgusbJVde85CK6e7tPFEc vFvA== MIME-Version: 1.0 X-Received: by 10.194.9.169 with SMTP id a9mr33088609wjb.60.1449498284032; Mon, 07 Dec 2015 06:24:44 -0800 (PST) Received: by 10.194.192.33 with HTTP; Mon, 7 Dec 2015 06:24:43 -0800 (PST) In-Reply-To: References: Date: Mon, 7 Dec 2015 08:24:43 -0600 Message-ID: Subject: Re: Migrating to FreeBSD from Debian From: Adam Vande More To: Paul Stuffins Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 14:24:46 -0000 On Mon, Dec 7, 2015 at 8: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. https://www.freebsd.org/doc/handbook/ports.html -- Adam