[53090] trunk/dports/devel/omniORB/Portfile
blb at macports.org
blb at macports.org
Sun Jun 28 23:34:04 PDT 2009
Revision: 53090
http://trac.macports.org/changeset/53090
Author: blb at macports.org
Date: 2009-06-28 23:34:04 -0700 (Sun, 28 Jun 2009)
Log Message:
-----------
devel/omniORB - version update to 4.1.3, add variants to select python (and pick a default as it will build python stuff anyway); ticket #16762
Modified Paths:
--------------
trunk/dports/devel/omniORB/Portfile
Modified: trunk/dports/devel/omniORB/Portfile
===================================================================
--- trunk/dports/devel/omniORB/Portfile 2009-06-29 05:56:38 UTC (rev 53089)
+++ trunk/dports/devel/omniORB/Portfile 2009-06-29 06:34:04 UTC (rev 53090)
@@ -1,7 +1,7 @@
# $Id$
PortSystem 1.0
name omniORB
-version 4.1.0
+version 4.1.3
categories devel
maintainers cam.ac.uk:gr281
@@ -12,7 +12,9 @@
distname omniORB-${version}
master_sites sourceforge:omniorb
-checksums md5 b52dcb1886ffa2a61e6ed56e462edb76
+checksums md5 8a7b583e98ee78f10d8c43014dcaa923 \
+ sha1 7af7181b5b3217287bd8471ab0145cbd729cf988 \
+ rmd160 4989cfdf5fb7d81242af8de9db4e3da003394b26
configure.args --with-omniORB-config="${prefix}/etc/omniORB.cfg" \
--with-omniNames-logdir="${prefix}/var"
@@ -21,3 +23,18 @@
configure.args-append --with-openssl
depends_lib-append port:openssl
}
+
+if {![variant_isset python25] && ![variant_isset python26]} {
+ default_variants +python25
+}
+
+variant python25 description {Enable python support with python 2.5} {
+ depends_lib-append port:python25
+ configure.python ${prefix}/bin/python2.5
+}
+
+variant python26 description {Enable python support with python 2.6} {
+ depends_lib-append port:python26
+ configure.python ${prefix}/bin/python2.6
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090628/fb8e06fb/attachment.html>
More information about the macports-changes
mailing list