Date: Thu, 3 Mar 2022 21:16:02 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: f8baab7efe4f - main - net-mgmt/unifi6: Mark as conflicting with unifi7 Message-ID: <202203032116.223LG2JN054524@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=f8baab7efe4f993bc2ac9897890aa681c15d5b93 commit f8baab7efe4f993bc2ac9897890aa681c15d5b93 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2022-03-03 21:11:46 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-03-03 21:15:39 +0000 net-mgmt/unifi6: Mark as conflicting with unifi7 --- net-mgmt/unifi6/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-mgmt/unifi6/Makefile b/net-mgmt/unifi6/Makefile index f6b761627c5a..6c1d9bbfeb74 100644 --- a/net-mgmt/unifi6/Makefile +++ b/net-mgmt/unifi6/Makefile @@ -1,5 +1,6 @@ PORTNAME= unifi6 PORTVERSION= 6.5.55 +PORTREVISION= 1 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \ https://repo1.maven.org/maven2/%SUBDIR%/:jax @@ -27,6 +28,8 @@ JAVA_VENDOR= openjdk bsdjava JAVA_RUN= yes USE_RC_SUBR= unifi +CONFLICTS_INSTALL= unifi7 + EXTRACT_CMD= ${AR} EXTRACT_BEFORE_ARGS= -p EXTRACT_AFTER_ARGS= data.tar.xz | ${TAR} -xf -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203032116.223LG2JN054524>