From owner-freebsd-questions@FreeBSD.ORG Mon Dec 3 17:52:31 2007 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 590C016A47F for ; Mon, 3 Dec 2007 17:52:31 +0000 (UTC) (envelope-from fbsd06+Q2=b481e907@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by mx1.freebsd.org (Postfix) with ESMTP id 3AA7C13C45D for ; Mon, 3 Dec 2007 17:52:31 +0000 (UTC) (envelope-from fbsd06+Q2=b481e907@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id B99C1D05BD for ; Mon, 3 Dec 2007 12:52:29 -0500 (EST) Date: Mon, 3 Dec 2007 17:52:21 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071203175221.4373a0b4@gumby.homeunix.com.> In-Reply-To: <4754261D.4080505@gmail.com> References: <838C9DC4-2138-467B-B88A-D0AAAE988856@todoo.biz> <4754261D.4080505@gmail.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: Calculating checksum in ports 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: Mon, 03 Dec 2007 17:52:31 -0000 On Mon, 03 Dec 2007 10:51:57 -0500 "Aryeh M. Friedman" wrote: > bsd wrote: > > Hello, > > > > There is a way to calculate the checksum in ports using make with > > an argument=E2=80=A6 > cd /usr/ports/... > make sums That should be: make makesum (assuming the intent is to update distinfo, rather than to verify the distfiles)