From owner-svn-ports-head@freebsd.org Mon Aug 8 17:50:20 2016 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 71541BB31CF; Mon, 8 Aug 2016 17:50:20 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 24D101C94; Mon, 8 Aug 2016 17:50:20 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u78HoJrJ087095; Mon, 8 Aug 2016 17:50:19 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u78HoJ25087093; Mon, 8 Aug 2016 17:50:19 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201608081750.u78HoJ25087093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Mon, 8 Aug 2016 17:50:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419873 - head/devel/nant 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.22 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: Mon, 08 Aug 2016 17:50:20 -0000 Author: romain Date: Mon Aug 8 17:50:18 2016 New Revision: 419873 URL: https://svnweb.freebsd.org/changeset/ports/419873 Log: Fix build with mono 4.4. Some assemblies have been relocated, so adjust files path to point to the correct location. While this has consequences on the pkg-plist file, I could not experiment any functional change for the updated port, so do not bump PORTREVISION. Modified: head/devel/nant/Makefile head/devel/nant/pkg-plist Modified: head/devel/nant/Makefile ============================================================================== --- head/devel/nant/Makefile Mon Aug 8 17:48:58 2016 (r419872) +++ head/devel/nant/Makefile Mon Aug 8 17:50:18 2016 (r419873) @@ -27,6 +27,9 @@ DOCSDIR= ${PREFIX}/share/doc/NAnt post-patch: @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/NAnt.build + @${REINPLACE_CMD} -e 's|lib/mono/4.0|lib/mono/4.0-api|' \ + ${WRKSRC}/src/NAnt.Console/App.config \ + ${WRKSRC}/tests/NAnt.Core/Framework.config post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ Modified: head/devel/nant/pkg-plist ============================================================================== --- head/devel/nant/pkg-plist Mon Aug 8 17:48:58 2016 (r419872) +++ head/devel/nant/pkg-plist Mon Aug 8 17:50:18 2016 (r419873) @@ -37,12 +37,6 @@ libdata/pkgconfig/nant.pc %%DATADIR%%/bin/NDoc.Documenter.NAnt.dll %%DATADIR%%/bin/NDoc.Documenter.NAnt.dll.mdb %%DATADIR%%/bin/NDoc.Documenter.NAnt.xml -%%DATADIR%%/bin/extensions/common/2.0/NAnt.MSBuild.dll -%%DATADIR%%/bin/extensions/common/2.0/NAnt.MSBuild.dll.mdb -%%DATADIR%%/bin/extensions/common/2.0/NAnt.MSBuild.xml -%%DATADIR%%/bin/extensions/common/4.0/NAnt.MSBuild.dll -%%DATADIR%%/bin/extensions/common/4.0/NAnt.MSBuild.dll.mdb -%%DATADIR%%/bin/extensions/common/4.0/NAnt.MSBuild.xml %%DATADIR%%/bin/lib/common/2.0/nunit-console-runner.dll %%DATADIR%%/bin/lib/common/2.0/nunit-console.exe %%DATADIR%%/bin/lib/common/2.0/nunit-console.exe.config