[42440] trunk/dports/math/wxMaxima
macsforever2000 at macports.org
macsforever2000 at macports.org
Fri Nov 21 08:42:26 PST 2008
Revision: 42440
http://trac.macports.org/changeset/42440
Author: macsforever2000 at macports.org
Date: 2008-11-21 08:42:25 -0800 (Fri, 21 Nov 2008)
Log Message:
-----------
fix for not supported on this architecture issue. See #16794 and #17340.
Modified Paths:
--------------
trunk/dports/math/wxMaxima/Portfile
Added Paths:
-----------
trunk/dports/math/wxMaxima/files/patch-data_Info.plist.in.diff
Modified: trunk/dports/math/wxMaxima/Portfile
===================================================================
--- trunk/dports/math/wxMaxima/Portfile 2008-11-21 15:52:06 UTC (rev 42439)
+++ trunk/dports/math/wxMaxima/Portfile 2008-11-21 16:42:25 UTC (rev 42440)
@@ -2,6 +2,7 @@
PortSystem 1.0
name wxMaxima
version 0.7.5
+revision 1
maintainers usami-k at yc5.so-net.ne.jp
platforms darwin
categories math aqua
@@ -12,7 +13,8 @@
homepage http://wxmaxima.sourceforge.net/
master_sites sourceforge:wxmaxima
checksums md5 469014a84aca3f334d1e19042208d54b
-patchfiles patch-src_main.cpp.diff
+patchfiles patch-src_main.cpp.diff \
+ patch-data_Info.plist.in.diff
depends_lib port:libiconv \
port:libsdl \
Added: trunk/dports/math/wxMaxima/files/patch-data_Info.plist.in.diff
===================================================================
--- trunk/dports/math/wxMaxima/files/patch-data_Info.plist.in.diff (rev 0)
+++ trunk/dports/math/wxMaxima/files/patch-data_Info.plist.in.diff 2008-11-21 16:42:25 UTC (rev 42440)
@@ -0,0 +1,11 @@
+--- data/Info.plist.in.orig 2008-04-19 23:29:52.000000000 +0900
++++ data/Info.plist.in 2008-11-21 00:42:54.000000000 +0900
+@@ -15,7 +15,7 @@
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+- <string>wxMaxima</string>
++ <string>wxmaxima</string>
+ <key>CFBundleIconFile</key>
+ <string>wxmac.icns</string>
+ <key>CFBundlePackageType</key>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081121/113369da/attachment.html>
More information about the macports-changes
mailing list