From owner-freebsd-questions@FreeBSD.ORG Fri Dec 10 21:12:43 2010 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 B06B810656A4 for ; Fri, 10 Dec 2010 21:12:43 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 696228FC0C for ; Fri, 10 Dec 2010 21:12:43 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PRAGf-0005WK-Px for freebsd-questions@freebsd.org; Fri, 10 Dec 2010 22:12:41 +0100 Received: from pool-173-79-85-36.washdc.fios.verizon.net ([173.79.85.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Dec 2010 22:12:41 +0100 Received: from nightrecon by pool-173-79-85-36.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Dec 2010 22:12:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Fri, 10 Dec 2010 16:13:02 -0500 Lines: 30 Message-ID: References: <2084B8F03D9B43BF90E12CAAA0E0CC1B@GRANTDESKTOP> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-85-36.washdc.fios.verizon.net Subject: Re: Updating 1 single port. 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: Fri, 10 Dec 2010 21:12:43 -0000 Warren Block wrote: > On Fri, 10 Dec 2010, Michael Powell wrote: > >> Grant Peel wrote: >> >>> I suspect I have an issue with Proftpd and need to update it quickly. At >>> Christmas break we will be apdating all ports and src, but for now, I >>> would like to get the latest version of Proftpd up. >>> >>> What is the best / quickest method of getting 1 single port updated? >>> (Proftpd 1.3.3c) >> >> Since this is in the ports, refresh your ports tree. Then just cd to >> /usr/ports/ftp/proftpd and do make && make deinstall && make reinstall. > > make clean deinstall install > > is a little safer. But the problem that many people run into is that > they haven't updated other installed ports, including infrastructure > like the autotools ports that were updated today. So when they try to > update a single port, things it depends on are missing or outdated. Excellent point indeed! The autotools "fun" - a perfect case in point. While you may be able to get away with a simple update some of the time, that is certainly not true all of the time. -Mike