git: f49c74936c0d - main - devel/utf8cpp3: Add CONFLICTS_INSTALL after utf8cpp 4.0.3 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Dec 2023 09:08:25 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f49c74936c0dda776b870d5f48d9298d6a77895c
commit f49c74936c0dda776b870d5f48d9298d6a77895c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-25 08:59:21 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-25 08:59:21 +0000
devel/utf8cpp3: Add CONFLICTS_INSTALL after utf8cpp 4.0.3 update
---
devel/utf8cpp3/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/utf8cpp3/Makefile b/devel/utf8cpp3/Makefile
index 5792fad63330..0b7a0d9daa14 100644
--- a/devel/utf8cpp3/Makefile
+++ b/devel/utf8cpp3/Makefile
@@ -15,13 +15,14 @@ USES= cmake
CMAKE_ON= UTF8_INSTALL
CMAKE_OFF= UTF8_SAMPLES UTF8_TESTS
-
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= nemtrif
GH_PROJECT= utfcpp
+CONFLICTS_INSTALL= utf8cpp
+
PORTSCOUT= limit:^3\.
.include <bsd.port.mk>