[129168] trunk/dports/aqua/TeXShop3

jwa at macports.org jwa at macports.org
Mon Dec 8 01:37:25 PST 2014


Revision: 129168
          https://trac.macports.org/changeset/129168
Author:   jwa at macports.org
Date:     2014-12-08 01:37:25 -0800 (Mon, 08 Dec 2014)
Log Message:
-----------
TeXShop3: version bump to 3.48.1, Sparkle now 64-bit, so no thinning, add a patch perhaps to build on Mavericks, ML (a constant definition only)

Modified Paths:
--------------
    trunk/dports/aqua/TeXShop3/Portfile

Added Paths:
-----------
    trunk/dports/aqua/TeXShop3/files/
    trunk/dports/aqua/TeXShop3/files/patch-MyPDFKitView.m.diff

Modified: trunk/dports/aqua/TeXShop3/Portfile
===================================================================
--- trunk/dports/aqua/TeXShop3/Portfile	2014-12-08 08:12:47 UTC (rev 129167)
+++ trunk/dports/aqua/TeXShop3/Portfile	2014-12-08 09:37:25 UTC (rev 129168)
@@ -6,7 +6,7 @@
 
 name            TeXShop3
 conflicts	TeXShop
-version         3.47
+version         3.48.1
 
 set major       [lindex [split ${version} .] 0]
 categories      aqua editors
@@ -28,8 +28,8 @@
 worksrcdir      texshopsource[strsed ${version} {/\.//}]
 set propername	TeXShop
 
-checksums           rmd160  3309f28a7c0a73bc414729eccd1fb0fc114ee89c \
-                    sha256  ffba56bcb5287fdcda7c51d6a9e2b7fc8117834c21d5be09bfc3841efe485615
+checksums           rmd160  6c9aa8f05e1e215e8d7360c002ae230e462b222d \
+                    sha256  a11b9abc53ff1a7036e4983231f592b4d508cfffc78c342c2633f5a8b460d797
 
 pre-fetch {
     platform darwin {
@@ -40,12 +40,18 @@
     }
 }
 
+platform darwin 12 {
+    patchfiles-append	patch-MyPDFKitView.m.diff
+}
+
+platform darwin 13 {
+    patchfiles-append	patch-MyPDFKitView.m.diff
+}
+
 post-extract    {
-    set sparkle "Sparkle.framework/Versions/A/Sparkle"
     set ogrekit "OgreKit.framework/Versions/A/OgreKit"
     if {![variant_isset universal]} {
         # thin the bundled frameworks
-        system "cd ${worksrcpath} && lipo -thin ${configure.build_arch} $sparkle -output $sparkle"
         system "cd ${worksrcpath} && lipo -thin ${configure.build_arch} $ogrekit -output $ogrekit"
     }
 }

Added: trunk/dports/aqua/TeXShop3/files/patch-MyPDFKitView.m.diff
===================================================================
--- trunk/dports/aqua/TeXShop3/files/patch-MyPDFKitView.m.diff	                        (rev 0)
+++ trunk/dports/aqua/TeXShop3/files/patch-MyPDFKitView.m.diff	2014-12-08 09:37:25 UTC (rev 129168)
@@ -0,0 +1,10 @@
+--- MyPDFKitView.m	2014-12-05 12:05:10.000000000 +0200
++++ MyPDFKitView.m	2014-12-05 12:07:27.000000000 +0200
+@@ -48,6 +48,7 @@
+ #import "TSFullSplitWindow.h"
+ 
+ #define NUMBER_OF_SOURCE_FILES	60
++#define NSAppKitVersionNumber10_9 1265
+ 
+ 
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141208/a5333048/attachment-0001.html>


More information about the macports-changes mailing list