[110007] trunk/dports/databases
Ryan Schmidt
ryandesign at macports.org
Sat Aug 24 01:53:46 PDT 2013
On Aug 24, 2013, at 01:59, vince at macports.org wrote:
> Revision: 110007
> https://trac.macports.org/changeset/110007
> Author: vince at macports.org
> Date: 2013-08-23 23:59:51 -0700 (Fri, 23 Aug 2013)
> Log Message:
> -----------
> Initial commit
>
> Added Paths:
> -----------
> trunk/dports/databases/spatialite-tools/
> trunk/dports/databases/spatialite-tools/Portfile
>
> Added: trunk/dports/databases/spatialite-tools/Portfile
> ===================================================================
> --- trunk/dports/databases/spatialite-tools/Portfile (rev 0)
> +++ trunk/dports/databases/spatialite-tools/Portfile 2013-08-24 06:59:51 UTC (rev 110007)
> @@ -0,0 +1,47 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
> +# $Id$
> +
> +PortSystem 1.0
> +
> +name spatialite-tools
Hi Vincent. This file contains tabs, but the standard modeline, which you included, claims that only spaces will be used for indentation. Please convert the whitespace to spaces, indented at multiples of 4 spaces.
> +maintainers openmaintainer
"openmaintainer" by itself is not valid; see "port lint". If there is no maintainer, put "nomaintainer".
More information about the macports-dev
mailing list