diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-01-28 11:07:27 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-01-28 11:07:27 +0000 |
commit | 64b44225c840652a3f6f5dd48ad3f8c3dbaf987c (patch) | |
tree | 83c553601fb2a53d9e505877b9224f771492a6bb | |
parent | Remove some code added in r858[1], still don't know what it was supposed to (diff) |
mail/bsfilter: remove optional dependency on expired japanese/ruby-mecab and
bump PORTREVISION
-rw-r--r-- | mail/bsfilter/Makefile | 12 | ||||
-rw-r--r-- | mail/bsfilter/files/bsfilter.conf.sample | 1 |
2 files changed, 2 insertions, 11 deletions
diff --git a/mail/bsfilter/Makefile b/mail/bsfilter/Makefile index 517d35859da3..23e9bf376afd 100644 --- a/mail/bsfilter/Makefile +++ b/mail/bsfilter/Makefile @@ -3,7 +3,7 @@ PORTNAME= bsfilter PORTVERSION= 1.0.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ruby MASTER_SITES= SFJP/bsfilter/59804 @@ -19,15 +19,7 @@ USE_RUBY= yes USES= shebangfix tar:tgz SHEBANG_FILES= bsfilter/bsfilter -OPTIONS_DEFINE= EXAMPLES MECAB - -MECAB_DESC= Part-of-Speech and Morphological Analyzer - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MMECAB} -RUN_DEPENDS+= ja-${RUBY_PKGNAMEPREFIX}mecab>=0:japanese/ruby-mecab -.endif +OPTIONS_DEFINE= EXAMPLES do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bsfilter/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} diff --git a/mail/bsfilter/files/bsfilter.conf.sample b/mail/bsfilter/files/bsfilter.conf.sample index ff739e3a666f..2155be960e21 100644 --- a/mail/bsfilter/files/bsfilter.conf.sample +++ b/mail/bsfilter/files/bsfilter.conf.sample @@ -1,6 +1,5 @@ ## example of bsfilter.conf #jtokenizer kakasi # 'make WITH_KAKASI=yes install' -#jtokenizer MeCab # 'make WITH_MECAB=yes install' spam-cutoff 0.6 db gdbm |