svn commit: r330043 - head/mail/bsfilter

Thomas Abthorpe tabthorpe at FreeBSD.org
Fri Oct 11 01:51:26 UTC 2013


Author: tabthorpe
Date: Fri Oct 11 01:51:25 2013
New Revision: 330043
URL: http://svnweb.freebsd.org/changeset/ports/330043

Log:
  - Remove dependency on japanese/ruby-chasen
  - Option is off by default, no PORTREVISION bump
  
  With hat:	portmgr

Modified:
  head/mail/bsfilter/Makefile   (contents, props changed)

Modified: head/mail/bsfilter/Makefile
==============================================================================
--- head/mail/bsfilter/Makefile	Fri Oct 11 01:47:11 2013	(r330042)
+++ head/mail/bsfilter/Makefile	Fri Oct 11 01:51:25 2013	(r330043)
@@ -18,17 +18,13 @@ RUN_DEPENDS=	${RUBY_PKGNAMEPREFIX}gdbm>=
 NO_BUILD=	yes
 USE_RUBY=	yes
 
-OPTIONS_DEFINE=	CHASEN DOCS MECAB
+OPTIONS_DEFINE=	DOCS MECAB
 
-CHASEN_DESC=	Japanese Morphological Analysis Support
 MECAB_DESC=	Part-of-Speech and Morphological Analyzer
 
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MCHASEN}
-RUN_DEPENDS+=	ja-${RUBY_PKGNAMEPREFIX}chasen>=0:${PORTSDIR}/japanese/ruby-chasen
-.endif
 .if ${PORT_OPTIONS:MMECAB}
 RUN_DEPENDS+=	ja-${RUBY_PKGNAMEPREFIX}mecab>=0:${PORTSDIR}/japanese/ruby-mecab
 .endif


More information about the svn-ports-all mailing list