diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-16 05:36:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-16 05:36:37 +0800 |
commit | 4f51e8bf73fa8f8e8f947cedb861a7d0ae8a4fb5 (patch) | |
tree | b7d1d57317f1ef06092f8750cb420edaa8d43ecd /lang | |
parent | b9f8ecdd0d720ca8aa88d3371b7d8cbbf5a5533e (diff) | |
download | freebsd-ports-gnome-4f51e8bf73fa8f8e8f947cedb861a7d0ae8a4fb5.tar.gz freebsd-ports-gnome-4f51e8bf73fa8f8e8f947cedb861a7d0ae8a4fb5.tar.zst freebsd-ports-gnome-4f51e8bf73fa8f8e8f947cedb861a7d0ae8a4fb5.zip |
Update to 0.29.
PR: 60228
Submitted by: John Merryweather Cooper <johnmary@adelphia.net>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/Makefile | 3 | ||||
-rw-r--r-- | lang/mono/distinfo | 2 | ||||
-rw-r--r-- | lang/mono/pkg-plist | 10 |
3 files changed, 10 insertions, 5 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 46fe0ef6074d..b12a9abc51c0 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mono -PORTVERSION= 0.28 -PORTREVISION= 1 +PORTVERSION= 0.29 CATEGORIES= lang MASTER_SITES= http://www.go-mono.com/archive/ diff --git a/lang/mono/distinfo b/lang/mono/distinfo index fa33ff29a412..61c17c2caf99 100644 --- a/lang/mono/distinfo +++ b/lang/mono/distinfo @@ -1 +1 @@ -MD5 (mono-0.28.tar.gz) = 108f89a08c1f1dd772b8d48ea5dcaf24 +MD5 (mono-0.29.tar.gz) = 3f79461475bacc2ec4c3f85de213d8a0 diff --git a/lang/mono/pkg-plist b/lang/mono/pkg-plist index 9edfa847db88..b17acfc18035 100644 --- a/lang/mono/pkg-plist +++ b/lang/mono/pkg-plist @@ -2,6 +2,8 @@ bin/chktrust bin/chktrust.exe bin/cilc bin/cilc.exe +bin/disco +bin/disco.exe bin/genxs bin/genxs.exe bin/ilasm @@ -28,6 +30,7 @@ bin/wsdl bin/wsdl.exe bin/xsd bin/xsd.exe +etc/mono/DefaultWsdlHelpGenerator.aspx etc/mono/config etc/mono/machine.config include/mono/cil/opcode.def @@ -67,6 +70,7 @@ include/mono/metadata/environment.h include/mono/metadata/exception.h include/mono/metadata/image.h include/mono/metadata/loader.h +include/mono/metadata/locales.h include/mono/metadata/mempool.h include/mono/metadata/metadata.h include/mono/metadata/monitor.h @@ -90,6 +94,7 @@ include/mono/private/libgc-mono-debugger.h include/mono/utils/mono-digest.h include/mono/utils/mono-hash.h include/mono/utils/mono-logger.h +include/mono/utils/mono-math.h include/mono/utils/monobitset.h lib/Accessibility.dll lib/ByteFX.Data.dll @@ -114,7 +119,6 @@ lib/Mono.Data.SqliteClient.dll lib/Mono.Data.SybaseClient.dll lib/Mono.Data.Tds.dll lib/Mono.Data.TdsClient.dll -lib/Mono.Directory.LDAP.dll lib/Mono.GetOptions.dll lib/Mono.Http.dll lib/Mono.PEToolkit.dll @@ -123,6 +127,7 @@ lib/Mono.Security.Win32.dll lib/Mono.Security.dll lib/NUnit.Framework.dll lib/NUnit.Util.dll +lib/Novell.Directory.Ldap.dll lib/Npgsql.dll lib/PEAPI.dll lib/System.Configuration.Install.dll @@ -144,13 +149,14 @@ lib/System.Web.dll lib/System.Windows.Forms.dll lib/System.Xml.dll lib/System.dll -lib/corlib.dll +lib/libgdiplus.dll.so lib/libmono-profiler-cov.a lib/libmono-profiler-cov.so lib/libmono-profiler-cov.so.0 lib/libmono.a lib/libmono.so lib/libmono.so.0 +lib/mscorlib.dll libdata/pkgconfig/mono.pc share/mono/cil/cil-opcodes.xml @dirrm share/mono/cil |