From owner-svn-ports-head@freebsd.org Wed May 9 19:02:01 2018 Return-Path: Delivered-To: svn-ports-head@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 85262FC8757; Wed, 9 May 2018 19:02:01 +0000 (UTC) (envelope-from ler@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 33B63709F1; Wed, 9 May 2018 19:02:01 +0000 (UTC) (envelope-from ler@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 12D3E15860; Wed, 9 May 2018 19:02:01 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w49J2039024457; Wed, 9 May 2018 19:02:00 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w49J20G8024456; Wed, 9 May 2018 19:02:00 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201805091902.w49J20G8024456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Wed, 9 May 2018 19:02:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469461 - head/lang/mono X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/lang/mono X-SVN-Commit-Revision: 469461 X-SVN-Commit-Repository: ports 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.25 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: Wed, 09 May 2018 19:02:01 -0000 Author: ler Date: Wed May 9 19:02:00 2018 New Revision: 469461 URL: https://svnweb.freebsd.org/changeset/ports/469461 Log: lang/mono: handle certs/Trust hierarchy bump PORTREVISION since it affects the built package. PR: 227647 Submitted by: prj@rootwyrm.com Approved by: maintainer timeout. Modified: head/lang/mono/Makefile head/lang/mono/pkg-plist Modified: head/lang/mono/Makefile ============================================================================== --- head/lang/mono/Makefile Wed May 9 17:57:34 2018 (r469460) +++ head/lang/mono/Makefile Wed May 9 19:02:00 2018 (r469461) @@ -3,6 +3,7 @@ PORTNAME= mono PORTVERSION= 5.2.0.215 +PORTREVISION= 1 DISTVERSIONPREFIX= mono- CATEGORIES= lang Modified: head/lang/mono/pkg-plist ============================================================================== --- head/lang/mono/pkg-plist Wed May 9 17:57:34 2018 (r469460) +++ head/lang/mono/pkg-plist Wed May 9 19:02:00 2018 (r469461) @@ -2642,3 +2642,4 @@ share/locale/pt_BR/LC_MESSAGES/mcs.mo %%DATADIR%%-2.0/mono/cil/cil-opcodes.xml %%DATADIR%%-2.0/mono/profiler/mono-profiler-log.suppression @postexec %%PREFIX%%/bin/cert-sync --quiet %%LOCALBASE%%/share/certs/ca-root-nss.crt +@postunexec rm -rf %%LOCALBASE%%/mono