diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2018-05-09 19:02:00 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2018-05-09 19:02:00 +0000 |
commit | 39e5c7a2e02f7aa32aab54ecbc023efd126ef16d (patch) | |
tree | 0b9aa7a8bd098986e1b298318a3828a05278326f /lang | |
parent | 530753cf1f7bfe5930d7a7dd9ecc67abb950c39e (diff) | |
download | ports-39e5c7a2e02f7aa32aab54ecbc023efd126ef16d.tar.gz ports-39e5c7a2e02f7aa32aab54ecbc023efd126ef16d.zip |
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.
Notes
Notes:
svn path=/head/; revision=469461
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/Makefile | 1 | ||||
-rw-r--r-- | lang/mono/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index f0732ddcef59..c1a28f7781a1 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -3,6 +3,7 @@ PORTNAME= mono PORTVERSION= 5.2.0.215 +PORTREVISION= 1 DISTVERSIONPREFIX= mono- CATEGORIES= lang diff --git a/lang/mono/pkg-plist b/lang/mono/pkg-plist index e6371a1725ef..d923d5fbf713 100644 --- a/lang/mono/pkg-plist +++ b/lang/mono/pkg-plist @@ -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 |