diff options
author | eadler <eadler@FreeBSD.org> | 2012-11-03 10:58:56 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-11-03 10:58:56 +0800 |
commit | ec7177f8a5978698523a3eb1c5349c5a8b7f67ed (patch) | |
tree | 0f8ef94e1f582b8a3cd21b1c3911776b2c4759a2 /textproc | |
parent | e3aa4577e8743e0603b9dd9adf6e31c59fda7d97 (diff) | |
download | freebsd-ports-graphics-ec7177f8a5978698523a3eb1c5349c5a8b7f67ed.tar.gz freebsd-ports-graphics-ec7177f8a5978698523a3eb1c5349c5a8b7f67ed.tar.zst freebsd-ports-graphics-ec7177f8a5978698523a3eb1c5349c5a8b7f67ed.zip |
html2text uses patch letters which look like "alpha" and "beta" (a and b) so tell portscout that these versions are actually newer.
Reviewed by: zi
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/html2text/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile index 4c21a9375b0..f1de192a1c8 100644 --- a/textproc/html2text/Makefile +++ b/textproc/html2text/Makefile @@ -21,6 +21,8 @@ PLIST_FILES= bin/html2text CONFLICTS= py27-html2text-[0-9]* +PORTSCOUT= skipb:0 + .include <bsd.port.options.mk> post-patch: |