Ticket #35860: textmate2.diff

File textmate2.diff, 911 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

proposed patch

  • Portfile

     
    44PortSystem              1.0
    55PortGroup               github 1.0
    66
    7 set rev                 9290
    8 github.setup            textmate textmate r$rev
    9 version                 2.0.$rev
     7github.setup            textmate textmate 9290 r
    108epoch                   1
     9version                 2.0.${github.version}
    1110
    1211maintainers             cal openmaintainer
    1312name                    textmate2
     
    3231patchfiles              patch-configure-versionnumber.diff
    3332
    3433post-patch {
    35     reinplace "s/@REVISION@/$rev/" ${worksrcpath}/configure
     34    reinplace "s/@REVISION@/${github.version}/" ${worksrcpath}/configure
    3635    fs-traverse file ${worksrcpath} {
    3736        if {[file tail ${file}] == "target"} {
    3837            reinplace "/TEST_SOURCES =/d" ${file}