Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 2023 09:08:24 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 69ad19b462ff - main - devel/utf8cpp: Add CONFLICTS_INSTALL after 4.0.3 update
Message-ID:  <202312250908.3BP98Oth068957@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69ad19b462ff1fd091180e2e7e71b5c5aef0fc83

commit 69ad19b462ff1fd091180e2e7e71b5c5aef0fc83
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-25 08:59:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-25 08:59:20 +0000

    devel/utf8cpp: Add CONFLICTS_INSTALL after 4.0.3 update
---
 devel/utf8cpp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/utf8cpp/Makefile b/devel/utf8cpp/Makefile
index 63c123c71c9b..0b920ded453a 100644
--- a/devel/utf8cpp/Makefile
+++ b/devel/utf8cpp/Makefile
@@ -17,6 +17,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	nemtrif
 GH_PROJECT=	utfcpp
 
+CONFLICTS_INSTALL=	utf8cpp3
+
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/include/utf8cpp/
 	cd ${WRKSRC}/source/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/utf8cpp/


home | help

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