On Apr 1, 2012, at 10:39, [email protected] wrote: > Revision: 91418 > https://trac.macports.org/changeset/91418 > Author: [email protected] > Date: 2012-04-01 08:39:45 -0700 (Sun, 01 Apr 2012) > Log Message: > ----------- > Adjust TABs to 4 spaces.
But you're still using tabs for indentation. We want to use spaces for indentation. The modeline this port uses also says the indents are at two spaces, but as you said, and as our standard modeline says, we want to use four-space indentation. http://guide.macports.org/chunked/development.practices.html#development.practices.portstyle > Modified Paths: > -------------- > trunk/dports/gis/pgRouting/Portfile > > Modified: trunk/dports/gis/pgRouting/Portfile > =================================================================== > --- trunk/dports/gis/pgRouting/Portfile 2012-04-01 12:27:39 UTC (rev > 91417) > +++ trunk/dports/gis/pgRouting/Portfile 2012-04-01 15:39:45 UTC (rev > 91418) > @@ -1,69 +1,74 @@ > # -*- coding: utf-8; mode: tcl; tab-width: 2; indent-tabs-mode: nil; > c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=2:ts=2:sts=2 > # $Id$ [snip] _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
