From owner-freebsd-questions@freebsd.org Tue Dec 15 22:52:33 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 BC194A485D3 for ; Tue, 15 Dec 2015 22:52:33 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (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 9350C1253 for ; Tue, 15 Dec 2015 22:52:33 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: by mail-io0-x22c.google.com with SMTP id 186so37103754iow.0 for ; Tue, 15 Dec 2015 14:52:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wicELDmzl1/lg7Jp/bn/HlJIrLnUYIHvKr3s5lfJ/X4=; b=bBO6U8r6YnupfQT9/VY3oyAP2QLvOqUYP8XLoiJyqwzlrrvsC0BQgJBifNrt18Thtw /Nroj6m0UUAoh8Y0t7i6AFCTRtYg24PZxFEB6+S2psix0eeUqNxcWY4NO/+yHZ8OWeev e776H3ygv/cPjKsLXNk2AnfwlB/S3nRlI0dabp8sxvYIvzsDQi5N6hSIBhyZiIsePNC9 Zm8PKemizibYR60Yr0FYqUJO4C7xhN647CugKslli2NqqjAKvaDRt1ofomLvV2mJi6hW Kd8bNLy1lYv9hFDrH3cun2ru/xpsVJNOPmG4DX7PNRKSFVDAGit8SDqa4qiY87nIe3kZ bbkA== MIME-Version: 1.0 X-Received: by 10.107.16.213 with SMTP id 82mr7810261ioq.119.1450219953045; Tue, 15 Dec 2015 14:52:33 -0800 (PST) Received: by 10.79.119.152 with HTTP; Tue, 15 Dec 2015 14:52:33 -0800 (PST) Date: Tue, 15 Dec 2015 14:52:33 -0800 Message-ID: Subject: Migrating from ports to pkg From: Chris Stankevitz To: freebsd-questions Content-Type: text/plain; charset=UTF-8 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: Tue, 15 Dec 2015 22:52:33 -0000 Hello, I have been using "make" to install ports and "portsnap/portmaster" to update my system. But I'm over it now. I'm running 10.1-RELEASE and have very few ports installed. Is the migration from make/portsnap/portmaster -> pkg as simple as: pkg delete portmaster rm -rf /usr/ports pkg update pkg upgrade ? Thank you, Chris