[95405] trunk/dports/devel/uncrustify/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jul 11 21:11:22 PDT 2012


Revision: 95405
          https://trac.macports.org/changeset/95405
Author:   ryandesign at macports.org
Date:     2012-07-11 21:11:22 -0700 (Wed, 11 Jul 2012)
Log Message:
-----------
uncrustify: fix whitespace to conform to modeline

Modified Paths:
--------------
    trunk/dports/devel/uncrustify/Portfile

Modified: trunk/dports/devel/uncrustify/Portfile
===================================================================
--- trunk/dports/devel/uncrustify/Portfile	2012-07-12 04:10:01 UTC (rev 95404)
+++ trunk/dports/devel/uncrustify/Portfile	2012-07-12 04:11:22 UTC (rev 95405)
@@ -1,25 +1,27 @@
 # -*- 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
+PortSystem          1.0
 
-name              uncrustify
-version           0.59
-categories        devel
-maintainers       nomaintainer
-description       Source code beautifier
-long_description  Banish crusty code with the Uncrustify C/C++/C#/D/Java/Pawn \
-                  source code beautifier. It indents, adds newlines, aligns, etc, \
-                  and is highly configurable.
-homepage          http://uncrustify.sourceforge.net/
-platforms         darwin
+name                uncrustify
+version             0.59
+categories          devel
+platforms           darwin
+maintainers         nomaintainer
+
+description         Source code beautifier
+
+long_description    Banish crusty code with the Uncrustify \
+                    C/C++/C#/D/Java/Pawn source code beautifier. It indents, \
+                    adds newlines, aligns, etc, and is highly configurable.
+
+homepage            http://uncrustify.sourceforge.net/
 master_sites        sourceforge:project/uncrustify/uncrustify/uncrustify-${version}
 
-checksums         md5     ebd8607286073c5234371aa35e085754 \
-                  sha1    233e4f6cb34ef7020ce49e5b5d14f0d46f277e31 \
-                  rmd160  433a04ddd3d477173fa31f16d05fd0a264436e64
+checksums           md5     ebd8607286073c5234371aa35e085754 \
+                    sha1    233e4f6cb34ef7020ce49e5b5d14f0d46f277e31 \
+                    rmd160  433a04ddd3d477173fa31f16d05fd0a264436e64
 
-livecheck.type    regex
-livecheck.url     http://sourceforge.net/projects/uncrustify/files/
-livecheck.regex   "(0\\.\\d+)"
-
+livecheck.type      regex
+livecheck.url       http://sourceforge.net/projects/uncrustify/files/
+livecheck.regex     "(0\\.\\d+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120711/c4d987f7/attachment.html>


More information about the macports-changes mailing list