From owner-svn-ports-all@freebsd.org Thu Jul 12 12:37:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D91961031ABE; Thu, 12 Jul 2018 12:37:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84F588EF5E; Thu, 12 Jul 2018 12:37:24 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64CB021734; Thu, 12 Jul 2018 12:37:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6CCbOMN024021; Thu, 12 Jul 2018 12:37:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6CCbOSR024019; Thu, 12 Jul 2018 12:37:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201807121237.w6CCbOSR024019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 12 Jul 2018 12:37:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474510 - branches/2018Q3/lang/mono X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2018Q3/lang/mono X-SVN-Commit-Revision: 474510 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2018 12:37:25 -0000 Author: feld Date: Thu Jul 12 12:37:23 2018 New Revision: 474510 URL: https://svnweb.freebsd.org/changeset/ports/474510 Log: MFH: r474509 lang/mono: Add missing btls files to the plist PR: 229247 Modified: branches/2018Q3/lang/mono/Makefile branches/2018Q3/lang/mono/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/lang/mono/Makefile ============================================================================== --- branches/2018Q3/lang/mono/Makefile Thu Jul 12 12:36:36 2018 (r474509) +++ branches/2018Q3/lang/mono/Makefile Thu Jul 12 12:37:23 2018 (r474510) @@ -3,7 +3,7 @@ PORTNAME= mono PORTVERSION= 5.10.1.47 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= https://download.mono-project.com/sources/mono/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} Modified: branches/2018Q3/lang/mono/pkg-plist ============================================================================== --- branches/2018Q3/lang/mono/pkg-plist Thu Jul 12 12:36:36 2018 (r474509) +++ branches/2018Q3/lang/mono/pkg-plist Thu Jul 12 12:37:23 2018 (r474510) @@ -1130,6 +1130,7 @@ lib/mono/4.5/Microsoft.Common.tasks lib/mono/4.5/Microsoft.VisualBasic.targets lib/mono/4.5/Microsoft.VisualC.dll lib/mono/4.5/Microsoft.Web.Infrastructure.dll +lib/mono/4.5/Mono.Btls.Interface.dll lib/mono/4.5/Mono.CSharp.dll lib/mono/4.5/Mono.Cairo.dll lib/mono/4.5/Mono.CodeContracts.dll @@ -2406,6 +2407,8 @@ lib/mono/4.7.1-api/cscompmgd.dll lib/mono/4.7.1-api/mscorlib.dll lib/mono/gac/Accessibility/4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll lib/mono/gac/Accessibility/4.0.0.0__b03f5f7f11d50a3a/Accessibility.pdb +lib/mono/gac/Mono.Btls.Interface/4.0.0.0__0738eb9f132ed756/Mono.Btls.Interface.dll +lib/mono/gac/Mono.Btls.Interface/4.0.0.0__0738eb9f132ed756/Mono.Btls.Interface.pdb lib/mono/gac/Commons.Xml.Relaxng/4.0.0.0__0738eb9f132ed756/Commons.Xml.Relaxng.dll lib/mono/gac/Commons.Xml.Relaxng/4.0.0.0__0738eb9f132ed756/Commons.Xml.Relaxng.pdb lib/mono/gac/CustomMarshalers/4.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll