Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2021 16:15:58 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 80f2db7094b7 - main - devel/libfmt: Add CONFLICTS_INSTALL statement; Fix order of lines to make portlint happy
Message-ID:  <202105161615.14GGFwvc035055@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=80f2db7094b754adb152bc81c5c0a4d93751e902

commit 80f2db7094b754adb152bc81c5c0a4d93751e902
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-16 16:13:54 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-16 16:15:43 +0000

    devel/libfmt: Add CONFLICTS_INSTALL statement; Fix order of lines to make portlint happy
---
 devel/libfmt/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/libfmt/Makefile b/devel/libfmt/Makefile
index a0a039802bcd..2a312d6f7a7c 100644
--- a/devel/libfmt/Makefile
+++ b/devel/libfmt/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	fmt
 # Make sure to check devel/spdlog consumers too
 PORTVERSION=	7.1.3
-MASTER_SITES=	https://github.com/fmtlib/fmt/releases/download/${PORTVERSION}/
 CATEGORIES=	devel
+MASTER_SITES=	https://github.com/fmtlib/fmt/releases/download/${PORTVERSION}/
 PKGNAMEPREFIX=	lib
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -20,6 +20,8 @@ CMAKE_ON=	BUILD_SHARED_LIBS
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
+CONFLICTS_INSTALL=	axom
+
 OPTIONS_DEFINE=	FULL_CACHE_DRAGONBOX
 OPTIONS_DEFAULT=FULL_CACHE_DRAGONBOX
 FULL_CACHE_DRAGONBOX_DESC=	Use larger binary size for better performance



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