[85248] trunk/dports/erlang/rebar/Portfile

bfulgham at macports.org bfulgham at macports.org
Tue Oct 11 21:33:01 PDT 2011


Revision: 85248
          http://trac.macports.org/changeset/85248
Author:   bfulgham at macports.org
Date:     2011-10-11 21:32:59 -0700 (Tue, 11 Oct 2011)
Log Message:
-----------
* Update to comply with lint --nitpick and Guide.
* Remove port revision change since sources are unchanged.
* Remove tab characters
* Put modeline back as first line in file.

Modified Paths:
--------------
    trunk/dports/erlang/rebar/Portfile

Modified: trunk/dports/erlang/rebar/Portfile
===================================================================
--- trunk/dports/erlang/rebar/Portfile	2011-10-12 04:10:01 UTC (rev 85247)
+++ trunk/dports/erlang/rebar/Portfile	2011-10-12 04:32:59 UTC (rev 85248)
@@ -1,16 +1,17 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem	1.0
-name		rebar
+PortSystem      1.0
+
+name            rebar
 # no real version available
-version		0.0.1
-revision	1
-categories	erlang devel
-platforms	darwin
+version         0.0.1
+categories      erlang devel
+platforms       darwin
 
-maintainers	uwe-arzt.de:mail openmaintainer
+maintainers     uwe-arzt.de:mail openmaintainer
 
-description	Rebar is an Erlang build tool that makes it easy to compile \
+description     Rebar is an Erlang build tool that makes it easy to compile \
                     and test Erlang applications, port drivers and releases.
 long_description    Rebar is a self-contained Erlang script, so it's easy to \
                     distribute or even embed directly in a project. Where possible, \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111011/c5dfd106/attachment.html>


More information about the macports-changes mailing list