From owner-freebsd-mono@FreeBSD.ORG Sun Feb 14 10:16:49 2010 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B97AA1065676 for ; Sun, 14 Feb 2010 10:16:49 +0000 (UTC) (envelope-from 3LMh3SwkOBLcYpa-peXomdlldibZlab.ZljjlklCobb8PA.lod@codesite.bounces.google.com) Received: from mail-pz0-f208.google.com (mail-pz0-f208.google.com [209.85.222.208]) by mx1.freebsd.org (Postfix) with ESMTP id 99C548FC0C for ; Sun, 14 Feb 2010 10:16:49 +0000 (UTC) Received: by pzk25 with SMTP id 25so195504pzk.2 for ; Sun, 14 Feb 2010 02:16:49 -0800 (PST) MIME-Version: 1.0 X-Generated-By: Google Code X-GoogleCode-Project: bsd-sharp X-GoogleCode-Issue-Id: 13 References: <2-3033377772363836026-12015537421288719582-bsd-sharp=googlecode.com@googlecode.com> <0-3033377772363836026-12015537421288719582-bsd-sharp=googlecode.com@googlecode.com> In-Reply-To: <2-3033377772363836026-12015537421288719582-bsd-sharp=googlecode.com@googlecode.com> Received: by 10.114.186.37 with SMTP id j37mr727175waf.0.1266141228786; Sun, 14 Feb 2010 01:53:48 -0800 (PST) Message-ID: <3-3033377772363836026-12015537421288719582-bsd-sharp=googlecode.com@googlecode.com> Date: Sun, 14 Feb 2010 09:53:48 +0000 From: bsd-sharp@googlecode.com To: mono@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Cc: Subject: Re: Issue 13 in bsd-sharp: Portshaker needs to ignore .git and .svn directories under /usr/ports X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2010 10:16:49 -0000 Comment #3 on issue 13 by romain.tartiere: Portshaker needs to ignore .git and .svn directories under /usr/ports http://code.google.com/p/bsd-sharp/issues/detail?id=13 The sample configuration is provided for the most general case: merge BSD# Ports at the usual location in the ports tree. So yes, merging anywhere else is fine, but it is more straightforward to either edit portshaker.subr.in and tweak the various RSYNC* variables at the beginning of the code (they can even be changed to be caught in the user env(8) if you decide to use this way), or nor use the portshaker(8) wrapping script but directly call e.g. /usr/local/etc/portshaker.d/bsd_sharp merge_to -t /usr/ports/ portshaker(8) provides a convenient interface to call the various scripts in order, using the "clone_to" command for the first one and then "merge_to". I would recommand the second approch: it's quite straightforward I guess, and reseting the ports tree in portshaker is only needed when portshaker have to merge ports which are updated in multiple source trees (e.g. evince-2.28.2_1 (ports) -> evince-2.28.2_2 (freebsd_texlive_ports) -> evince-2.29.5 (mc_ports) -> evince-2.29.5_1 (freebsd_texlive_ports_marcuscom) in my setup). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings From owner-freebsd-mono@FreeBSD.ORG Sun Feb 14 11:17:08 2010 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D51A0106566B for ; Sun, 14 Feb 2010 11:17:08 +0000 (UTC) (envelope-from 3m9V3SwkOBDQRiT-iXQhfWeeWbUSeTU.Seccede5hUU1I3.ehW@codesite.bounces.google.com) Received: from mail-pz0-f208.google.com (mail-pz0-f208.google.com [209.85.222.208]) by mx1.freebsd.org (Postfix) with ESMTP id B5CF98FC0A for ; Sun, 14 Feb 2010 11:17:08 +0000 (UTC) Received: by pzk25 with SMTP id 25so196303pzk.2 for ; Sun, 14 Feb 2010 03:17:08 -0800 (PST) MIME-Version: 1.0 X-Generated-By: Google Code X-GoogleCode-Project: bsd-sharp X-GoogleCode-Issue-Id: 13 References: <3-3033377772363836026-12015537421288719582-bsd-sharp=googlecode.com@googlecode.com> <0-3033377772363836026-12015537421288719582-bsd-sharp=googlecode.com@googlecode.com> In-Reply-To: <3-3033377772363836026-12015537421288719582-bsd-sharp=googlecode.com@googlecode.com> Received: by 10.114.186.37 with SMTP id j37mr737301waf.0.1266144667786; Sun, 14 Feb 2010 02:51:07 -0800 (PST) Message-ID: <4-3033377772363836026-12015537421288719582-bsd-sharp=googlecode.com@googlecode.com> Date: Sun, 14 Feb 2010 10:51:07 +0000 From: bsd-sharp@googlecode.com To: mono@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Cc: Subject: Re: Issue 13 in bsd-sharp: Portshaker needs to ignore .git and .svn directories under /usr/ports X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2010 11:17:08 -0000 Updates: Status: WontFix Comment #4 on issue 13 by romain.tartiere: Portshaker needs to ignore .git and .svn directories under /usr/ports http://code.google.com/p/bsd-sharp/issues/detail?id=13 FWI, I committed r776 and r777 related to this issue to add warnings and make it easy to provide RSYNC_FLAGS to exclude e.g. .git directory. I think that's enough to consider this issue closed. If you want more details, fell free to reopen it. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings From owner-freebsd-mono@FreeBSD.ORG Mon Feb 15 11:08:04 2010 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E8FF106568F for ; Mon, 15 Feb 2010 11:08:04 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D8FE8FC08 for ; Mon, 15 Feb 2010 11:08:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1FB84Za071251 for ; Mon, 15 Feb 2010 11:08:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1FB83EA071249 for mono@FreeBSD.org; Mon, 15 Feb 2010 11:08:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 15 Feb 2010 11:08:03 GMT Message-Id: <201002151108.o1FB83EA071249@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: mono@FreeBSD.org Cc: Subject: Current problem reports assigned to mono@FreeBSD.org X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2010 11:08:04 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/143657 mono [PATCH] lang/boo: update to 0.9.3 o ports/141444 mono [new port] irc/smuxi: Smart MUltipleXed Irc o ports/141443 mono [new port] irc/smartirc4net: Multi-layered IRC library o ports/141442 mono [new port] devel/nini: .NET configuration library 4 problems total. From owner-freebsd-mono@FreeBSD.ORG Tue Feb 16 08:00:35 2010 Return-Path: Delivered-To: mono@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3549C1065692; Tue, 16 Feb 2010 08:00:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0D90F8FC18; Tue, 16 Feb 2010 08:00:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1G80Y1l090307; Tue, 16 Feb 2010 08:00:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1G80Yr0090298; Tue, 16 Feb 2010 08:00:34 GMT (envelope-from edwin) Date: Tue, 16 Feb 2010 08:00:34 GMT Message-Id: <201002160800.o1G80Yr0090298@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mono@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/143984: devel/monodevelop update to 2.2.1 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 08:00:35 -0000 Synopsis: devel/monodevelop update to 2.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->mono Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 16 08:00:34 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=143984 From owner-freebsd-mono@FreeBSD.ORG Tue Feb 16 08:10:13 2010 Return-Path: Delivered-To: mono@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03DAD10656C5; Tue, 16 Feb 2010 08:10:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D02C78FC17; Tue, 16 Feb 2010 08:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1G8AC6u099432; Tue, 16 Feb 2010 08:10:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1G8AC1u099428; Tue, 16 Feb 2010 08:10:12 GMT (envelope-from edwin) Date: Tue, 16 Feb 2010 08:10:12 GMT Message-Id: <201002160810.o1G8AC1u099428@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mono@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/143985: devel/monodevelop-boo update to 2.2 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 08:10:13 -0000 Synopsis: devel/monodevelop-boo update to 2.2 Responsible-Changed-From-To: freebsd-ports-bugs->mono Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 16 08:10:12 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=143985 From owner-freebsd-mono@FreeBSD.ORG Tue Feb 16 08:10:17 2010 Return-Path: Delivered-To: mono@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF55A10656C5; Tue, 16 Feb 2010 08:10:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A81808FC1A; Tue, 16 Feb 2010 08:10:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1G8AHIF099982; Tue, 16 Feb 2010 08:10:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1G8AHZ4099977; Tue, 16 Feb 2010 08:10:17 GMT (envelope-from edwin) Date: Tue, 16 Feb 2010 08:10:17 GMT Message-Id: <201002160810.o1G8AHZ4099977@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mono@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/143986: devel/monodevelop-database update to 2.2 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 08:10:17 -0000 Synopsis: devel/monodevelop-database update to 2.2 Responsible-Changed-From-To: freebsd-ports-bugs->mono Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 16 08:10:17 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=143986 From owner-freebsd-mono@FreeBSD.ORG Tue Feb 16 08:10:28 2010 Return-Path: Delivered-To: mono@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A1EF10656C2; Tue, 16 Feb 2010 08:10:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 726A58FC16; Tue, 16 Feb 2010 08:10:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1G8AS09001680; Tue, 16 Feb 2010 08:10:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1G8ASmw001671; Tue, 16 Feb 2010 08:10:28 GMT (envelope-from edwin) Date: Tue, 16 Feb 2010 08:10:28 GMT Message-Id: <201002160810.o1G8ASmw001671@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mono@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/143988: devel/monodevelop-vala update to 2.2 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 08:10:28 -0000 Synopsis: devel/monodevelop-vala update to 2.2 Responsible-Changed-From-To: freebsd-ports-bugs->mono Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 16 08:10:27 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=143988 From owner-freebsd-mono@FreeBSD.ORG Tue Feb 16 08:33:14 2010 Return-Path: Delivered-To: freebsd-mono@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 163361065670; Tue, 16 Feb 2010 08:33:14 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E275F8FC1E; Tue, 16 Feb 2010 08:33:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1G8XDLj028091; Tue, 16 Feb 2010 08:33:13 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1G8XDBO028087; Tue, 16 Feb 2010 08:33:13 GMT (envelope-from lwhsu) Date: Tue, 16 Feb 2010 08:33:13 GMT Message-Id: <201002160833.o1G8XDBO028087@freefall.freebsd.org> To: lwhsu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-mono@FreeBSD.org From: lwhsu@FreeBSD.org Cc: Subject: Re: ports/143987: devel/monodevelop-java update to 2.2 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 08:33:14 -0000 Synopsis: devel/monodevelop-java update to 2.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-mono Responsible-Changed-By: lwhsu Responsible-Changed-When: Tue Feb 16 08:33:13 UTC 2010 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=143987 From owner-freebsd-mono@FreeBSD.ORG Tue Feb 16 17:19:32 2010 Return-Path: Delivered-To: mono@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE8F01065672; Tue, 16 Feb 2010 17:19:32 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C62D98FC12; Tue, 16 Feb 2010 17:19:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1GHJWjB078204; Tue, 16 Feb 2010 17:19:32 GMT (envelope-from romain@freefall.freebsd.org) Received: (from romain@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1GHJWRv078200; Tue, 16 Feb 2010 17:19:32 GMT (envelope-from romain) Date: Tue, 16 Feb 2010 17:19:32 GMT Message-Id: <201002161719.o1GHJWRv078200@freefall.freebsd.org> To: armin@frozen-zone.org, romain@FreeBSD.org, mono@FreeBSD.org From: romain@FreeBSD.org Cc: Subject: Re: ports/143984: devel/monodevelop update to 2.2.1 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 17:19:33 -0000 Synopsis: devel/monodevelop update to 2.2.1 State-Changed-From-To: open->patched State-Changed-By: romain State-Changed-When: Mar 16 fév 2010 17:12:45 UTC State-Changed-Why: Patch merged in the BSD# repository: http://code.google.com/p/bsd-sharp/source/detail?r=779 The ports maintained by mono@ are generally maintained in the BSD# Project. In order to avoid duplicate work, you can check for updated ports there, and if none is available, a diff against the BSD# repo is mos efficient way to help. We plan to update monodevelop once mono-2.6.x is in the ports (mainly because of the soft-debugger support in monodevelop not being available in the version of mono currently availabe on FreeBSD). Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=143984 From owner-freebsd-mono@FreeBSD.ORG Tue Feb 16 17:20:48 2010 Return-Path: Delivered-To: mono@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D81A1065679; Tue, 16 Feb 2010 17:20:48 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 14F768FC1D; Tue, 16 Feb 2010 17:20:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1GHKlHJ083944; Tue, 16 Feb 2010 17:20:47 GMT (envelope-from romain@freefall.freebsd.org) Received: (from romain@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1GHKl4M083935; Tue, 16 Feb 2010 17:20:47 GMT (envelope-from romain) Date: Tue, 16 Feb 2010 17:20:47 GMT Message-Id: <201002161720.o1GHKl4M083935@freefall.freebsd.org> To: armin@frozen-zone.org, romain@FreeBSD.org, mono@FreeBSD.org From: romain@FreeBSD.org Cc: Subject: Re: ports/143986: devel/monodevelop-database update to 2.2 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 17:20:48 -0000 Synopsis: devel/monodevelop-database update to 2.2 State-Changed-From-To: open->patched State-Changed-By: romain State-Changed-When: Mar 16 fév 2010 17:20:04 UTC State-Changed-Why: Patched in the BSD# Repository: http://code.google.com/p/bsd-sharp/source/detail?r=780 Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=143986 From owner-freebsd-mono@FreeBSD.ORG Tue Feb 16 17:35:22 2010 Return-Path: Delivered-To: freebsd-mono@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46CC0106566B; Tue, 16 Feb 2010 17:35:22 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1E1338FC17; Tue, 16 Feb 2010 17:35:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1GHZMId095779; Tue, 16 Feb 2010 17:35:22 GMT (envelope-from romain@freefall.freebsd.org) Received: (from romain@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1GHZLR4095775; Tue, 16 Feb 2010 17:35:21 GMT (envelope-from romain) Date: Tue, 16 Feb 2010 17:35:21 GMT Message-Id: <201002161735.o1GHZLR4095775@freefall.freebsd.org> To: romain@FreeBSD.org, freebsd-mono@FreeBSD.org, mono@FreeBSD.org From: romain@FreeBSD.org Cc: Subject: Re: ports/143987: devel/monodevelop-java update to 2.2 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 17:35:22 -0000 Synopsis: devel/monodevelop-java update to 2.2 Responsible-Changed-From-To: freebsd-mono->mono Responsible-Changed-By: romain Responsible-Changed-When: Mar 16 fév 2010 17:34:24 UTC Responsible-Changed-Why: freebsd-mono is mono. http://www.freebsd.org/cgi/query-pr.cgi?pr=143987 From owner-freebsd-mono@FreeBSD.ORG Tue Feb 16 17:35:22 2010 Return-Path: Delivered-To: mono@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46CC0106566B; Tue, 16 Feb 2010 17:35:22 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1E1338FC17; Tue, 16 Feb 2010 17:35:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1GHZMId095779; Tue, 16 Feb 2010 17:35:22 GMT (envelope-from romain@freefall.freebsd.org) Received: (from romain@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1GHZLR4095775; Tue, 16 Feb 2010 17:35:21 GMT (envelope-from romain) Date: Tue, 16 Feb 2010 17:35:21 GMT Message-Id: <201002161735.o1GHZLR4095775@freefall.freebsd.org> To: romain@FreeBSD.org, freebsd-mono@FreeBSD.org, mono@FreeBSD.org From: romain@FreeBSD.org Cc: Subject: Re: ports/143987: devel/monodevelop-java update to 2.2 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 17:35:22 -0000 Synopsis: devel/monodevelop-java update to 2.2 Responsible-Changed-From-To: freebsd-mono->mono Responsible-Changed-By: romain Responsible-Changed-When: Mar 16 fév 2010 17:34:24 UTC Responsible-Changed-Why: freebsd-mono is mono. http://www.freebsd.org/cgi/query-pr.cgi?pr=143987 From owner-freebsd-mono@FreeBSD.ORG Tue Feb 16 17:36:09 2010 Return-Path: Delivered-To: mono@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B50D31065676; Tue, 16 Feb 2010 17:36:09 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C3258FC0A; Tue, 16 Feb 2010 17:36:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1GHa9NU095858; Tue, 16 Feb 2010 17:36:09 GMT (envelope-from romain@freefall.freebsd.org) Received: (from romain@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1GHa97l095854; Tue, 16 Feb 2010 17:36:09 GMT (envelope-from romain) Date: Tue, 16 Feb 2010 17:36:09 GMT Message-Id: <201002161736.o1GHa97l095854@freefall.freebsd.org> To: armin@frozen-zone.org, romain@FreeBSD.org, mono@FreeBSD.org From: romain@FreeBSD.org Cc: Subject: Re: ports/143987: devel/monodevelop-java update to 2.2 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 17:36:09 -0000 Synopsis: devel/monodevelop-java update to 2.2 State-Changed-From-To: open->patched State-Changed-By: romain State-Changed-When: Mar 16 fév 2010 17:35:40 UTC State-Changed-Why: Patched in the BSD# Repository: http://code.google.com/p/bsd-sharp/source/detail?r=781 Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=143987 From owner-freebsd-mono@FreeBSD.ORG Tue Feb 16 17:36:57 2010 Return-Path: Delivered-To: mono@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38FEB1065679; Tue, 16 Feb 2010 17:36:57 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 106148FC1B; Tue, 16 Feb 2010 17:36:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1GHauPs095938; Tue, 16 Feb 2010 17:36:56 GMT (envelope-from romain@freefall.freebsd.org) Received: (from romain@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1GHau0W095934; Tue, 16 Feb 2010 17:36:56 GMT (envelope-from romain) Date: Tue, 16 Feb 2010 17:36:56 GMT Message-Id: <201002161736.o1GHau0W095934@freefall.freebsd.org> To: armin@frozen-zone.org, romain@FreeBSD.org, mono@FreeBSD.org From: romain@FreeBSD.org Cc: Subject: Re: ports/143988: devel/monodevelop-vala update to 2.2 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 17:36:57 -0000 Synopsis: devel/monodevelop-vala update to 2.2 State-Changed-From-To: open->patched State-Changed-By: romain State-Changed-When: Mar 16 fév 2010 17:36:29 UTC State-Changed-Why: Patched in the BSD# Repository: http://code.google.com/p/bsd-sharp/source/detail?r=782 Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=143988 From owner-freebsd-mono@FreeBSD.ORG Tue Feb 16 18:10:50 2010 Return-Path: Delivered-To: mono@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B51BF1065694; Tue, 16 Feb 2010 18:10:50 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8BF268FC14; Tue, 16 Feb 2010 18:10:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1GIAosM027251; Tue, 16 Feb 2010 18:10:50 GMT (envelope-from romain@freefall.freebsd.org) Received: (from romain@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1GIAoIg027247; Tue, 16 Feb 2010 18:10:50 GMT (envelope-from romain) Date: Tue, 16 Feb 2010 18:10:50 GMT Message-Id: <201002161810.o1GIAoIg027247@freefall.freebsd.org> To: armin@frozen-zone.org, romain@FreeBSD.org, mono@FreeBSD.org From: romain@FreeBSD.org Cc: Subject: Re: ports/143985: devel/monodevelop-boo update to 2.2 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 18:10:50 -0000 Synopsis: devel/monodevelop-boo update to 2.2 State-Changed-From-To: open->patched State-Changed-By: romain State-Changed-When: Tue Feb 16 18:07:51 UTC 2010 State-Changed-Why: Patched in the BSD# Repository: http://code.google.com/p/bsd-sharp/source/detail?r=784 Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=143985