Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2021 20:41:37 GMT
From:      Dries Michiels <driesm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 18510dda5f37 - main - lang/mono6.8: Fix version in CONFLICTS_INSTALL
Message-ID:  <202111162041.1AGKfbrD064032@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by driesm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=18510dda5f3729f2b12bfdf8934dca6389b24d83

commit 18510dda5f3729f2b12bfdf8934dca6389b24d83
Author:     Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2021-11-15 19:43:38 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2021-11-16 19:41:21 +0000

    lang/mono6.8: Fix version in CONFLICTS_INSTALL
    
    PR:                     254222
    Approved by:            0mp (mentor), portmgr (blanket)
    Differential Revision:  https://reviews.freebsd.org/D32998
---
 lang/mono6.8/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lang/mono6.8/Makefile b/lang/mono6.8/Makefile
index b0eda708849b..760cacd54b34 100644
--- a/lang/mono6.8/Makefile
+++ b/lang/mono6.8/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	mono
 PORTVERSION=	6.8.0.123
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	https://download.mono-project.com/sources/mono/
 PKGNAMESUFFIX=	6.8
@@ -25,7 +26,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
 		zip>=0:archivers/zip
 
 CONFLICTS_BUILD=	brotli
-CONFLICTS_INSTALL=	czmq-3* mono5.10 mono6.8
+CONFLICTS_INSTALL=	czmq-3* mono5.10 mono5.20
 
 USES=	autoreconf bison compiler:c11 cpe gmake iconv libtool \
 	pathfix perl5 python:3.6+ shebangfix tar:xz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111162041.1AGKfbrD064032>