Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2002 10:04:42 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Maxim Sobolev <sobomax@FreeBSD.org>
Cc:        ports@FreeBSD.org
Subject:   Re: Tools/scripts/patchtool.py
Message-ID:  <20020418100442.B90532@dragon.nuxi.com>
In-Reply-To: <3CBEED61.AFF1C3BC@FreeBSD.org>; from sobomax@FreeBSD.org on Thu, Apr 18, 2002 at 06:59:29PM %2B0300
References:  <20020418080638.A86691@dragon.nuxi.com> <3CBEED61.AFF1C3BC@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 18, 2002 at 06:59:29PM +0300, Maxim Sobolev wrote:
> Approved, but please leave the comment alone - the file assumes
> 4-spaces tabs.

I would like to commit this patch then:


Index: patchtool.py
===================================================================
RCS file: /home/ncvs/ports/Tools/scripts/patchtool.py,v
retrieving revision 1.9
diff -u -r1.9 patchtool.py
--- patchtool.py	17 Apr 2002 10:58:57 -0000	1.9
+++ patchtool.py	18 Apr 2002 17:04:02 -0000
@@ -1,4 +1,6 @@
 #!/usr/local/bin/python
+# ex:ts=4
+#-*- mode: Fundamental; tab-width: 4; -*-
 #
 # patchtool.py - a tool to automate common operation with patchfiles in the
 # FreeBSD Ports Collection.
@@ -50,7 +52,7 @@
 	DEV_NULL = '/dev/null'
 	ETC_MAKE_CONF = '/etc/make.conf'
 	
-	SLASH_REPL_SYMBOL = '::'	# The sysmbol to replace '/' when auto-generating
+	SLASH_REPL_SYMBOL = '_'	# The sysmbol to replace '/' when auto-generating
 							# patchnames
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020418100442.B90532>