Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2022 21:19:30 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37f2d22d78bc - main - net-mgmt/unifi7: Fix CONFLICTS_INSTALL
Message-ID:  <202203032119.223LJUTD055013@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=37f2d22d78bcfd9d18eddc6748d042bc9322040b

commit 37f2d22d78bcfd9d18eddc6748d042bc9322040b
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2022-03-03 21:18:47 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2022-03-03 21:18:47 +0000

    net-mgmt/unifi7: Fix CONFLICTS_INSTALL
    
    Set CONFLICTS_INSTALL to correct package name (unifi6)
---
 net-mgmt/unifi7/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mgmt/unifi7/Makefile b/net-mgmt/unifi7/Makefile
index 6bb0a94734b0..2707a4a217bf 100644
--- a/net-mgmt/unifi7/Makefile
+++ b/net-mgmt/unifi7/Makefile
@@ -27,7 +27,7 @@ JAVA_VENDOR=	openjdk bsdjava
 JAVA_RUN=	yes
 USE_RC_SUBR=	unifi
 
-CONFLICTS_INSTALL=	unifi7
+CONFLICTS_INSTALL=	unifi6
 
 EXTRACT_CMD=	${AR}
 EXTRACT_BEFORE_ARGS=	-p



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