Date: Thu, 9 Jan 2025 12:49:38 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: 124aadd11bf7 - main - net-mgmt/unifi8: Adjust CONFLICTS Message-ID: <202501091249.509CncE6004863@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=124aadd11bf7cdccb73c4c8e4c82894e65476d44 commit 124aadd11bf7cdccb73c4c8e4c82894e65476d44 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2025-01-08 21:19:54 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2025-01-09 12:49:22 +0000 net-mgmt/unifi8: Adjust CONFLICTS As net-mgmt/unifi9 has been added, adjust CONFLICTS accordingly. --- net-mgmt/unifi8/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mgmt/unifi8/Makefile b/net-mgmt/unifi8/Makefile index 27497a56ffe5..26078ec49d23 100644 --- a/net-mgmt/unifi8/Makefile +++ b/net-mgmt/unifi8/Makefile @@ -1,6 +1,6 @@ PORTNAME= unifi8 PORTVERSION= 8.6.9 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \ https://repo1.maven.org/maven2/%SUBDIR%/:jax @@ -28,7 +28,7 @@ CPE_PRODUCT= unifi_controller JAVA_VERSION= 17 USE_RC_SUBR= unifi -CONFLICTS_INSTALL= unifi7 +CONFLICTS_INSTALL= unifi9 EXTRACT_CMD= ${AR} EXTRACT_BEFORE_ARGS= -p
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501091249.509CncE6004863>