Ticket #16762: omniORB.diff

File omniORB.diff, 1.1 KB (added by stromnov (Andrey Stromnov), 16 years ago)

Added +py26 variant and added all checksum flavours.

  • Portfile

    old new  
    11# $Id: Portfile 35920 2008-04-09 21:19:39Z simon@macports.org $
    22PortSystem        1.0
    33name              omniORB
    4 version           4.1.0
     4version           4.1.3
    55
    66categories        devel
    77maintainers       gr281@cam.ac.uk
     
    1212
    1313distname          omniORB-${version}
    1414master_sites      sourceforge:omniorb
    15 checksums         md5 b52dcb1886ffa2a61e6ed56e462edb76
     15checksums         md5     8a7b583e98ee78f10d8c43014dcaa923 \
     16                  sha1    7af7181b5b3217287bd8471ab0145cbd729cf988 \
     17                  rmd160  4989cfdf5fb7d81242af8de9db4e3da003394b26
    1618
    1719configure.args    --with-omniORB-config="${prefix}/etc/omniORB.cfg" \
    1820                  --with-omniNames-logdir="${prefix}/var"
     
    2123        configure.args-append --with-openssl
    2224        depends_lib-append    port:openssl
    2325}
     26
     27variant py25 {
     28    depends_lib-append    port:python25
     29    configure.python      ${prefix}/bin/python2.5
     30}
     31
     32variant py26 {
     33    depends_lib-append    port:python26
     34    configure.python      ${prefix}/bin/python2.6
     35}