Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2020 19:37:25 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558400 - in head/lang: mono5.10 mono5.20 mono6.8
Message-ID:  <202012181937.0BIJbPLB073812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Dec 18 19:37:24 2020
New Revision: 558400
URL: https://svnweb.freebsd.org/changeset/ports/558400

Log:
  Add proper CONFLICTS_INSTALL.
  
  These should now be complete and ready for wider testing, so change the
  maintainers to all be mono@FreeBSD.org
  
  PR:		251795
  Submitted by:	linimon

Modified:
  head/lang/mono5.10/Makefile
  head/lang/mono5.20/Makefile
  head/lang/mono6.8/Makefile

Modified: head/lang/mono5.10/Makefile
==============================================================================
--- head/lang/mono5.10/Makefile	Fri Dec 18 19:32:37 2020	(r558399)
+++ head/lang/mono5.10/Makefile	Fri Dec 18 19:37:24 2020	(r558400)
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libinotify.so:devel/libinotify
 RUN_DEPENDS=	${PY_PILLOW} \
 		ca_root_nss>=0:security/ca_root_nss
 
-CONFLICTS_INSTALL=	czmq-3*
+CONFLICTS_INSTALL=	czmq-3* mono5.20 mono6.8
 
 OPTIONS_DEFINE=		MONOLITE NLS X11
 OPTIONS_DEFAULT=	MONOLITE X11

Modified: head/lang/mono5.20/Makefile
==============================================================================
--- head/lang/mono5.20/Makefile	Fri Dec 18 19:32:37 2020	(r558399)
+++ head/lang/mono5.20/Makefile	Fri Dec 18 19:37:24 2020	(r558400)
@@ -21,6 +21,8 @@ BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser
 LIB_DEPENDS=	libinotify.so:devel/libinotify
 RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss
 
+CONFLICTS_INSTALL=	mono5.10 mono6.8
+
 OPTIONS_DEFINE=		MONOLITE NLS X11 HEAPVIZ
 OPTIONS_DEFAULT=	MONOLITE X11
 OPTIONS_SUB=	yes

Modified: head/lang/mono6.8/Makefile
==============================================================================
--- head/lang/mono6.8/Makefile	Fri Dec 18 19:32:37 2020	(r558399)
+++ head/lang/mono6.8/Makefile	Fri Dec 18 19:37:24 2020	(r558400)
@@ -7,7 +7,7 @@ CATEGORIES=	lang
 MASTER_SITES=	https://download.mono-project.com/sources/mono/
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
 
-MAINTAINER=	linimon@FreeBSD.org
+MAINTAINER=	mono@FreeBSD.org
 COMMENT=	Open source implementation of .NET Development Framework
 
 LICENSE=	MIT
@@ -24,7 +24,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics
 		sqlite3>0:databases/sqlite3 \
 		zip>=0:archivers/zip
 
-CONFLICTS_INSTALL=	czmq-3*
+CONFLICTS_INSTALL=	czmq-3* mono5.10 mono6.8
 
 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?202012181937.0BIJbPLB073812>