Ticket #33241: Portfile-svn-20120229.diff

File Portfile-svn-20120229.diff, 1.7 KB (added by lockhart (Thomas Lockhart), 12 years ago)

Patch to current svn Portfile to update back to 3.6 which is required to match 4.1.6 in the omniORB port.

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 90046 2012-02-20 06:51:52Z ryandesign@macports.org $
     2# $Id: Portfile 63453 2010-02-05 13:13:48Z stromnov@macports.org $
    33
    44PortSystem          1.0
    55PortGroup           python 1.0
    66
    77name                py-omniORBpy
    8 version             3.4
     8version             3.6
     9revision            0
    910categories          python devel
    1011maintainers         stromnov openmaintainer
    1112description         Python bindings for omniORB
     
    1718
    1819distname            omniORBpy-${version}
    1920
    20 #use_bzip2           yes
    21 checksums           md5     d054e99c89c20f86927c52010e9e7449 \
    22                     sha1    e598bd25289d0a2a09da4c7241513202c8b9adb4 \
    23                     rmd160  5b389a31907510800ef0913e2e3855038e6a4cf9
     21use_bzip2           yes
     22checksums           md5     a7ab4789b913313f18a1171ff7a140b7 \
     23                    sha1    2def5ded7cd30e8d298113ed450b7bd09eaaf26f \
     24                    rmd160  96b73cfcac7f2b8df2894c93b3e422bd85412251
    2425
    2526# Use the python subports feature but omniORBpy uses make
    2627# rather than setup.py for building since there are compiled libraries.
     
    3233python.default_version 24
    3334
    3435if {$subport != $name} {
     36    notes \
     37"${name} must be compatible with the corresponding omniORB installation.
     38Ensure that the same python version has been specified for the omniORB variant."
     39
    3540    depends_lib         port:omniORB \
    3641                        port:python${python.version}
    3742