diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-02-27 12:27:54 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-02-27 12:27:54 +0800 |
commit | f77b32bbf9de29c2589ca6136b3166a0c56698bd (patch) | |
tree | 77dde8866d4049feba8a9d5650f8aea5c5eb21d7 /lang | |
parent | 73aca5427baf59b6f85f483bfba9b18c4a88ddaa (diff) | |
download | freebsd-ports-gnome-f77b32bbf9de29c2589ca6136b3166a0c56698bd.tar.gz freebsd-ports-gnome-f77b32bbf9de29c2589ca6136b3166a0c56698bd.tar.zst freebsd-ports-gnome-f77b32bbf9de29c2589ca6136b3166a0c56698bd.zip |
Update to 1.0.6, see details: http://www.go-mono.com/archive/1.0.6/
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/Makefile | 7 | ||||
-rw-r--r-- | lang/mono/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 14e10b79475c..7d7dccfb4f33 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -2,19 +2,20 @@ # Date created: 22 July 2002 # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # -# $Id: Makefile,v 1.17 2005/01/09 23:53:24 mezz7 Exp $ +# $Id: Makefile,v 1.20 2005/02/23 23:26:44 tmclau02 Exp $ # $FreeBSD$ # PORTNAME= mono -PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTVERSION= 1.0.6 CATEGORIES= lang MASTER_SITES= http://www.go-mono.com/archive/${PORTVERSION}/ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= An open source implementation of .NET Development Framework +CONFLICTS= mono-devel-* + USE_REINPLACE= yes USE_BISON= yes USE_GNOME= gnomehack glib20 diff --git a/lang/mono/distinfo b/lang/mono/distinfo index 91097d715ba6..9e54c6b3f152 100644 --- a/lang/mono/distinfo +++ b/lang/mono/distinfo @@ -1,2 +1,2 @@ -MD5 (mono-1.0.5.tar.gz) = 09c9b5e7a128e7607e79d4d35bf76f68 -SIZE (mono-1.0.5.tar.gz) = 18477749 +MD5 (mono-1.0.6.tar.gz) = 61700d5e113a1c9c99511971141b6901 +SIZE (mono-1.0.6.tar.gz) = 18486989 |