[67634] trunk/dports/devel/mono

ryandesign at macports.org ryandesign at macports.org
Sat May 15 02:56:14 PDT 2010


Revision: 67634
          http://trac.macports.org/changeset/67634
Author:   ryandesign at macports.org
Date:     2010-05-15 02:56:12 -0700 (Sat, 15 May 2010)
Log Message:
-----------
mono: update to 2.6.4; see #24811 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/devel/mono/Portfile
    trunk/dports/devel/mono/files/patch-configure.diff
    trunk/dports/devel/mono/files/patch-mono-utils-mono-sigcontext.h.diff

Modified: trunk/dports/devel/mono/Portfile
===================================================================
--- trunk/dports/devel/mono/Portfile	2010-05-15 09:50:33 UTC (rev 67633)
+++ trunk/dports/devel/mono/Portfile	2010-05-15 09:56:12 UTC (rev 67634)
@@ -4,7 +4,7 @@
 PortGroup archcheck 1.0
 
 name             mono
-version          2.6.3
+version          2.6.4
 categories       devel lang mono
 platforms        darwin
 license          GPLv2 LGPLv2 MIT
@@ -28,9 +28,9 @@
     configure.build_arch ppc
 }
 
-checksums        md5     b1dc21bac2c7c75814a9f32246eadadd \
-                 sha1    a4aab7f46983664dc4cf63a01e4fe7a8a49de2c6 \
-                 rmd160  e3d61f618a0e9f063d6eb86e336f5deaa23cbcc8
+checksums        md5     342a7ca3bea3cbec0c8ac48b9322fcb4 \
+                 sha1    c3b556e63cfa635687a40372a83e4a1b8fd10103 \
+                 rmd160  c5c12bd0226ff3b45bb8951bfb5c74415e81d6b1
 
 depends_build    port:pkgconfig port:gawk
 depends_lib      port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 \

Modified: trunk/dports/devel/mono/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/mono/files/patch-configure.diff	2010-05-15 09:50:33 UTC (rev 67633)
+++ trunk/dports/devel/mono/files/patch-configure.diff	2010-05-15 09:56:12 UTC (rev 67634)
@@ -1,6 +1,6 @@
---- configure	2007-09-19 19:06:44.000000000 +0200
-+++ configure	2007-10-19 19:03:32.000000000 +0200
-@@ -22193,9 +22193,7 @@
+--- configure.orig	2010-04-22 10:53:03.000000000 -0500
++++ configure	2010-05-15 03:47:58.000000000 -0500
+@@ -18253,9 +18253,7 @@
  main ()
  {
  

Modified: trunk/dports/devel/mono/files/patch-mono-utils-mono-sigcontext.h.diff
===================================================================
--- trunk/dports/devel/mono/files/patch-mono-utils-mono-sigcontext.h.diff	2010-05-15 09:50:33 UTC (rev 67633)
+++ trunk/dports/devel/mono/files/patch-mono-utils-mono-sigcontext.h.diff	2010-05-15 09:56:12 UTC (rev 67634)
@@ -1,5 +1,5 @@
---- mono/utils/mono-sigcontext.h.orig	2010-05-06 15:32:44.000000000 -0700
-+++ mono/utils/mono-sigcontext.h	2010-05-06 15:33:49.000000000 -0700
+--- mono/utils/mono-sigcontext.h.orig	2010-04-22 10:37:45.000000000 -0500
++++ mono/utils/mono-sigcontext.h	2010-05-15 03:42:48.000000000 -0500
 @@ -8,9 +8,6 @@
  #if defined(__FreeBSD__) || defined(__APPLE__)
  #include <ucontext.h>
@@ -19,7 +19,7 @@
  	#define UCONTEXT_REG_EAX(ctx) (((ucontext_t*)(ctx))->uc_mcontext->__ss.__eax)
  	#define UCONTEXT_REG_EBX(ctx) (((ucontext_t*)(ctx))->uc_mcontext->__ss.__ebx)
  	#define UCONTEXT_REG_ECX(ctx) (((ucontext_t*)(ctx))->uc_mcontext->__ss.__ecx)
-@@ -94,20 +91,22 @@
+@@ -104,20 +101,22 @@
  	#define UCONTEXT_REG_NIP(ctx)     (((os_ucontext*)(ctx))->uc_mcontext.uc_regs->gregs [PT_NIP])
  	#define UCONTEXT_REG_LNK(ctx)     (((os_ucontext*)(ctx))->uc_mcontext.uc_regs->gregs [PT_LNK])
  #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100515/ed0691c6/attachment.html>


More information about the macports-changes mailing list