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

stromnov at macports.org stromnov at macports.org
Tue Oct 13 13:02:37 PDT 2009


Revision: 59349
          http://trac.macports.org/changeset/59349
Author:   stromnov at macports.org
Date:     2009-10-13 13:02:35 -0700 (Tue, 13 Oct 2009)
Log Message:
-----------
update version to 4.1.4, take maintainership openmaintainer, ensure installation in python framework

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

Modified: trunk/dports/devel/omniORB/Portfile
===================================================================
--- trunk/dports/devel/omniORB/Portfile	2009-10-13 19:54:56 UTC (rev 59348)
+++ trunk/dports/devel/omniORB/Portfile	2009-10-13 20:02:35 UTC (rev 59349)
@@ -1,11 +1,11 @@
 # $Id$
 PortSystem        1.0
 name              omniORB
-version           4.1.3
+version           4.1.4
 
 categories        devel
 platforms         darwin
-maintainers       nomaintainer
+maintainers       stromnov openmaintainer
 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.
@@ -13,13 +13,18 @@
 
 distname          omniORB-${version}
 master_sites      sourceforge:omniorb
-checksums         md5     8a7b583e98ee78f10d8c43014dcaa923 \
-                  sha1    7af7181b5b3217287bd8471ab0145cbd729cf988 \
-                  rmd160  4989cfdf5fb7d81242af8de9db4e3da003394b26
+checksums         md5     1f6070ff9b6339876976d61981eeaa6a \
+                  sha1    7150d999bcef10c6c3cb24725386497c3f338aa1 \
+                  rmd160  b84131230c59b1cef8f714ff1545e44f6779ade1
 
 configure.args    --with-omniORB-config="${prefix}/etc/omniORB.cfg" \
                   --with-omniNames-logdir="${prefix}/var"
 
+post-patch {
+    reinplace "s|,prefix=\'\$PYTHON_PREFIX\'||g" ${worksrcpath}/configure
+    reinplace "s|,prefix=\'\$PYTHON_EXEC_PREFIX\'||g" ${worksrcpath}/configure
+}
+
 variant ssl {
 	configure.args-append --with-openssl
 	depends_lib-append    port:openssl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091013/376f5e02/attachment.html>


More information about the macports-changes mailing list