svn commit: r420248 - in head/textproc: libtext-charwidth-perl p5-Text-CharWidth
Pawel Pekala
pawel at FreeBSD.org
Mon Aug 15 16:08:28 UTC 2016
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>
More information about the svn-ports-head
mailing list