From owner-svn-ports-all@FreeBSD.ORG Mon Dec 24 22:41:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BB8FC14; Mon, 24 Dec 2012 22:41:54 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-f173.google.com (mail-ie0-f173.google.com [209.85.223.173]) by mx1.freebsd.org (Postfix) with ESMTP id B58AE8FC0A; Mon, 24 Dec 2012 22:41:53 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id e13so9382261iej.32 for ; Mon, 24 Dec 2012 14:41:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=n8z8HLtm8EhfdpcH15eh2kULCvzhcVMGw9WIkIjxpWA=; b=RavuproBMmgxaasakaEI57N3MbZfhk0Tfd/0dgrGu8AxE4jplYTWoiWpG65en/PXNb tgiKYk4+AY+oybDXvJhAzGyMP6IwrmI9sWFkXanevHQKHdk1LtOgZcm08ZxH4UlAgWRd nwD73xsUfgo1iXxWp6sMgpHSVGd9sceBmeyva+oR0h1AV4P2+sN/predwDz4DmLcFItr 2okDLzywnxRKqpy+Q6yp52spfMwvswXY6WupLK19lwsTgkEZFutvwd76SRvYGWRJSwEq /ub+rsf9mqVLkOyfAc8RAPyrm6TNHlazpZgDVrofOB8oRDlnMPnN7+ftxx1I+gbWuUzF Hq4w== Received: by 10.50.202.97 with SMTP id kh1mr21518264igc.15.1356388906890; Mon, 24 Dec 2012 14:41:46 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.65.132 with HTTP; Mon, 24 Dec 2012 14:41:16 -0800 (PST) In-Reply-To: <20121216143845.GA43002@FreeBSD.org> References: <201212161356.qBGDutg3087340@svn.freebsd.org> <20121216143845.GA43002@FreeBSD.org> From: Chris Rees Date: Mon, 24 Dec 2012 22:41:16 +0000 X-Google-Sender-Auth: sC3mHiRgCL4FTIyRC2iL7sHr_58 Message-ID: Subject: Re: svn commit: r309007 - head/graphics/libqrencode To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, "ports-committers@freebsd.org" , "Vanilla I. Shu" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2012 22:41:54 -0000 On 16 December 2012 14:38, Alexey Dokuchaev wrote: > On Sun, Dec 16, 2012 at 01:56:55PM +0000, Vanilla I. Shu wrote: >> New Revision: 309007 >> URL: http://svnweb.freebsd.org/changeset/ports/309007 >> >> @@ -1,13 +1,9 @@ >> -# ex:ts=8 >> -# Ports collection makefile for: libqrencode >> -# Date created: Dec 14, 2006 >> -# Whom: ijliao >> +# Created by: ijliao >> # >> # $FreeBSD$ >> -# > > Sorry, but this is not standard header format: there should be no extra line > between "Created by" and $FreeBSD$, and "Created by" should be followed by > space, not a tab. I've made a patch for portlint to check for this. Improvements welcome :/ http://www.freebsd.org/cgi/query-pr.cgi?pr=174688 Chris