[34393] trunk/base/src/port

raimue at macports.org raimue at macports.org
Fri Feb 22 17:35:32 PST 2008


Revision: 34393
          http://trac.macosforge.org/projects/macports/changeset/34393
Author:   raimue at macports.org
Date:     2008-02-22 17:35:31 -0800 (Fri, 22 Feb 2008)

Log Message:
-----------
port/port*.tcl
Remove backslash from modeline because vim complains about it

Modified Paths:
--------------
    trunk/base/src/port/port.tcl
    trunk/base/src/port/portindex.tcl
    trunk/base/src/port/portmirror.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2008-02-23 01:21:24 UTC (rev 34392)
+++ trunk/base/src/port/port.tcl	2008-02-23 01:35:31 UTC (rev 34393)
@@ -1,5 +1,6 @@
 #!/bin/sh
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 \
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# Run the Tcl interpreter \
 exec @TCLSH@ "$0" "$@"
 # port.tcl
 # $Id$

Modified: trunk/base/src/port/portindex.tcl
===================================================================
--- trunk/base/src/port/portindex.tcl	2008-02-23 01:21:24 UTC (rev 34392)
+++ trunk/base/src/port/portindex.tcl	2008-02-23 01:35:31 UTC (rev 34393)
@@ -1,5 +1,6 @@
 #!/bin/sh
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 \
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# Run the Tcl interpreter \
 exec @TCLSH@ "$0" "$@"
 
 # Traverse through all ports, creating an index and archiving port directories

Modified: trunk/base/src/port/portmirror.tcl
===================================================================
--- trunk/base/src/port/portmirror.tcl	2008-02-23 01:21:24 UTC (rev 34392)
+++ trunk/base/src/port/portmirror.tcl	2008-02-23 01:35:31 UTC (rev 34393)
@@ -1,5 +1,6 @@
 #!/bin/sh
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 \ 
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# Run the Tcl interpreter \
 exec @TCLSH@ "$0" "$@"
 # portmirror.tcl
 # $Id$

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080222/ea65db6d/attachment.html 


More information about the macports-changes mailing list