Ticket #49737: patch-xapian-bindings-1.2.21.diff
File patch-xapian-bindings-1.2.21.diff, 1.4 KB (added by dbevans (David B. Evans), 9 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name xapian-bindings 7 version 1.2.2 07 version 1.2.21 8 8 categories devel 9 9 maintainers gmail.com:dcolish 10 10 license GPL-2+ … … 21 21 master_sites http://oligarchy.co.uk/xapian/${version} 22 22 use_xz yes 23 23 24 checksums rmd160 8a4956ee1c229790e59484d3e2361045ca48c970\25 sha256 98594534697642dee563c0e7fede43fde256f7e03488ea4922800f56baadc40124 checksums rmd160 02621fe2788be8d7a04fcfb23214e73cabfb5d83 \ 25 sha256 28a39247ac875be2dc1386c273167aab5c9949227c1070b65ca8de603c06d546 26 26 27 27 depends_lib port:xapian-core 28 28 … … 39 39 configure.args-replace --without-php --with-php 40 40 } 41 41 42 variant python26 conflicts python27 description {build python 2.6 bindings} { 43 depends_lib-append port:python26 44 45 configure.python ${prefix}/bin/python2.6 46 configure.args-replace --without-python --with-python 47 } 48 49 variant python27 conflicts python26 description {build python 2.7 bindings} { 42 variant python27 description {build python 2.7 bindings} { 50 43 depends_lib-append port:python27 51 44 52 45 configure.python ${prefix}/bin/python2.7