From owner-svn-ports-head@freebsd.org Fri Dec 18 19:37:25 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CA4834C0923; Fri, 18 Dec 2020 19:37:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CyJzT5Ns3z3Kp6; Fri, 18 Dec 2020 19:37:25 +0000 (UTC) (envelope-from linimon@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 A771F7F66; Fri, 18 Dec 2020 19:37:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BIJbPD0073814; Fri, 18 Dec 2020 19:37:25 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BIJbPLB073812; Fri, 18 Dec 2020 19:37:25 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <202012181937.0BIJbPLB073812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 18 Dec 2020 19:37:25 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head/lang: mono5.10 mono5.20 mono6.8 X-SVN-Commit-Revision: 558400 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.34 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: Fri, 18 Dec 2020 19:37:25 -0000 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