[51278] trunk/dports/math/wxMaxima

and.damore at macports.org and.damore at macports.org
Thu May 21 22:54:04 PDT 2009


Revision: 51278
          http://trac.macports.org/changeset/51278
Author:   and.damore at macports.org
Date:     2009-05-21 22:54:04 -0700 (Thu, 21 May 2009)
Log Message:
-----------
Patched as per #19592, closes #19592 and #19658

Modified Paths:
--------------
    trunk/dports/math/wxMaxima/Portfile
    trunk/dports/math/wxMaxima/files/patch-src_main.cpp.diff

Modified: trunk/dports/math/wxMaxima/Portfile
===================================================================
--- trunk/dports/math/wxMaxima/Portfile	2009-05-22 05:53:17 UTC (rev 51277)
+++ trunk/dports/math/wxMaxima/Portfile	2009-05-22 05:54:04 UTC (rev 51278)
@@ -1,8 +1,8 @@
 # $Id$
 PortSystem      1.0
 name            wxMaxima
-version         0.8.1
-maintainers     usami-k at yc5.so-net.ne.jp
+version         0.8.2
+maintainers     yc5.so-net.ne.jp:usami-k
 platforms       darwin
 categories      math aqua
 description     Graphical user interface for Maxima
@@ -11,8 +11,9 @@
                 system maxima based on wxWidgets.
 homepage        http://wxmaxima.sourceforge.net/
 master_sites    sourceforge:wxmaxima
-checksums       md5 a50e7e78e022408fac61634c92bd2341 \
-                sha1 8a332da2d5dc0013a20ce479c0ca0648060677b2
+checksums       md5     d3d4abde8495aebb295df587587de4a8 \
+                sha1    bc1d221855f5b7e57401801f43b60924987c5079 \
+                rmd160  43ea46e845f79576d273f4d0ad21a2c0d47664f9
 patchfiles      patch-src_main.cpp.diff
 
 depends_lib     port:libiconv \

Modified: trunk/dports/math/wxMaxima/files/patch-src_main.cpp.diff
===================================================================
--- trunk/dports/math/wxMaxima/files/patch-src_main.cpp.diff	2009-05-22 05:53:17 UTC (rev 51277)
+++ trunk/dports/math/wxMaxima/files/patch-src_main.cpp.diff	2009-05-22 05:54:04 UTC (rev 51278)
@@ -1,6 +1,6 @@
---- src/main.cpp.orig	2008-07-18 13:37:22.000000000 +0900
-+++ src/main.cpp	2008-07-18 13:39:30.000000000 +0900
-@@ -41,6 +41,16 @@
+--- src/main.cpp.orig	2009-04-20 08:33:02.000000000 +0900
++++ src/main.cpp	2009-04-20 08:36:51.000000000 +0900
+@@ -46,6 +46,16 @@
  
  bool MyApp::OnInit()
  {
@@ -16,4 +16,4 @@
 +
    int lang = wxLANGUAGE_UNKNOWN;
  
-   wxConfig *config = new wxConfig(wxT("wxMaxima"));
+ #if defined __WXMSW__
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090521/d607fd21/attachment.html>


More information about the macports-changes mailing list