Ticket #37763: Portfile-mod_wsgi.diff

File Portfile-mod_wsgi.diff, 2.4 KB (added by bryan@…, 11 years ago)

Diff for mod_wsgi portfile

  • Portfile

    old new  
    4444    && ![variant_isset python25]
    4545    && ![variant_isset python26]
    4646    && ![variant_isset python27]
    47     && ![variant_isset python31]} {
     47    && ![variant_isset python31]
     48    && ![variant_isset python32]
     49    && ![variant_isset python33]} {
    4850    default_variants +python26
    4951}
    5052
    51 variant python24 conflicts python25 python26 python27 python31 description {Use Python 2.4} {
     53variant python24 conflicts python25 python26 python27 python31 python32 python33 description {Use Python 2.4} {
    5254    depends_lib-append port:python24
    5355    configure.args-append --with-python=${prefix}/bin/python2.4
    5456}
    5557
    56 variant python25 conflicts python24 python26 python27 python31 description {Use Python 2.5} {
     58variant python25 conflicts python24 python26 python27 python31 python32 python33 description {Use Python 2.5} {
    5759    depends_lib-append port:python25
    5860    configure.args-append --with-python=${prefix}/bin/python2.5
    5961}
    6062
    61 variant python26 conflicts python24 python25 python27 python31 description {Use Python 2.6} {
     63variant python26 conflicts python24 python25 python27 python31 python32 python33 description {Use Python 2.6} {
    6264    depends_lib-append port:python26
    6365    configure.args-append --with-python=${prefix}/bin/python2.6
    6466}
    6567
    66 variant python27 conflicts python24 python25 python26 python31 description {Use Python 2.7} {
     68variant python27 conflicts python24 python25 python26 python31 python32 python33 description {Use Python 2.7} {
    6769    depends_lib-append port:python27
    6870    configure.args-append --with-python=${prefix}/bin/python2.7
    6971}
    7072
    71 variant python31 conflicts python24 python25 python26 python27 description {Use Python 3.1} {
     73variant python31 conflicts python24 python25 python26 python27 python32 python33 description {Use Python 3.1} {
    7274    depends_lib-append port:python31
    7375    configure.args-append --with-python=${prefix}/bin/python3.1
    7476}
    7577
     78variant python32 conflicts python24 python25 python26 python27 python31 python33 description {Use Python 3.2} {
     79    depends_lib-append port:python32
     80    configure.args-append --with-python=${prefix}/bin/python3.2
     81}
     82
     83variant python33 conflicts python24 python25 python26 python27 python31 python32 description {Use Python 3.3} {
     84    depends_lib-append port:python33
     85    configure.args-append --with-python=${prefix}/bin/python3.3
     86}
     87