[102583] trunk/dports/editors/textmate2

cal at macports.org cal at macports.org
Mon Feb 4 17:27:48 PST 2013


Revision: 102583
          https://trac.macports.org/changeset/102583
Author:   cal at macports.org
Date:     2013-02-04 17:27:48 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
textmate2: update to r9361

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

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

Added Paths:
-----------
    trunk/dports/editors/textmate2/files/patch-Frameworks__OakAppKit__src__OakControl.mm-fix-include.diff

Modified: trunk/dports/editors/textmate2/Portfile
===================================================================
--- trunk/dports/editors/textmate2/Portfile	2013-02-05 01:25:23 UTC (rev 102582)
+++ trunk/dports/editors/textmate2/Portfile	2013-02-05 01:27:48 UTC (rev 102583)
@@ -6,7 +6,7 @@
 PortGroup               xcodeversion 1.0
 PortGroup               conflicts_build 1.0
 
-github.setup            textmate textmate 9353 r
+github.setup            textmate textmate 9361 r
 epoch                   1
 version                 2.0.${github.version}
 
@@ -34,7 +34,8 @@
 
 patchfiles              patch-configure-versionnumber.diff \
                         patch-create_default_bundles_tbz-verbose.diff \
-                        patch-configure-mdt.diff
+                        patch-configure-mdt.diff \
+                        patch-Frameworks__OakAppKit__src__OakControl.mm-fix-include.diff
 
 post-patch {
     reinplace "s/@REVISION@/${github.version}/" ${worksrcpath}/configure

Added: trunk/dports/editors/textmate2/files/patch-Frameworks__OakAppKit__src__OakControl.mm-fix-include.diff
===================================================================
--- trunk/dports/editors/textmate2/files/patch-Frameworks__OakAppKit__src__OakControl.mm-fix-include.diff	                        (rev 0)
+++ trunk/dports/editors/textmate2/files/patch-Frameworks__OakAppKit__src__OakControl.mm-fix-include.diff	2013-02-05 01:27:48 UTC (rev 102583)
@@ -0,0 +1,10 @@
+--- Frameworks/OakAppKit/src/OakControl.mm.orig	2013-02-05 02:07:05.000000000 +0100
++++ Frameworks/OakAppKit/src/OakControl.mm	2013-02-05 02:07:34.000000000 +0100
+@@ -1,6 +1,6 @@
+ #import "OakControl Private.h"
+ #import "NSView Additions.h"
+-#import <OakAppKit/NSColor Additions.h>
++#import "NSColor Additions.h"
+ #import <oak/oak.h>
+ 
+ // The lineBreakMode parameter is here to work around a crash in CoreText <rdar://6940427> — fixed in 10.6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130204/3f415892/attachment.html>


More information about the macports-changes mailing list