Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2016 16:08:27 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420248 - in head/textproc: libtext-charwidth-perl p5-Text-CharWidth
Message-ID:  <201608151608.u7FG8RPW023736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Mon Aug 15 16:08:27 2016
New Revision: 420248
URL: https://svnweb.freebsd.org/changeset/ports/420248

Log:
  Register conflict, both ports install exact same files

Modified:
  head/textproc/libtext-charwidth-perl/Makefile
  head/textproc/p5-Text-CharWidth/Makefile

Modified: head/textproc/libtext-charwidth-perl/Makefile
==============================================================================
--- head/textproc/libtext-charwidth-perl/Makefile	Mon Aug 15 16:07:45 2016	(r420247)
+++ head/textproc/libtext-charwidth-perl/Makefile	Mon Aug 15 16:08:27 2016	(r420248)
@@ -16,6 +16,8 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 USES=		perl5 tar:bz2
 USE_PERL5=	configure
 
+CONFLICTS_INSTALL=	p5-Text-CharWidth-[0-9]*
+
 post-extract:
 	@${MV} ${WRKSRC}.orig ${WRKSRC}
 

Modified: head/textproc/p5-Text-CharWidth/Makefile
==============================================================================
--- head/textproc/p5-Text-CharWidth/Makefile	Mon Aug 15 16:07:45 2016	(r420247)
+++ head/textproc/p5-Text-CharWidth/Makefile	Mon Aug 15 16:08:27 2016	(r420248)
@@ -14,4 +14,6 @@ COMMENT=	Get number of occupied columns 
 USES=		perl5
 USE_PERL5=	configure
 
+CONFLICTS_INSTALL=	libtext-charwidth-perl-[0-9]*
+
 .include <bsd.port.mk>



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