Ticket #11774: Portfile.diff

File Portfile.diff, 709 bytes (added by akira@…, 16 years ago)
  • Portfile

     
    44
    55name                    python25
    66version                 2.5.2
    7 revision                5
     7revision                6
    88set major               2
    99set branch              2.5
    1010categories              lang
     
    134134        configure.args-append           --enable-universalsdk
    135135}
    136136
     137variant ucs4 description {Build wide Python} {
     138        configure.args-append           --enable-unicode=ucs4
     139}
     140
    137141livecheck.check         regex
    138142livecheck.url           ${homepage}download/releases/
    139143livecheck.regex         Python (${branch}.\[0-9\]+)