diff options
author | kefren <kefren@pkgsrc.org> | 2008-04-25 11:23:26 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2008-04-25 11:23:26 +0000 |
commit | 5b94b0b6bc175a84fe771577bf4515ec5487a1e5 (patch) | |
tree | 2253c64196000154426a80be1460880a36d56964 /lang/mono/Makefile | |
parent | 029b1b2c2e8fb04d9f1732d9bde7311b70b13141 (diff) | |
download | pkgsrc-5b94b0b6bc175a84fe771577bf4515ec5487a1e5.tar.gz |
pullup a patch from trunk that fixes a crash when inferring from null
argument anonymous method. This should fix crash when building wip/nemo.
Bump pkgrevision
Thanks to Marek Safar for pointing me the exact change in mono tree
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r-- | lang/mono/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index bb41f482587..0c13a3bab7e 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2008/04/19 18:42:10 kefren Exp $ +# $NetBSD: Makefile,v 1.65 2008/04/25 11:23:26 kefren Exp $ DISTNAME= mono-${MONO_VERSION} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://go-mono.com/sources/mono/ EXTRACT_SUFX= .tar.bz2 |