summaryrefslogtreecommitdiff
path: root/lang/mono/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2004-03-03 01:37:09 +0000
committerrecht <recht>2004-03-03 01:37:09 +0000
commitb00f990ae9297e8b62b429d1f082611dd26e1089 (patch)
treef3ea1fc4e314e4a8b1330483002d4538d2926e36 /lang/mono/Makefile
parent86a880c05a9395c4069b623e0e950b0f28e74bf5 (diff)
downloadpkgsrc-b00f990ae9297e8b62b429d1f082611dd26e1089.tar.gz
update to 0.30.2
The only thing that changed is the included mcs. For which - sadly - is now real news file available. By comparing it seems that the following packages have changed: System.Runtime.Remoting, System.Web, System.Web.Services, System.XML Changes (among others): * iterators.cs (IteratorHandler.IsIEnumerator, IsIEnumerable): New routines to check if a type is an enumerable/enumerator allow classes that implement the IEnumerable or IEnumerator interfaces. * String.cs: Concat() fixed crash when one of the arguments is an object whose ToString() method returns null. * TypeLoadException.cs: Added some serialization fiels, needed for compatibility with MS.NET. * String.cs (Equals): Speed up this method by avoiding Array Bounds Checks and by comparing by 32 bit words rather than 16 bit chars. This gives between 0x (for 1 char) and >2x (for large strings) factor of improvement.
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r--lang/mono/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index be852ac8869..bf3fe6c8164 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2004/02/28 23:41:32 recht Exp $
+# $NetBSD: Makefile,v 1.21 2004/03/03 01:37:09 recht Exp $
#
-DISTNAME= mono-0.30.1
+DISTNAME= mono-0.30.2
CATEGORIES= lang
MASTER_SITES= http://www.go-mono.org/archive/