diff options
| author | Florent Thoumie <flz@FreeBSD.org> | 2009-02-09 09:00:01 +0000 |
|---|---|---|
| committer | Florent Thoumie <flz@FreeBSD.org> | 2009-02-09 09:00:01 +0000 |
| commit | c1f23cd26d8ec0c157abfb1fe1f52b3aaddee6e8 (patch) | |
| tree | 6bc6e9b8c27f338bda10b7f147eca039dcc7fb74 /lang/mono/files/patch-mcs_tools_gensources.sh | |
| parent | Fix doc build with upcoming mono 2.0.1. (diff) | |
- Update lang/mono to 2.0.1.
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.
PR: ports/129724
Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team)
Notes
Notes:
svn path=/head/; revision=227866
Diffstat (limited to 'lang/mono/files/patch-mcs_tools_gensources.sh')
| -rw-r--r-- | lang/mono/files/patch-mcs_tools_gensources.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/mono/files/patch-mcs_tools_gensources.sh b/lang/mono/files/patch-mcs_tools_gensources.sh new file mode 100644 index 000000000000..f111a86093c4 --- /dev/null +++ b/lang/mono/files/patch-mcs_tools_gensources.sh @@ -0,0 +1,8 @@ +--- mcs/tools/gensources.sh.orig 2008-04-03 11:08:16.000000000 -0400 ++++ mcs/tools/gensources.sh 2008-04-03 11:08:24.000000000 -0400 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env bash ++#!/usr/bin/env sh + + includefile=$1 + excludefile=$2 |
