svn commit: r498614 - in head/textproc: libutf8proc utf8proc

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 10 23:04:59 UTC 2019


Author: amdmi3
Date: Wed Apr 10 23:04:58 2019
New Revision: 498614
URL: https://svnweb.freebsd.org/changeset/ports/498614

Log:
  Add mutual CONFLICTS between utf8proc and libutf8proc
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/libutf8proc/Makefile
  head/textproc/utf8proc/Makefile

Modified: head/textproc/libutf8proc/Makefile
==============================================================================
--- head/textproc/libutf8proc/Makefile	Wed Apr 10 23:03:27 2019	(r498613)
+++ head/textproc/libutf8proc/Makefile	Wed Apr 10 23:04:58 2019	(r498614)
@@ -21,6 +21,8 @@ WRKSRC=		${WRKDIR}/${DISTNAME:S/-src//}
 MAKE_ENV+=	COMPONENT_TYPE="lib-shared"
 PLIST_SUB+=	VERSION=${PORTVERSION:S/.3$//}
 
+CONFLICTS=	utf8proc-[0-9]*
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libutf8proc.so*
 

Modified: head/textproc/utf8proc/Makefile
==============================================================================
--- head/textproc/utf8proc/Makefile	Wed Apr 10 23:03:27 2019	(r498613)
+++ head/textproc/utf8proc/Makefile	Wed Apr 10 23:04:58 2019	(r498614)
@@ -25,6 +25,8 @@ PLIST_FILES=	include/utf8proc.h \
 		lib/libutf8proc.so.${PORTVERSION}
 PORTDOCS=	NEWS.md README.md
 
+CONFLICTS=	libutf8proc-[0-9]*
+
 OPTIONS_DEFINE=	DOCS
 
 post-install:


More information about the svn-ports-all mailing list