From owner-cvs-all@FreeBSD.ORG Mon May 14 10:03:10 2012 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42EE5106566C; Mon, 14 May 2012 10:03:10 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id AADF08FC0A; Mon, 14 May 2012 10:03:09 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:51695] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id q4EA3LZi088479 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Mon, 14 May 2012 14:03:22 +0400 (MSK) From: Max Brazhnikov To: Alexey Dokuchaev Date: Mon, 14 May 2012 10:04:43 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.8.3; amd64; ; ) References: <201205131928.q4DJSeTb090342@repoman.freebsd.org> <20120514012249.GA76963@FreeBSD.org> In-Reply-To: <20120514012249.GA76963@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201205141004.43882.makc@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/libjpeg-turbo Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2012 10:03:10 -0000 On Mon, 14 May 2012 01:22:49 +0000, Alexey Dokuchaev wrote: > On Sun, May 13, 2012 at 07:28:40PM +0000, Max Brazhnikov wrote: > > makc 2012-05-13 19:28:40 UTC > > > > Modified files: > > graphics/libjpeg-turbo Makefile distinfo pkg-plist > > Log: > > Update to 1.2.0 [1] > > Normalize Makefile header > > It's still badly indented: top line uses spaces instead of one tab; date and > whom lines could benefit from two more tabs to align nicely with portname. Done, thanks! Cheers, Max