Ticket #49773: Portfile.diff

File Portfile.diff, 1.2 KB (added by rdslw, 8 years ago)
  • Portfile

    old new  
    22
    33PortSystem          1.0
    44name                quickfix
    5 version             1.14.0
     5version             1.14.3
    66license             Permissive
    77# http://www.quickfixengine.org/quickfix/doc/html/license.html
    88categories          devel finance
     
    1818master_sites        sourceforge:project/quickfix/quickfix/${version}
    1919worksrcdir          ${name}
    2020
    21 checksums           rmd160  99e808a79acc4cfad924831da6e073c9d1211bdf \
    22                     sha256  1d6906ba828c5ef909199117d992143f117831e4fdb4999f9012f575a0882d90
     21checksums           rmd160  369d5bf7044fa4c90d2d74e4470e50c0ad82951b \
     22                    sha256  f6e8bdb004eaf45e50f63005b8c2611cb0afd42cf70f110f600c852aa572342d
    2323
    2424depends_lib         port:libxml2
    2525
     
    4242}
    4343
    4444variant python description {Include python support} {
    45    depends_lib-append      port:python26
     45   depends_lib-append      port:python27
    4646   configure.args-append   --with-python=${prefix}
    47    patchfiles-append       patch-python.diff
     47#   patchfiles-append       patch-python.diff
    4848}
    4949
    5050variant postgresql84 conflicts postgresql90 description {Include PostGreSQL 8.4 support} {