Ticket #16763: py-omniORBpy.diff
File py-omniORBpy.diff, 1.1 KB (added by stromnov (Andrey Stromnov), 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 21298 2007-01-19 22:10:26Z ryandesign@macports.org $ 2 2 PortSystem 1.0 3 3 name py-omniORBpy 4 version 3. 04 version 3.3 5 5 6 6 categories python devel 7 7 maintainers gr281@cam.ac.uk … … 12 12 13 13 distname omniORBpy-${version} 14 14 master_sites sourceforge:omniorb 15 checksums md5 3914979dd6e36e4124033ac094cf8f17 15 checksums md5 5c6ab56e43a80e1d108e6821a6ff8027 \ 16 sha1 bc040d68ed54c67aee43ff8a75c36e234f3cfd2a \ 17 rmd160 88f19b35ad1feb72a93ae042cf138b50864ac604 16 18 17 19 depends_lib port:omniORB 18 patchfiles patch-dir.mk 20 patchfiles patch-dir.mk patch-exception 19 21 20 22 variant ssl { 21 23 configure.args-append --with-openssl 22 24 depends_lib-append lib:libssl:openssl 23 25 } 26 27 variant py25 { 28 configure.python ${prefix}/bin/python2.5 29 } 30 31 variant py26 { 32 configure.python ${prefix}/bin/python2.6 33 }