Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2013 01:51:26 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330043 - head/mail/bsfilter
Message-ID:  <201310110151.r9B1pQth016380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310110151.r9B1pQth016380>