[100941] trunk/dports/editors/textmate2/Portfile

cal at macports.org cal at macports.org
Tue Jan 1 15:06:20 PST 2013


Revision: 100941
          https://trac.macports.org/changeset/100941
Author:   cal at macports.org
Date:     2013-01-01 15:06:20 -0800 (Tue, 01 Jan 2013)
Log Message:
-----------
textmate2: update to r9331, closes #37478

Revision Links:
--------------
    https://trac.macports.org/changeset/9331

Modified Paths:
--------------
    trunk/dports/editors/textmate2/Portfile

Modified: trunk/dports/editors/textmate2/Portfile
===================================================================
--- trunk/dports/editors/textmate2/Portfile	2013-01-01 23:04:13 UTC (rev 100940)
+++ trunk/dports/editors/textmate2/Portfile	2013-01-01 23:06:20 UTC (rev 100941)
@@ -5,7 +5,7 @@
 PortGroup               github 1.0
 PortGroup               xcodeversion 1.0
 
-github.setup            textmate textmate 9323 r
+github.setup            textmate textmate 9331 r
 epoch                   1
 version                 2.0.${github.version}
 
@@ -36,6 +36,13 @@
                         patch-bin-gen_credits.rb-use-mp-ruby.diff \
                         patch-bin-gen_html-use-mp-ruby.diff
 
+pre-patch {
+    # See https://github.com/textmate/textmate/issues/637
+    # and https://github.com/textmate/textmate/issues/641
+    system -W ${worksrcpath} "git revert --no-commit d4513dd76d6b895cf1082d4f3c45c338e6c18127"
+}
+
+
 post-patch {
     reinplace "s/@REVISION@/${github.version}/" ${worksrcpath}/configure
     reinplace "s/__MACOSX_DEPLOYMENT_TARGET__/${macosx_deployment_target}/" ${worksrcpath}/configure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130101/64ceb45e/attachment.html>


More information about the macports-changes mailing list