git: 07235bdb53e4 - main - devel/libunicode: remove CONFLICTS_INSTALL after bbd87db70668
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Aug 2025 00:37:39 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=07235bdb53e4ea80d044afe4bcb5c17923666269
commit 07235bdb53e4ea80d044afe4bcb5c17923666269
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-08-13 00:35:55 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-08-13 00:35:55 +0000
devel/libunicode: remove CONFLICTS_INSTALL after bbd87db70668
Approved by: portmgr (blanket; conflict adjustment)
---
devel/libunicode/Makefile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile
index 001e0ec2396b..6db40e2b2100 100644
--- a/devel/libunicode/Makefile
+++ b/devel/libunicode/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libunicode
PORTVERSION= 0.4
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= devel gnome
MASTER_SITES= GNOME/sources/libunicode
DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome
@@ -20,8 +20,6 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-CONFLICTS_INSTALL= libunicode-contour
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>