diff options
author | Dries Michiels <driesm@FreeBSD.org> | 2021-11-15 19:43:38 +0000 |
---|---|---|
committer | Dries Michiels <driesm@FreeBSD.org> | 2021-11-16 19:41:21 +0000 |
commit | 18510dda5f3729f2b12bfdf8934dca6389b24d83 (patch) | |
tree | 9a43be8417987777413f45baf7d0a5c426b79685 | |
parent | 05ef481d145c4be469d358851134768deb8c75a7 (diff) | |
download | ports-18510dda5f3729f2b12bfdf8934dca6389b24d83.tar.gz ports-18510dda5f3729f2b12bfdf8934dca6389b24d83.zip |
lang/mono6.8: Fix version in CONFLICTS_INSTALL
PR: 254222
Approved by: 0mp (mentor), portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D32998
-rw-r--r-- | lang/mono6.8/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |