[117017] trunk/dports/lang/gccxml-devel/Portfile

mmoll at macports.org mmoll at macports.org
Wed Feb 12 13:16:38 PST 2014


Revision: 117017
          https://trac.macports.org/changeset/117017
Author:   mmoll at macports.org
Date:     2014-02-12 13:16:38 -0800 (Wed, 12 Feb 2014)
Log Message:
-----------
lang/gccxml-devel: whitespace only

Modified Paths:
--------------
    trunk/dports/lang/gccxml-devel/Portfile

Modified: trunk/dports/lang/gccxml-devel/Portfile
===================================================================
--- trunk/dports/lang/gccxml-devel/Portfile	2014-02-12 21:14:33 UTC (rev 117016)
+++ trunk/dports/lang/gccxml-devel/Portfile	2014-02-12 21:16:38 UTC (rev 117017)
@@ -1,32 +1,32 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup 		cmake 1.0
-PortGroup       github 1.0
+PortGroup           cmake 1.0
+PortGroup           github 1.0
 
-categories		lang
-platforms		darwin
-maintainers		nomaintainer
+categories          lang
+platforms           darwin
+maintainers         nomaintainer
 # See http://www.gccxml.org/HTML/Copyright.html for license details
-license			{GPL-2 BSD}
-github.setup    gccxml gccxml b040a46352e4d5c11a0304e4fcb6f7842008942a
-name			gccxml-devel
-version			20130919
-revision        1
-description		generates XML description of C++ code
-long_description	generates an XML description of a C++ program from GCC's \
-				internal representation
-homepage		http://www.gccxml.org/
+license             {GPL-2 BSD}
+github.setup        gccxml gccxml b040a46352e4d5c11a0304e4fcb6f7842008942a
+name                gccxml-devel
+version             20130919
+revision            1
+description         generates XML description of C++ code
+long_description    generates an XML description of a C++ program from GCC's \
+                    internal representation
+homepage            http://www.gccxml.org/
 checksums           rmd160  405b121c4362ca3b45759e656b30cb6a6cd3381c \
                     sha256  d9305a79c954054eb1fb7460994a60b6776987954b1771eda56115d800980be6
-universal_variant no
+universal_variant   no
 
 # gcxxml can be compiled with clang, but can't simulate clang. It should be able
 # to simulate gcc*, but gets confused by header files in /usr/include. The
 # default compiler it uses is the one used to compile it, so to get gccxml working
 # without having to set any options it seems easier to do this:
-configure.compiler llvm-gcc-4.2
+configure.compiler  llvm-gcc-4.2
 # XCode 5 doesn't include llvm-gcc-4.2, so make sure it is installed
 depends_build-append bin:llvm-gcc-4.2:llvm-gcc42
 # also need this compiler at runtime
-depends_run-append bin:llvm-gcc-4.2:llvm-gcc42
\ No newline at end of file
+depends_run-append  bin:llvm-gcc-4.2:llvm-gcc42
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140212/cb4ceaa7/attachment-0001.html>


More information about the macports-changes mailing list