*/*: update conflicts on bin/xls2csv in 4 ports

Conflicting ports:
- databases/xls2txt
- math/libxls
- textproc/catdoc
- textproc/p5-Spreadsheet-Read

PR:		248294
Reported by:	jbeich
This commit is contained in:
Dmitry Marakasov 2022-11-02 19:22:24 +03:00
parent 78cfe65ee0
commit 0b2033c53d
4 changed files with 6 additions and 3 deletions

View File

@ -61,6 +61,8 @@ EXECUTABLES= ${PORTNAME} xls2csv
PLIST_FILES= ${EXECUTABLES:S/^/bin\//}
CONFLICTS_INSTALL= catdoc libxls p5-Spreadsheet-Read
post-install:
cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} ${EXECUTABLES}

View File

@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE
USES= compiler:c++11-lang cpe libtool
CPE_VENDOR= ${PORTNAME}_project
CONFLICTS_INSTALL= catdoc
CONFLICTS_INSTALL= catdoc p5-Spreadsheet-Read xls2txt
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-install-root="${STAGEDIR}"
CPE_VENDOR= fossies
CONFLICTS_INSTALL= libxls
CONFLICTS_INSTALL= libxls p5-Spreadsheet-Read xls2txt
PORTDATA= *

View File

@ -22,7 +22,8 @@ TEST_DEPENDS= p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings
USES= perl5 tar:tgz
USE_PERL5= configure
NO_ARCH= yes
CONFLICTS_INSTALL= catdoc libxls xls2txt
.include <bsd.port.mk>