head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.05.58.53;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2011.06.12.19.06.23;	author romain;	state Exp;
branches;
next	1.5;

1.5
date	2010.06.01.12.41.26;	author romain;	state Exp;
branches;
next	1.4;

1.4
date	2009.07.06.10.22.00;	author flz;	state Exp;
branches;
next	1.3;

1.3
date	2009.06.24.09.35.44;	author flz;	state Exp;
branches;
next	1.2;

1.2
date	2009.06.23.21.03.10;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2009.06.23.11.46.02;	author flz;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	mono-basic
# Date created:		2008-12-20
# Whom:			Romain Tartiere <romain@@blogreen.org>
#
# $FreeBSD: head/lang/mono-basic/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	mono-basic
PORTVERSION=	2.10
CATEGORIES=	lang
MASTER_SITES=	http://ftp.novell.com/pub/mono/sources/${PORTNAME}/

MAINTAINER=	mono@@FreeBSD.org
COMMENT=	VisualBasic.NET support for Mono

BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mono
RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono

MAN1=		vbnc.1

USE_BZIP2=	yes
HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX}
USE_GMAKE=	yes

tests: build
	@@${ECHO_MSG} "===> Running ${PORTNAME} regression tests"
	@@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \
		${MAKE_FLAGS} Makefile ${MAKE_ARGS} test)

.include <bsd.port.mk>
@


1.6
log
@Hello Mono 2.10!

Main updates
------------
devel/mono-tools                2.6.2 -> 2.10
lang/mono                       2.6.7 -> 2.10.2
lang/mono-basic                 2.6.2 -> 2.10.2
www/mod_mono                    2.6.3 -> 2.10
www/xsp                         2.6.5 -> 2.10.2
x11-toolkits/libgdiplus         2.6.7 -> 2.10

Other updates
-------------
deskutils/tomboy                1.4.2 -> 1.6.1
devel/mono-addins               0.5 -> 0.6.1
devel/monodevelop               2.4 -> 2.4.2
graphics/f-spot                 0.8.0 -> 0.8.2
print/pdfmod                    0.9.0 -> 0.9.1
x11-toolkits/gnome-sharp20      2.24.1 -> 2.24.2

Ports marked BROKEN
-------------------
multimedia/banshee
multimedia/moonlight

PR:		ports/155948
Submitted by:	me
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
  devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
  devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
  graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
  multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
  www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
  x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).

PR:		ports/143657 [1]
Submitted by:	glewis [1]
@
text
@d9 1
a9 1
PORTVERSION=	2.6.2
@


1.4
log
@Update lang/mono-basic to 2.4.2.

PR:		ports/136349
Submitted by:	Romain Tartiere
@
text
@d9 1
a9 1
PORTVERSION=	2.4.2
@


1.3
log
@It's actually not a GNU configure script, so revert to HAS_CONFIGURE and
use CONFIGURE_ARGS appropriately.

PR:		ports/135994
Reported by:	John Hein via Romain Tartiere
@
text
@d9 1
a9 1
PORTVERSION=	2.4
@


1.2
log
@Use GNU_CONFIGURE instead of HAS_CONFIGURE.

Reported by:	John Hein
@
text
@d22 2
a23 1
GNU_CONFIGURE=	yes
@


1.1
log
@Add lang/mono-basic 2.4, VisualBasic.NET support for Mono.

PR:		ports/135928
Submitted by:	Romain Tartiere
@
text
@d22 1
a22 1
HAS_CONFIGURE=	yes
@

