git: 80f2db7094b7 - main - devel/libfmt: Add CONFLICTS_INSTALL statement; Fix order of lines to make portlint happy
Yuri Victorovich
yuri at FreeBSD.org
Sun May 16 16:16:00 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=80f2db7094b754adb152bc81c5c0a4d93751e902
commit 80f2db7094b754adb152bc81c5c0a4d93751e902
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-16 16:13:54 +0000
Commit: Yuri Victorovich <yuri at 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 at 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
More information about the dev-commits-ports-all
mailing list