From owner-cvs-ports@FreeBSD.ORG Thu Jun 14 20:24:39 2007 Return-Path: X-Original-To: cvs-ports@freebsd.org Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8504116A46C for ; Thu, 14 Jun 2007 20:24:39 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.230]) by mx1.freebsd.org (Postfix) with ESMTP id 7BF9313C4D9 for ; Thu, 14 Jun 2007 20:24:38 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by qb-out-0506.google.com with SMTP id f29so304849qba for ; Thu, 14 Jun 2007 13:24:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=K7IyfMUfcaXK2CKqKc/RtDIOzmOrOyFNfCMXDMihI/ceLK0RmIcZWCghl9fCGELSPtmf3Ftm4CrFmIVL+1cHnyeWjFKazP3Kd5x64h88Ql+gz+7oAWcaLSW/0hDAJLaPgZiJAVzCzxl+GWKsVUsRNUJJKacB+M7F75oAOWe0Vhc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=WVhGUcF+W1+apQ0uqPXVSZQRmEmegCs5sL7Fnx7plrhE3kLGipCdfvSh4rVhgLjAso125tBTHZeEiOSyADZGgM50/osWFMgNyznHIcTTuA3FPGsw08Zu7TAtbbaad1GfU3AvxVTJXdyA9zRuDLAi2hEb7bdHHyujaQSL+3bF4fI= Received: by 10.114.59.1 with SMTP id h1mr2233566waa.1181852677377; Thu, 14 Jun 2007 13:24:37 -0700 (PDT) Received: by 10.114.194.13 with HTTP; Thu, 14 Jun 2007 13:24:37 -0700 (PDT) Message-ID: Date: Fri, 15 Jun 2007 00:24:37 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Ion-Mihai Tetcu" In-Reply-To: <20070614231423.2380b09f@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706141310.l5EDAEYl085948@repoman.freebsd.org> <20070614131019.218AD16A5B0@hub.freebsd.org> <20070614231423.2380b09f@it.buh.tecnik93.com> X-Google-Sender-Auth: 560314c661927d6f Cc: cvs-ports@freebsd.org, Jimmy Olgeni , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/sysutils/usermin distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2007 20:24:39 -0000 On 6/15/07, Ion-Mihai Tetcu wrote: > On Thu, 14 Jun 2007 18:46:20 +0400 > "Andrew Pantyukhin" wrote: > > > On 6/14/07, Jimmy Olgeni wrote: > > > -MD5 (usermin-1.280.tar.gz) = 9a02de50b8b272b61f6d14628da2759b > > > -SHA256 (usermin-1.280.tar.gz) = > > > fc9d0a284fa3439dcdf34034f306fe08e0e4c6637beb9e272ccee4a03057e7db > > > -SIZE (usermin-1.280.tar.gz) = 5169923 +MD5 (usermin-1.280.tar.gz) > > > = 6f9a44e60f64626428269d754510828c +SHA256 (usermin-1.280.tar.gz) = > > > 9d1a849f40ed8192074961e438282994533f6c31cac91f50fbb4f964229d320b > > > +SIZE (usermin-1.280.tar.gz) = 5171054 > > > > It's not a policy in FreeBSD ports (it is in pkgsrc, > > for example), but please consider changing dist_subdir > > when files are rerolled in-place. It eases the lives > > of some of us. > > I think this is a very good idea esp. for automated script for fetching > new distfiles, like I'm using. Maybe we should make it policy. Are you > aware of any disadvantages ? There was a big bikeshed about this on our mailing- lists a few months ago.