diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-27 08:30:14 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-27 08:30:14 +0000 |
commit | 00e15405660fffeb44772bd58ff17e841d71729b (patch) | |
tree | 3c3c986b57ebc176602d2aa8780ecbebaf8383e7 | |
parent | 9604608f8a2d458e8fbd0acb5fc492972098cc8e (diff) |
textproc/html2text: Update CONFLICTS
The CONFLICTS definition did only match conflicting packages built
for Python-2.7, not for later Python versions.
I have not checked whether CONFLICTS_INSTALL would suffice as used
in the conflicting ports. The PORTREVISION has not been bumped since
this parameter is relevant for port building, less so for installing
from a package (which detects the conflicting files).
Approved by: bapt (maintainer)
-rw-r--r-- | textproc/html2text/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile index 584eaa790266..e64bcffdd003 100644 --- a/textproc/html2text/Makefile +++ b/textproc/html2text/Makefile @@ -18,7 +18,7 @@ HAS_CONFIGURE= yes PORTDOCS= CHANGES CREDITS KNOWN_BUGS README TODO PLIST_FILES= bin/html2text man/man1/html2text.1.gz man/man5/html2textrc.5.gz -CONFLICTS= py27-html2text-[0-9]* +CONFLICTS= py*-html2text-[0-9]* PORTSCOUT= skipb:0 skipv:1.3.2 |