- Sync with the latest mail/p5-Mail-SpamAssassin.
- Modify pkg-messages for the latest p5-Text-MeCab. PR: ports/122696 Submitted by: maintainer (TAOKA Fumiyoshi)
This commit is contained in:
parent
1b16ff3b88
commit
9ac0f6f8b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211140
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= Mail-SpamAssassin
|
||||
PORTVERSION= 3.2.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= japanese mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \
|
||||
${PATCH_SITES}
|
||||
|
@ -26,13 +26,13 @@ PATCH_DIST_STRIP= -p1
|
|||
MAINTAINER= fmysh@iijmio-mail.jp
|
||||
COMMENT= SpamAssassin with Japanese tokenizer
|
||||
|
||||
BUILD_DEPENDS= p5-Net-DNS>=0.60:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
BUILD_DEPENDS= p5-Net-DNS>=0.63:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
p5-IO-Zlib>=1.04:${PORTSDIR}/archivers/p5-IO-Zlib \
|
||||
p5-HTML-Parser>=3.43:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-IO-Compress-Zlib>=2.04:${PORTSDIR}/archivers/p5-IO-Compress-Zlib \
|
||||
p5-Compress-Zlib>=2.04:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
||||
${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
|
||||
p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1
|
||||
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
||||
|
|
|
@ -40,4 +40,4 @@ Tokenizer::MeCab uses UTF-8 encoding. You may have to manually
|
|||
(re)install the following ports with the build options for UTF-8:
|
||||
japanese/mecab WITH_CHARSET=utf-8
|
||||
japanese/mecab-ipadic WITH_CHARSET=utf-8
|
||||
japanese/p5-Text-MeCab ENCODING=utf8
|
||||
japanese/p5-Text-MeCab ENCODING=utf-8
|
||||
|
|
Loading…
Reference in a new issue