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

cal at macports.org cal at macports.org
Wed Mar 13 05:01:49 PDT 2013


Revision: 104030
          https://trac.macports.org/changeset/104030
Author:   cal at macports.org
Date:     2013-03-13 05:01:49 -0700 (Wed, 13 Mar 2013)
Log Message:
-----------
textmate2: update to r9393, disable all tests, closes #38297

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

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

Modified: trunk/dports/editors/textmate2/Portfile
===================================================================
--- trunk/dports/editors/textmate2/Portfile	2013-03-13 12:00:23 UTC (rev 104029)
+++ trunk/dports/editors/textmate2/Portfile	2013-03-13 12:01:49 UTC (rev 104030)
@@ -6,7 +6,7 @@
 PortGroup               xcodeversion 1.0
 PortGroup               conflicts_build 1.0
 
-github.setup            textmate textmate 9389 r
+github.setup            textmate textmate 9393 r
 epoch                   1
 version                 2.0.${github.version}
 
@@ -41,7 +41,8 @@
     reinplace "s/__MACOSX_DEPLOYMENT_TARGET__/${macosx_deployment_target}/" ${worksrcpath}/configure
     fs-traverse file ${worksrcpath} {
         if {[file tail ${file}] == "target"} {
-            reinplace "/TEST_SOURCES =/d" ${file}
+            reinplace "/TESTS *=/d" ${file}
+            reinplace "/TEST_SOURCES *=/d" ${file}
         }
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130313/1b0d35a5/attachment-0001.html>


More information about the macports-changes mailing list