From edwin@mavetju.org  Thu Oct  5 16:05:56 2006
Return-Path: <edwin@mavetju.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1EE5E16A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Oct 2006 16:05:56 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 582B643D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Oct 2006 16:05:49 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: by mail4out.barnet.com.au (Postfix, from userid 1001)
	id B833137B92E; Fri,  6 Oct 2006 02:05:48 +1000 (EST)
Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mail4.barnet.com.au (Postfix) with ESMTP id 8CF4A423041
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Oct 2006 02:05:48 +1000 (EST)
Received: from k7.mavetju (k7.mavetju.org [10.251.1.18])
	by mail4auth.barnet.com.au (Postfix) with ESMTP id 3D97937B4CD
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Oct 2006 02:05:48 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 1905233C; Fri,  6 Oct 2006 02:05:48 +1000 (EST)
Message-Id: <20061005160548.1905233C@k7.mavetju>
Date: Fri,  6 Oct 2006 02:05:48 +1000 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: bsd.lua.mk - whitespace cleanup
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104017
>Category:       ports
>Synopsis:       bsd.lua.mk - whitespace cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alepulver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 05 16:10:23 GMT 2006
>Closed-Date:    Thu Oct 05 18:17:49 GMT 2006
>Last-Modified:  Thu Oct  5 18:20:20 GMT 2006
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386

>Description:

The whitespace police is back in town

>How-To-Repeat:
>Fix:

Index: bsd.lua.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.lua.mk,v
retrieving revision 1.1
diff -u -r1.1 bsd.lua.mk
--- bsd.lua.mk	15 Sep 2006 06:57:07 -0000	1.1
+++ bsd.lua.mk	5 Oct 2006 16:04:57 -0000
@@ -76,13 +76,14 @@
 # LUA_INCDIR	- The directory where Lua and tolua header files are installed.
 # LUA_LIBDIR	- The directory where Lua and tolua libraries are installed.
 # LUA_MODLIBDIR	- The directory where Lua modules (.lua) are installed.
-# LUA_MODSHAREDIR	- The directory where Lua module libraries (.so) are
-#					  installed.
-# LUA_PKGNAMEPREFIX	- The package name prefix used by Lua modules.
+# LUA_MODSHAREDIR
+#				- The directory where Lua module libraries (.so) are installed.
+# LUA_PKGNAMEPREFIX
+#				- The package name prefix used by Lua modules.
 #
 # Examples:
 # - A port that needs Lua 4.0 and tolua (also 4.0) libraries (lua for building
-#   and running and tolua for building).
+#	and running and tolua for building).
 #	USE_LUA=	4.0
 #	LUA_COMPS=	lua tolua
 # - A port that needs Ruby bindings for Lua 5.0 for building and running.
@@ -94,7 +95,7 @@
 # - A port that needs Lua version 5.0 or higher for building and running.
 #	USE_LUA=	5.0+
 # - A port that needs Lua of any version other than 5.1 for building and
-#   running.
+#	running.
 #	USE_LUA_NOT=5.1
 #
 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 5 16:10:57 UTC 2006 
Responsible-Changed-Why:  
bsd.lua.mk is alepulver territory 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104017 
State-Changed-From-To: open->closed 
State-Changed-By: alepulver 
State-Changed-When: Thu Oct 5 18:17:28 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104017 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104017: commit references a PR
Date: Thu,  5 Oct 2006 18:17:37 +0000 (UTC)

 alepulver    2006-10-05 18:17:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.lua.mk 
   Log:
   - The whitespace police is back in town.
   
   PR:             ports/104017
   Submitted by:   Edwin Groothuis <edwin@mavetju.org>
   
   Revision  Changes    Path
   1.2       +7 -6      ports/Mk/bsd.lua.mk
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
