[59353] trunk/dports/python/py-omniORBpy/Portfile

stromnov at macports.org stromnov at macports.org
Tue Oct 13 14:01:47 PDT 2009


Revision: 59353
          http://trac.macports.org/changeset/59353
Author:   stromnov at macports.org
Date:     2009-10-13 14:01:46 -0700 (Tue, 13 Oct 2009)
Log Message:
-----------
sync with omniORB port, reformat according guidelines, expand mix of spaces and tabs to spaces

Modified Paths:
--------------
    trunk/dports/python/py-omniORBpy/Portfile

Modified: trunk/dports/python/py-omniORBpy/Portfile
===================================================================
--- trunk/dports/python/py-omniORBpy/Portfile	2009-10-13 20:54:13 UTC (rev 59352)
+++ trunk/dports/python/py-omniORBpy/Portfile	2009-10-13 21:01:46 UTC (rev 59353)
@@ -1,33 +1,35 @@
+# -*- 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              py-omniORBpy
-version           3.4
 
-categories        python devel
-platforms         darwin
-maintainers       stromnov openmaintainer
-description       Python binding for omniORB
-long_description  omniORB is a robust high performance CORBA ORB for C++ and \
-                  Python. omniORB is largely CORBA 2.6 compliant.
-homepage          http://omniorb.sourceforge.net/
+PortSystem          1.0
 
-distname          omniORBpy-${version}
-master_sites      sourceforge:omniorb
+name                py-omniORBpy
+version             3.4
+categories          python devel
+maintainers         stromnov openmaintainer
+description         Python bindings for omniORB
+long_description    omniORB is a robust high performance CORBA ORB for C++ and \
+                    Python. omniORB is largely CORBA 2.6 compliant.
+homepage            http://omniorb.sourceforge.net/
+platforms           darwin
+master_sites        sourceforge:omniorb
+
+distname            omniORBpy-${version}
+
 checksums           md5     d054e99c89c20f86927c52010e9e7449 \
                     sha1    e598bd25289d0a2a09da4c7241513202c8b9adb4 \
                     rmd160  5b389a31907510800ef0913e2e3855038e6a4cf9
 
-depends_lib       port:omniORB
-patchfiles        patch-dir.mk
+depends_lib         port:omniORB
+patchfiles          patch-dir.mk
 
 post-patch {
     reinplace "s|,prefix=\'\$PYTHON_PREFIX\'||g" ${worksrcpath}/configure
-    reinplace "s|,prefix=\'\$PYTHON_EXEC_PREFIX\'||g" ${worksrcpath}/configure
-}
+    reinplace "s|,prefix=\'\$PYTHON_EXEC_PREFIX\'||g" ${worksrcpath}/configure}
 
 variant ssl description {Enable SSL support} {
-	configure.args-append --with-openssl
-	depends_lib-append    port:openssl
+    configure.args-append   --with-openssl
+    depends_lib-append      port:openssl
 }
 
 if {![variant_isset python25] && ![variant_isset python26]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091013/e7030715/attachment.html>


More information about the macports-changes mailing list