From aec3adf3303c66a6e1176a79f1f91a904ebf4c81 Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Thu, 24 Apr 2025 13:00:40 +0100 Subject: [PATCH] net-mgmt/prometheus2: Set CONFLICTS_INSTALL against prometheus 1 and 3 --- net-mgmt/prometheus2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-mgmt/prometheus2/Makefile b/net-mgmt/prometheus2/Makefile index 3fa35b3ce154..91bd977fbd92 100644 --- a/net-mgmt/prometheus2/Makefile +++ b/net-mgmt/prometheus2/Makefile @@ -1,7 +1,7 @@ PORTNAME= prometheus DISTVERSIONPREFIX= v DISTVERSION= 2.55.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod \ https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:ui @@ -18,6 +18,8 @@ PATCH_DEPENDS= bash:shells/bash USES= cpe gmake go:1.23,modules +CONFLICTS_INSTALL= prometheus[13] + USE_GITHUB= yes USE_RC_SUBR= prometheus