[33196] trunk/dports/devel/dbus-python25/Portfile

nox at macports.org nox at macports.org
Sun Jan 20 18:08:01 PST 2008


Revision: 33196
          http://trac.macosforge.org/projects/macports/changeset/33196
Author:   nox at macports.org
Date:     2008-01-20 18:07:59 -0800 (Sun, 20 Jan 2008)

Log Message:
-----------
dbus-python25: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/devel/dbus-python25/Portfile

Modified: trunk/dports/devel/dbus-python25/Portfile
===================================================================
--- trunk/dports/devel/dbus-python25/Portfile	2008-01-21 02:05:44 UTC (rev 33195)
+++ trunk/dports/devel/dbus-python25/Portfile	2008-01-21 02:07:59 UTC (rev 33196)
@@ -1,41 +1,45 @@
 # $Id$
-PortSystem 1.0
-name		dbus-python25
-version		0.82.4
-description	Python bindings for the dbus message bus system.
-long_description	${description}
-maintainers	nomaintainer
-categories	devel
-platforms	darwin
+
+PortSystem      1.0
+
+name            dbus-python25
+version         0.82.4
+maintainers     nomaintainer
+categories      devel
+platforms       darwin
+description     Python bindings for the dbus message bus system.
+
+long_description \
+    ${description}
+
 homepage        http://www.freedesktop.org/Software/dbus
 master_sites    http://dbus.freedesktop.org/releases/dbus-python
+distname        dbus-python-${version}
 
 checksums       md5 f491e0372128a6d1178b210a8b1a842f \
                 sha1 6675106364c3865a38a9196e314508e7aae2f8b6 \
                 rmd160 c934c38c7b6681aa419d005a4a73ab05ffdddac1
 
-distname	dbus-python-${version}
+depends_build   port:pkgconfig
 
-depends_lib	\
-	port:dbus \
-	port:dbus-glib \
-	port:gettext \
-	port:glib2 \
-	port:libiconv \
-	port:python25 \
-	port:py25-gobject \
-	port:py25-numeric
-depends_build	\
-	port:pkgconfig
+depends_lib     port:dbus \
+                port:dbus-glib \
+                port:gettext \
+                port:glib2 \
+                port:libiconv \
+                port:python25 \
+                port:py25-gobject \
+                port:py25-numeric
 
-configure.python	${prefix}/bin/python2.5
-configure.args	--mandir=${prefix}/share/man
+configure.args  --mandir=${prefix}/share/man
 
+configure.python    ${prefix}/bin/python2.5
+
 platform darwin 9 {
-	post-patch {
-		reinplace  "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_bindings/Makefile.am
-		reinplace  "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_bindings/Makefile.in
-		reinplace  "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_glib_bindings/Makefile.am
-		reinplace  "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_glib_bindings/Makefile.in
-	}
+    post-patch {
+        reinplace  "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_bindings/Makefile.am
+        reinplace  "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_bindings/Makefile.in
+        reinplace  "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_glib_bindings/Makefile.am
+        reinplace  "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_glib_bindings/Makefile.in
+    }
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080120/0118a45c/attachment.html


More information about the macports-changes mailing list