Ticket #49773: Portfile.diff
File Portfile.diff, 1.2 KB (added by rdslw, 9 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name quickfix 5 version 1.14. 05 version 1.14.3 6 6 license Permissive 7 7 # http://www.quickfixengine.org/quickfix/doc/html/license.html 8 8 categories devel finance … … 18 18 master_sites sourceforge:project/quickfix/quickfix/${version} 19 19 worksrcdir ${name} 20 20 21 checksums rmd160 99e808a79acc4cfad924831da6e073c9d1211bdf\22 sha256 1d6906ba828c5ef909199117d992143f117831e4fdb4999f9012f575a0882d9021 checksums rmd160 369d5bf7044fa4c90d2d74e4470e50c0ad82951b \ 22 sha256 f6e8bdb004eaf45e50f63005b8c2611cb0afd42cf70f110f600c852aa572342d 23 23 24 24 depends_lib port:libxml2 25 25 … … 42 42 } 43 43 44 44 variant python description {Include python support} { 45 depends_lib-append port:python2 645 depends_lib-append port:python27 46 46 configure.args-append --with-python=${prefix} 47 patchfiles-append patch-python.diff47 # patchfiles-append patch-python.diff 48 48 } 49 49 50 50 variant postgresql84 conflicts postgresql90 description {Include PostGreSQL 8.4 support} {