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), 8 years ago)

Patch to update xapian-bindings to version 1.2.21 and drop +python26 variant.

  • Portfile

     
    44PortSystem 1.0
    55
    66name                xapian-bindings
    7 version             1.2.20
     7version             1.2.21
    88categories          devel
    99maintainers         gmail.com:dcolish
    1010license             GPL-2+
     
    2121master_sites        http://oligarchy.co.uk/xapian/${version}
    2222use_xz              yes
    2323
    24 checksums           rmd160  8a4956ee1c229790e59484d3e2361045ca48c970 \
    25                     sha256  98594534697642dee563c0e7fede43fde256f7e03488ea4922800f56baadc401
     24checksums           rmd160  02621fe2788be8d7a04fcfb23214e73cabfb5d83 \
     25                    sha256  28a39247ac875be2dc1386c273167aab5c9949227c1070b65ca8de603c06d546
    2626
    2727depends_lib         port:xapian-core
    2828
     
    3939    configure.args-replace  --without-php --with-php
    4040}
    4141
    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} {
     42variant python27 description {build python 2.7 bindings} {
    5043    depends_lib-append      port:python27
    5144
    5245    configure.python        ${prefix}/bin/python2.7