Ticket #37478: patch-Portfile.diff

File patch-Portfile.diff, 950 bytes (added by lpsinger (Leo Singer), 12 years ago)
  • Portfile

    old new  
    55PortGroup               github 1.0
    66PortGroup               xcodeversion 1.0
    77
    8 github.setup            textmate textmate 9323 r
     8github.setup            textmate textmate 9331 r
    99epoch                   1
    1010version                 2.0.${github.version}
    1111
     
    3636                        patch-bin-gen_credits.rb-use-mp-ruby.diff \
    3737                        patch-bin-gen_html-use-mp-ruby.diff
    3838
     39pre-patch {
     40    # See https://github.com/textmate/textmate/issues/637
     41    # and https://github.com/textmate/textmate/issues/641
     42    system -W ${worksrcpath} "git revert --no-commit d4513dd76d6b895cf1082d4f3c45c338e6c18127"
     43}
     44
     45
    3946post-patch {
    4047    reinplace "s/@REVISION@/${github.version}/" ${worksrcpath}/configure
    4148    reinplace "s/__MACOSX_DEPLOYMENT_TARGET__/${macosx_deployment_target}/" ${worksrcpath}/configure