Ticket #47691: boost.patch

File boost.patch, 961 bytes (added by larryv (Lawrence Velázquez), 9 years ago)
  • dports/devel/boost/Portfile

    commit b12e0da3be6b6bc9ce4d3dfd5b4d90ba8a97cd6c
    Author: Lawrence Velázquez <larryv@macports.org>
    Date:   5 days ago
    
        boost: Retire old Python variants (#47691)
    
    diff --git a/dports/devel/boost/Portfile b/dports/devel/boost/Portfile
    index 6d0ef92..fd8fc82 100644
    a b PortGroup mpi 1.0 
    77
    88name            boost
    99version         1.58.0
    10 revision        2
     10revision        3
    1111license         Boost-1
    1212categories      devel
    1313platforms       darwin
    post-destroot { 
    165165    }
    166166}
    167167
    168 set pythons_suffixes {25 26 27 31 32 33 34}
     168# TODO: Remove after 2016-05-26.
     169variant python25 description {Legacy variant} requires python27 {}
     170variant python31 description {Legacy variant} requires python34 {}
     171variant python32 description {Legacy variant} requires python34 {}
     172
     173set pythons_suffixes {26 27 33 34}
    169174
    170175set pythons_ports {}
    171176foreach s ${pythons_suffixes} {