[130111] trunk/dports/devel/omniORB/Portfile

larryv at macports.org larryv at macports.org
Fri Dec 26 21:51:30 PST 2014


Revision: 130111
          https://trac.macports.org/changeset/130111
Author:   larryv at macports.org
Date:     2014-12-26 21:51:30 -0800 (Fri, 26 Dec 2014)
Log Message:
-----------
omniORB: Rearrange and reformat

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

Modified: trunk/dports/devel/omniORB/Portfile
===================================================================
--- trunk/dports/devel/omniORB/Portfile	2014-12-27 05:15:27 UTC (rev 130110)
+++ trunk/dports/devel/omniORB/Portfile	2014-12-27 05:51:30 UTC (rev 130111)
@@ -8,30 +8,31 @@
 version             4.2.0
 categories          devel
 platforms           darwin
+universal_variant   no
 # executables are GPL, libs are LGPL
 license             {LGPL GPL-2+}
-conflicts_build     ${name}
-
 maintainers         nomaintainer
 
 description         high performance CORBA ORB for C++
 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/
-master_sites        sourceforge:project/omniorb/omniORB/omniORB-${version}/
 
+conflicts_build     ${name}
+
+master_sites        sourceforge:project/omniorb/omniORB/omniORB-${version}/
+use_bzip2           yes
 checksums           rmd160  0f9c18c95df9718d3a3b960cf24e1732a851a23d \
                     sha256  74c273fc997c2881b128feb52182dbe067acfecc4cf37475f43c104338eba8bc
 
-use_bzip2           yes
-
 patchfiles          patch-configure.diff \
                     patch-mk-beforeauto.mk.in.diff \
                     src_tool_omniidl_cxx_cccp_config-darwin.h.diff
+post-patch {
+    reinplace "s|\\(\$(CXXLINKOPTIONS)\\)|\\1 [get_canonical_archflags cxx]|g" \
+        ${worksrcpath}/mk/beforeauto.mk.in
+}
 
-universal_variant   no
-
 notes "
 To install omniORBpy use the port pyXX_omniORBpy\
 corresponding to the matching python variant selected here.
@@ -48,11 +49,6 @@
     configure.args-append --build=${build_arch}-apple-${os.platform}${os.version}
 }
 
-post-patch {
-    reinplace "s|\\(\$(CXXLINKOPTIONS)\\)|\\1 [get_canonical_archflags cxx]|g" \
-        ${worksrcpath}/mk/beforeauto.mk.in
-}
-
 variant ssl description {Enable SSL support} {
     configure.args-append   --with-openssl
     depends_lib-append      port:openssl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141226/2b5faa17/attachment.html>


More information about the macports-changes mailing list