Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2019 23:04:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498614 - in head/textproc: libutf8proc utf8proc
Message-ID:  <201904102304.x3AN4wnb031704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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