From owner-svn-ports-head@FreeBSD.ORG Sat Dec 15 17:39:34 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C9CE7DD for ; Sat, 15 Dec 2012 17:39:34 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 158088FC15 for ; Sat, 15 Dec 2012 17:39:33 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so4659527oag.13 for ; Sat, 15 Dec 2012 09:39:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=xZ6y4bg5dWqo8ZrxnCxAnkvKAHZTt3fDjo1Hk40dXQs=; b=IsQVcfh6TsAyEVAM70vY45QnUJxJE7zC6ksJ6XrSSJLFeVflWpvPQ6MWNUbswoTWNH gxTjtIrnybuTJKNku93e16otRo2Q+V5P3D2HYyMr5hekVVutDT9Y4EaCEuKf+kJW8ObL 2qx2ftMuDJ4z2m2kK0qM9JkHEeFotdLyw7TgS+75ceEmsKGOIHkp2QQF4Ou/V3yKLtjX G1/JTazTGTNF1MDbbXrgj9hZin8z/Q9WbtUUTVQXeNRZJI8ihNGrbg9QWiiIWSa8orsQ 71Ih0fk4LOD/w2sW5urF0au0hwCC1jKYIAtnbtY6jBZNd6dg3KsRe/Vgq1XIkfA7M79a /c1Q== MIME-Version: 1.0 Received: by 10.60.32.234 with SMTP id m10mr6913715oei.7.1355593173320; Sat, 15 Dec 2012 09:39:33 -0800 (PST) Received: by 10.60.161.13 with HTTP; Sat, 15 Dec 2012 09:39:33 -0800 (PST) X-Originating-IP: [108.28.1.119] In-Reply-To: <201212151705.qBFH5kRM001138@svn.freebsd.org> References: <201212151705.qBFH5kRM001138@svn.freebsd.org> Date: Sat, 15 Dec 2012 12:39:33 -0500 Message-ID: Subject: Re: svn commit: r308955 - head/Tools/scripts From: "Philip M. Gollucci" To: Eitan Adler X-Gm-Message-State: ALoCoQlo5QEb5JvIBGbfBftIRctBYunW9or31YvYkdEG1Qh85MCpIV2NCMBJtU659y9hn7piyng7 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 17:39:34 -0000 += pgollucci@ please not near commit access. On Sat, Dec 15, 2012 at 12:05 PM, Eitan Adler wrote: > Author: eadler > Date: Sat Dec 15 17:05:45 2012 > New Revision: 308955 > URL: http://svnweb.freebsd.org/changeset/ports/308955 > > Log: > Teach the conversion script about all the nice people that offered to > reduce the number of wasted bytes in the world > > Modified: > head/Tools/scripts/convert-makefile-header.pl > > Modified: head/Tools/scripts/convert-makefile-header.pl > > ============================================================================== > --- head/Tools/scripts/convert-makefile-header.pl Sat Dec 15 > 16:56:58 2012 (r308954) > +++ head/Tools/scripts/convert-makefile-header.pl Sat Dec 15 > 17:05:45 2012 (r308955) > @@ -28,6 +28,8 @@ Usage: $bn [OPTION] PORT > _ENOUSAGE > } > > +my $nicepeople=".*(avilla@|bapt@|bdrewery@|beat@|eadler@|flo@|flz@|garga@ > |bsdkaffee@|linimon@|makc@|araujo@|rm@|villa.alberto@).*"; > + > sub get_creator($) { > my $header=shift; > my $creator; > @@ -99,7 +101,9 @@ MAIN: { > my $creator=get_creator(\@header); > my $mcom=get_mcom(\@header); > if(defined($creator)) { > - print $outh "# Created by: > $creator\n"; > + if ($creator!~m"$nicepeople"i) { > + print $outh "# Created by: > $creator\n"; > + } > } else { > print STDERR "$mf creator not > found. Reverting to RCS string only.\n"; > } > -- --------------------------------------------------------------------------------------------- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Operations, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.