From owner-freebsd-questions@freebsd.org Sat Apr 16 14:41:44 2016 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 722E5B10E5D for ; Sat, 16 Apr 2016 14:41:44 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "miucha.iecc.com", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A4C21184 for ; Sat, 16 Apr 2016 14:41:44 +0000 (UTC) (envelope-from johnl@iecc.com) Received: (qmail 26974 invoked from network); 16 Apr 2016 14:41:42 -0000 Received: from unknown (64.57.183.18) by mail1.iecc.com with QMQP; 16 Apr 2016 14:41:42 -0000 Date: 16 Apr 2016 14:41:20 -0000 Message-ID: <20160416144120.10349.qmail@ary.lan> From: "John Levine" To: freebsd-questions@freebsd.org Cc: bsduser@cloudzeeland.nl Subject: Re: Ports upgrade script In-Reply-To: <2e223983-d2ff-fd97-caba-732fd92aa20b@cloudzeeland.nl> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 14:41:44 -0000 >So this part I replaced now with: > >portsnap fetch update > >kind of lost how to continue now... The usual approach is to use portmaster or portupgrade to upgrade your installed ports. To install a new port you do what you've always done, go to the port's directory under /usr/ports and type make install. R's, John