[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono by killfill

noreply at forge.novell.com noreply at forge.novell.com
Thu Nov 22 08:31:04 MST 2007


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono by killfill

Added Files:
	Makefile bsd.mono.mk distinfo pkg-descr pkg-message pkg-plist 
Log Message:
Readd port, to apply changes for 1.2.6.

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile	2007/10/23 03:43:32	1.95
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/Makefile	2007/11/22 15:31:04	1.96
@@ -2,8 +2,8 @@
 # Date created:        22 July 2002
 # Whom:                Yukihiro Nakai <nakai at FreeBSD.org>
 #
-# $FreeBSD: ports/lang/mono/Makefile,v 1.66 2007/03/24 22:19:49 tmclaugh Exp $
-#   $Id: Makefile,v 1.95 2007/10/23 03:43:32 tmclau02 dead $
+# $FreeBSD: ports/lang/mono/Makefile,v 1.69 2007/10/25 18:34:27 tmclaugh Exp $
+#   $Id: Makefile,v 1.96 2007/11/22 15:31:04 killfill Exp $
 #
 
 PORTNAME=	mono
@@ -84,10 +84,16 @@
 		${WRKSRC}/mcs/tools/mkbundle/mkbundle.cs
 	@${REINPLACE_CMD} -e 's|libgamin-1.so.0|libgamin-1.so.1|g' \
 		${WRKSRC}/mcs/class/System/System.IO/FAMWatcher.cs
+	@${REINPLACE_CMD} -e 's|^#!/bin/bash|#!/bin/sh|g' \
+		${WRKSRC}/mcs/class/Managed.Windows.Forms/build-csproj \
+		${WRKSRC}/mcs/class/Managed.Windows.Forms/build-csproj2k5
 
-.if ${OSVERSION} >= 700000
+.if ${OSVERSION} >= 700000 && ${OSVERSION} < 800000
 	@${REINPLACE_CMD} -e 's|freebsd6|freebsd7|g' \
-	${WRKSRC}/configure ${WRKSRC}/libgc/configure
+		${WRKSRC}/configure ${WRKSRC}/libgc/configure
+.elif ${OSVERSION} >= 800000
+	@${REINPLACE_CMD} -e 's|freebsd6|freebsd8|g' \
+		${WRKSRC}/configure ${WRKSRC}/libgc/configure
 .endif
 
 tests: build
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk	2007/10/23 03:43:32	1.26
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/bsd.mono.mk	2007/11/22 15:31:04	1.27
@@ -5,8 +5,8 @@
 # bsd.mono.mk: accomodate the peculiarities of building C# ports within
 # the FreeBSD ports system.
 #
-# $FreeBSD: ports/lang/mono/bsd.mono.mk,v 1.7 2007/03/17 03:48:02 tmclaugh Exp $
-#   $Id: bsd.mono.mk,v 1.26 2007/10/23 03:43:32 tmclau02 dead $
+# $FreeBSD: ports/lang/mono/bsd.mono.mk,v 1.8 2007/10/23 03:19:04 tmclaugh Exp $
+#   $Id: bsd.mono.mk,v 1.27 2007/11/22 15:31:04 killfill Exp $
 #
 
 # USE_NANT		- If set, the port uses nant.
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/distinfo,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/distinfo	2007/10/23 03:43:32	1.49
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/distinfo	2007/11/22 15:31:04	1.50
@@ -1,3 +1,3 @@
-MD5 (mono-1.2.5.1.tar.bz2) = dfede0c8c29384a8f8a6953a9bd06224
-SHA256 (mono-1.2.5.1.tar.bz2) = 434f91032e48c03e1202ba3cef1648e2708eeefcf51143d3547e34acc9c68a96
-SIZE (mono-1.2.5.1.tar.bz2) = 17492757
+MD5 (mono-1.2.6.tar.bz2) = c3f345f3ba4112960f25dfa342e28d0c
+SHA256 (mono-1.2.6.tar.bz2) = 941fb46599969ef9f65f188ddfa2c5256af858b48971b737ca8279f036bd76a5
+SIZE (mono-1.2.6.tar.bz2) = 18145522
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/pkg-descr,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/pkg-message,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/pkg-plist,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51


More information about the Bsd-sharp-cvs mailing list