[73202] trunk/dports

jmr at macports.org jmr at macports.org
Sat Nov 6 15:53:23 PDT 2010


Revision: 73202
          http://trac.macports.org/changeset/73202
Author:   jmr at macports.org
Date:     2010-11-06 15:53:20 -0700 (Sat, 06 Nov 2010)
Log Message:
-----------
set supported_archs in ports depending on mono

Modified Paths:
--------------
    trunk/dports/audio/taglib-sharp/Portfile
    trunk/dports/devel/cocoa-sharp/Portfile
    trunk/dports/devel/dbus-glib-sharp/Portfile
    trunk/dports/devel/dbus-sharp/Portfile
    trunk/dports/devel/gecko-sharp2/Portfile
    trunk/dports/devel/mono-addins/Portfile
    trunk/dports/devel/mono-basic/Portfile
    trunk/dports/devel/ndesk-dbus/Portfile
    trunk/dports/devel/xsp/Portfile
    trunk/dports/gnome/gnome-sharp2/Portfile
    trunk/dports/gnome/gtksourceview-sharp2/Portfile
    trunk/dports/www/mod_mono/Portfile
    trunk/dports/x11/gecko-sharp/Portfile
    trunk/dports/x11/gtk-sharp/Portfile
    trunk/dports/x11/gtk-sharp2/Portfile

Modified: trunk/dports/audio/taglib-sharp/Portfile
===================================================================
--- trunk/dports/audio/taglib-sharp/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/audio/taglib-sharp/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -6,6 +6,8 @@
 version             2.0.3.0
 categories          audio
 platforms           darwin
+# mono is currently 32-bit only
+supported_archs     i386 ppc
 maintainers         nomaintainer
 description         C# implementation of TagLib.
 long_description    ${description} TagLib is a library for reading and \

Modified: trunk/dports/devel/cocoa-sharp/Portfile
===================================================================
--- trunk/dports/devel/cocoa-sharp/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/devel/cocoa-sharp/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -5,6 +5,8 @@
 version		0.2
 categories	devel
 platforms	macosx
+# mono is currently 32-bit only
+supported_archs i386 ppc
 maintainers	nomaintainer
 description	Cocoa bindings for the Mono .NET Development Framework
 long_description	These are Cocoa bindings for Mono, which is an \

Modified: trunk/dports/devel/dbus-glib-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-glib-sharp/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/devel/dbus-glib-sharp/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -6,6 +6,8 @@
 version             0.4.1
 categories          devel
 platforms           darwin
+# mono is currently 32-bit only
+supported_archs     i386 ppc
 maintainers         nomaintainer
 description         C# implementation of D-Bus-Glib
 long_description    ${description}. D-Bus is an inter-process communication \

Modified: trunk/dports/devel/dbus-sharp/Portfile
===================================================================
--- trunk/dports/devel/dbus-sharp/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/devel/dbus-sharp/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -6,6 +6,8 @@
 version             0.6.0
 categories          devel
 platforms           darwin
+# mono is currently 32-bit only
+supported_archs     i386 ppc
 maintainers         nomaintainer
 description         C# implementation of D-Bus
 long_description    ${description}. D-Bus is an inter-process communication \

Modified: trunk/dports/devel/gecko-sharp2/Portfile
===================================================================
--- trunk/dports/devel/gecko-sharp2/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/devel/gecko-sharp2/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -9,6 +9,8 @@
 categories      devel
 maintainers     nomaintainer
 platforms       darwin
+# mono is currently 32-bit only
+supported_archs i386 ppc
 description     GeckoSharp is a wrapper for the GtkEmbedMoz widget.
 
 long_description \

Modified: trunk/dports/devel/mono-addins/Portfile
===================================================================
--- trunk/dports/devel/mono-addins/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/devel/mono-addins/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -7,6 +7,8 @@
 version         0.4
 categories      devel
 platforms       darwin
+# mono is currently 32-bit only
+supported_archs i386 ppc
 maintainers     nomaintainer
 description     Mono.Addins is a framework for creating extensible applications
 

Modified: trunk/dports/devel/mono-basic/Portfile
===================================================================
--- trunk/dports/devel/mono-basic/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/devel/mono-basic/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -6,6 +6,8 @@
 version             2.4.2
 categories          devel lang mono
 platforms           darwin
+# mono is currently 32-bit only
+supported_archs     i386 ppc
 maintainers         mww
 description         Visual Basic .NET compiler for mono
 long_description    ${description}

Modified: trunk/dports/devel/ndesk-dbus/Portfile
===================================================================
--- trunk/dports/devel/ndesk-dbus/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/devel/ndesk-dbus/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -10,7 +10,8 @@
                     existing bindings (which wrap libdbus).
 homepage            http://www.ndesk.org/DBusSharp
 platforms           darwin
+# mono is currently 32-bit only
+supported_archs     i386 ppc
 master_sites        http://www.ndesk.org/archive/ndesk-dbus/
 checksums           md5 865900c2edb221ffff0c8fe7db210a67
 depends_lib         port:mono
-

Modified: trunk/dports/devel/xsp/Portfile
===================================================================
--- trunk/dports/devel/xsp/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/devel/xsp/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -6,6 +6,8 @@
 version		1.1.16.1
 categories	devel www mono
 platforms	darwin
+# mono is currently 32-bit only
+supported_archs i386 ppc
 maintainers	nomaintainer
 description	a small web server that hosts the Mono System.Web classes
 long_description	The XSP server is a small web server that hosts the Mono System.Web classes for running what is commonly known as ASP.NET
@@ -15,4 +17,3 @@
 checksums	md5 ae8d88fe86c55f185d41f8753f776eb7
 depends_lib	port:mono
 configure.args	--mandir=${prefix}/share/man --infodir=${prefix}/share/info
-

Modified: trunk/dports/gnome/gnome-sharp2/Portfile
===================================================================
--- trunk/dports/gnome/gnome-sharp2/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/gnome/gnome-sharp2/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -9,6 +9,8 @@
 revision        1
 categories      gnome devel
 platforms       darwin
+# mono is currently 32-bit only
+supported_archs i386 ppc
 maintainers     nomaintainer
 description     Gtk bindings for the Mono .NET Development Framework
 

Modified: trunk/dports/gnome/gtksourceview-sharp2/Portfile
===================================================================
--- trunk/dports/gnome/gtksourceview-sharp2/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/gnome/gtksourceview-sharp2/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -9,6 +9,8 @@
 categories      gnome devel
 maintainers     nomaintainer
 platforms       darwin
+# mono is currently 32-bit only
+supported_archs i386 ppc
 description     C# Bindings for GtkSourceView.
 
 long_description \

Modified: trunk/dports/www/mod_mono/Portfile
===================================================================
--- trunk/dports/www/mod_mono/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/www/mod_mono/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -5,6 +5,8 @@
 version		1.1.16.1
 categories	www mono
 platforms	darwin
+# mono is currently 32-bit only
+supported_archs i386 ppc
 maintainers	nomaintainer
 description	an Apache plug-in for hosting the Mono System.Web classes
 long_description	An Apache web server plug-in that hosts the Mono System.Web classes for running what is commonly known as ASP.NET

Modified: trunk/dports/x11/gecko-sharp/Portfile
===================================================================
--- trunk/dports/x11/gecko-sharp/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/x11/gecko-sharp/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -5,6 +5,8 @@
 version		0.5
 categories	x11 devel
 platforms	darwin
+# mono is currently 32-bit only
+supported_archs i386 ppc
 maintainers	comcast.net:pat2man
 description	Gecko bindings for the Mono .NET Development Framework
 long_description	Mono is an effort to create an open source \

Modified: trunk/dports/x11/gtk-sharp/Portfile
===================================================================
--- trunk/dports/x11/gtk-sharp/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/x11/gtk-sharp/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -8,6 +8,8 @@
 revision        5
 categories      x11 devel
 platforms       darwin
+# mono is currently 32-bit only
+supported_archs i386 ppc
 maintainers     nomaintainer
 description     Gtk bindings for the Mono .NET Development Framework
 

Modified: trunk/dports/x11/gtk-sharp2/Portfile
===================================================================
--- trunk/dports/x11/gtk-sharp2/Portfile	2010-11-06 22:44:03 UTC (rev 73201)
+++ trunk/dports/x11/gtk-sharp2/Portfile	2010-11-06 22:53:20 UTC (rev 73202)
@@ -9,6 +9,8 @@
 set branch      [join [lrange [split ${version} .] 0 1] ""]
 categories      x11 devel
 platforms       darwin
+# mono is currently 32-bit only
+supported_archs i386 ppc
 maintainers     nomaintainer
 description     Gtk bindings for the Mono .NET Development Framework
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101106/de1148d1/attachment.html>


More information about the macports-changes mailing list