[90327] trunk/dports/lang/sbcl/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat Mar 3 21:16:30 PST 2012
On Mar 2, 2012, at 04:02, easieste at macports.org wrote:
> Revision: 90327
> http://trac.macports.org/changeset/90327
> Author: easieste at macports.org
> Date: 2012-03-02 02:02:01 -0800 (Fri, 02 Mar 2012)
> Log Message:
> -----------
> lang/sbcl:comments rationalize the line width on the file
>
> Use '#' broken into 80 char lines, forcing Emacs, vi, svn and their
> descedents should all be able to grok that their customizations may
> not longer necessarily be in the first line of the header comments.
>
> Modified Paths:
> --------------
> trunk/dports/lang/sbcl/Portfile
>
> Modified: trunk/dports/lang/sbcl/Portfile
> ===================================================================
> --- trunk/dports/lang/sbcl/Portfile 2012-03-02 09:58:42 UTC (rev 90326)
> +++ trunk/dports/lang/sbcl/Portfile 2012-03-02 10:02:01 UTC (rev 90327)
> @@ -1,4 +1,5 @@
> -# -*- 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
> +# 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 -*-
> # $Id$
We don't do this in other ports. The Guide shows that we want the modeline all on the first line. You should put this back the way it was.
Or, if you believe there is an advantage to breaking the modeline into two lines, then we should discuss that on the -dev list, so that we can reach a consensus that can be applied to all ports.
More information about the macports-dev
mailing list