From owner-freebsd-questions@FreeBSD.ORG Sat Dec 11 00:25:05 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 585F9106566B for ; Sat, 11 Dec 2010 00:25:05 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id D5C918FC13 for ; Sat, 11 Dec 2010 00:25:03 +0000 (UTC) Received: by wwf26 with SMTP id 26so4045568wwf.31 for ; Fri, 10 Dec 2010 16:25:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=AX537nslTtyrWUUt+1Ck/FeK36eniFrlOjSl+9wrW7k=; b=KYL4jufPPTpt27IScVyLNd0iyZfaAIH1Lqwn6uw+avGbzahj2/Puf5i3zIlOKO28am D0gfTZdSvjVYL1A05QNcOtsIvajvo6DUNdxO1pUoFgGXgIxvg5zPZTwDHHwSn7hMw3/G ertvOPmnIvIMyJ7ndVV5uEaI570uYLQNDMv30= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=xi5vwqTpFlfbENdjinHsQzqVTKQj9TWE7IdUFmT6onSnYYhd8BpsFhlV66jB3ibKm/ rRAwQZuVY7rsZth4h843RhIFlhXjwmuVj+djdqx952YW1WwuzyfuLkK7EeFpDnF2medA U9Jrf4KZiQJCznXhMMpD5ETiTre8Eei9w0S8k= Received: by 10.216.17.204 with SMTP id j54mr68516wej.108.1292027102945; Fri, 10 Dec 2010 16:25:02 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id n1sm1797594weq.31.2010.12.10.16.25.00 (version=SSLv3 cipher=RC4-MD5); Fri, 10 Dec 2010 16:25:01 -0800 (PST) Date: Sat, 11 Dec 2010 00:24:58 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20101211002458.2f2e7cb7@gumby.homeunix.com> In-Reply-To: References: <2084B8F03D9B43BF90E12CAAA0E0CC1B@GRANTDESKTOP> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Sat, 11 Dec 2010 00:25:05 -0000 On Fri, 10 Dec 2010 13:07:00 -0700 (MST) 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. And I would suggest running pkg_create -b, in advance, just in case the install fail and you are left with a deinstalled port. Portupgrade does that automatically.