Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2015 06:54:47 +0000 (UTC)
From:      Romain Tartière <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394390 - in head/lang/mono: . files
Message-ID:  <201508160654.t7G6slkR012462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Sun Aug 16 06:54:46 2015
New Revision: 394390
URL: https://svnweb.freebsd.org/changeset/ports/394390

Log:
  Update to 4.0.3.20.

Added:
  head/lang/mono/files/patch-eglib_src_gfile-posix.c   (contents, props changed)
Modified:
  head/lang/mono/Makefile
  head/lang/mono/distinfo
  head/lang/mono/files/patch-eglib_src_gmisc-unix.c
  head/lang/mono/pkg-plist

Modified: head/lang/mono/Makefile
==============================================================================
--- head/lang/mono/Makefile	Sun Aug 16 06:51:38 2015	(r394389)
+++ head/lang/mono/Makefile	Sun Aug 16 06:54:46 2015	(r394390)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mono
-PORTVERSION=	4.0.1.28
+PORTVERSION=	4.0.3.20
 CATEGORIES=	lang
 MASTER_SITES=	http://download.mono-project.com/sources/${PORTNAME}/
 
@@ -10,7 +10,7 @@ PATCHFILES=	#
 PATCH_SITES=	https://github.com/mono/mono/commit/
 PATCH_DIST_STRIP=-p1
 
-WRKSRC=	${WRKDIR}/mono-4.0.1
+WRKSRC=	${WRKDIR}/mono-4.0.3
 MAINTAINER=	mono@FreeBSD.org
 COMMENT=	Open source implementation of .NET Development Framework
 

Modified: head/lang/mono/distinfo
==============================================================================
--- head/lang/mono/distinfo	Sun Aug 16 06:51:38 2015	(r394389)
+++ head/lang/mono/distinfo	Sun Aug 16 06:54:46 2015	(r394390)
@@ -1,2 +1,2 @@
-SHA256 (mono-4.0.1.28.tar.bz2) = 31f7da2b2c3b39e4b3c549c0fef29604b22e827ac46cf6aa454bd5b22e4f2ec5
-SIZE (mono-4.0.1.28.tar.bz2) = 96008426
+SHA256 (mono-4.0.3.20.tar.bz2) = 976c0be3ab9b66361f48e8133c60b1b2942b88c44a7a11a19cd98f5ff64313fc
+SIZE (mono-4.0.3.20.tar.bz2) = 95987018

Added: head/lang/mono/files/patch-eglib_src_gfile-posix.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/mono/files/patch-eglib_src_gfile-posix.c	Sun Aug 16 06:54:46 2015	(r394390)
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- eglib/src/gfile-posix.c.orig
++++ eglib/src/gfile-posix.c
+@@ -170,7 +170,7 @@
+ 	do {
+ 		buffer = g_realloc (buffer, s);
+ 		r = getcwd (buffer, s);
+-		fail = (r == NULL && errno == ERANGE);
++		fail = (r == NULL && (errno == ERANGE || errno == 0));
+ 		if (fail) {
+ 			s <<= 1;
+ 		}

Modified: head/lang/mono/files/patch-eglib_src_gmisc-unix.c
==============================================================================
--- head/lang/mono/files/patch-eglib_src_gmisc-unix.c	Sun Aug 16 06:51:38 2015	(r394389)
+++ head/lang/mono/files/patch-eglib_src_gmisc-unix.c	Sun Aug 16 06:54:46 2015	(r394390)
@@ -1,4 +1,4 @@
-https://github.com/mono/mono/pull/371
+https://github.com/mono/mono/pull/1861
 
 --- eglib/src/gmisc-unix.c~
 +++ eglib/src/gmisc-unix.c

Modified: head/lang/mono/pkg-plist
==============================================================================
--- head/lang/mono/pkg-plist	Sun Aug 16 06:51:38 2015	(r394389)
+++ head/lang/mono/pkg-plist	Sun Aug 16 06:54:46 2015	(r394390)
@@ -1017,8 +1017,10 @@ lib/mono/xbuild/Microsoft/Portable/Micro
 lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets
 lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.CSharp.targets
 lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets
+lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.VisualBasic.targets
 lib/mono/xbuild/Microsoft/Portable/v4.5/Microsoft.Portable.CSharp.targets
 lib/mono/xbuild/Microsoft/Portable/v4.5/Microsoft.Portable.Common.targets
+lib/mono/xbuild/Microsoft/Portable/v4.5/Microsoft.Portable.VisualBasic.targets
 lib/mono/xbuild/Microsoft/VisualStudio/v10.0/WebApplications/Microsoft.WebApplication.targets
 lib/mono/xbuild/Microsoft/VisualStudio/v11.0/WebApplications/Microsoft.WebApplication.targets
 lib/mono/xbuild/Microsoft/VisualStudio/v9.0/WebApplications/Microsoft.WebApplication.targets



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508160654.t7G6slkR012462>