[108169] trunk/dports/devel/orbit/Portfile

devans at macports.org devans at macports.org
Sun Jul 14 23:28:04 PDT 2013


Revision: 108169
          https://trac.macports.org/changeset/108169
Author:   devans at macports.org
Date:     2013-07-14 23:28:04 -0700 (Sun, 14 Jul 2013)
Log Message:
-----------
orbit: whitespace only.

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

Modified: trunk/dports/devel/orbit/Portfile
===================================================================
--- trunk/dports/devel/orbit/Portfile	2013-07-15 06:21:24 UTC (rev 108168)
+++ trunk/dports/devel/orbit/Portfile	2013-07-15 06:28:04 UTC (rev 108169)
@@ -1,31 +1,32 @@
 # -*- 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		orbit
-version		0.5.17
-revision	4
+name            orbit
+version         0.5.17
+revision        4
 set branch      [join [lrange [split ${version} .] 0 1] .]
-categories	devel
-license		{GPL-2+ LGPL}
-maintainers	nomaintainer
-description 	High-performance CORBA ORB with C lang support
-long_description    \
-    ORBit is a high-performance CORBA ORB with support for the C \
-    language. It allows programs to send requests and receive replies \
-    from other programs, regardless of the locations of the two \
-    programs.
-homepage    	http://orbit-resource.sourceforge.net/
-platforms	darwin
+categories      devel
+license         {GPL-2+ LGPL}
+maintainers     nomaintainer
+description     High-performance CORBA ORB with C lang support
+long_description \
+                ORBit is a high-performance CORBA ORB with support for the C \
+                language. It allows programs to send requests and receive replies \
+                from other programs, regardless of the locations of the two \
+                programs.
+homepage        http://orbit-resource.sourceforge.net/
 master_sites    gnome:sources/ORBit/${branch}/
-checksums	md5 35acc6f8d49d930b566104fcceb893d3
-distname    	ORBit-${version}
-use_bzip2	yes
-depends_lib 	port:glib1 port:gettext
+platforms       darwin
 
-patchfiles	patch-configure patch-m4-underquoted
+distname        ORBit-${version}
+use_bzip2       yes
+checksums       md5 35acc6f8d49d930b566104fcceb893d3
+depends_lib     port:glib1 port:gettext
 
+patchfiles      patch-configure patch-m4-underquoted
+
 post-patch {
     fs-traverse item ${worksrcpath} {
         if {"Makefile.in" == [file tail ${item}]} {
@@ -34,12 +35,12 @@
     }
 }
 
-configure.args	\
-    	LDFLAGS="-L${prefix}/lib" \
-	CPPFLAGS="-I${prefix}/include -DHAVE_LIMITED_WRITEV \
-	    	-DMAX_LIMITED_IOVECS=1024" \
-	CFLAGS="-O3 -fstrict-aliasing -funroll-loops" \
-	--infodir=${prefix}/share/info
+configure.args  \
+    LDFLAGS="-L${prefix}/lib" \
+    CPPFLAGS="-I${prefix}/include -DHAVE_LIMITED_WRITEV \
+            -DMAX_LIMITED_IOVECS=1024" \
+    CFLAGS="-O3 -fstrict-aliasing -funroll-loops" \
+    --infodir=${prefix}/share/info
 
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/ORBit/${branch}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130714/74ad1119/attachment.html>


More information about the macports-changes mailing list