Ticket #37586: patch-Portfile.diff

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

    old new  
    55PortGroup               github 1.0
    66PortGroup               xcodeversion 1.0
    77
    8 github.setup            textmate textmate 9337 r
     8github.setup            textmate textmate 9339 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
    39 pre-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 
    4639post-patch {
    4740    reinplace "s/@REVISION@/${github.version}/" ${worksrcpath}/configure
    4841    reinplace "s/__MACOSX_DEPLOYMENT_TARGET__/${macosx_deployment_target}/" ${worksrcpath}/configure