From owner-freebsd-ports Thu Apr 18 10: 6: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id CC9E837B400; Thu, 18 Apr 2002 10:05:59 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g3IH5wYm090635; Thu, 18 Apr 2002 10:05:58 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g3IH4hiD090607; Thu, 18 Apr 2002 10:04:43 -0700 (PDT) Date: Thu, 18 Apr 2002 10:04:42 -0700 From: "David O'Brien" To: Maxim Sobolev Cc: ports@FreeBSD.org Subject: Re: Tools/scripts/patchtool.py Message-ID: <20020418100442.B90532@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20020418080638.A86691@dragon.nuxi.com> <3CBEED61.AFF1C3BC@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3CBEED61.AFF1C3BC@FreeBSD.org>; from sobomax@FreeBSD.org on Thu, Apr 18, 2002 at 06:59:29PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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