From owner-svn-ports-head@freebsd.org Sun Aug 16 06:54:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B57C29B9C48; Sun, 16 Aug 2015 06:54:48 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FBEB1FC0; Sun, 16 Aug 2015 06:54:48 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7G6sm84012467; Sun, 16 Aug 2015 06:54:48 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7G6slkR012462; Sun, 16 Aug 2015 06:54:47 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201508160654.t7G6slkR012462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: Romain Tartière Date: Sun, 16 Aug 2015 06:54:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394390 - in head/lang/mono: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Aug 2015 06:54:48 -0000 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