Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2007 14:37:59 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/109515: [PATCH] japanese/mecab-ipadic : Follow dictionary format change in MeCab 0.94
Message-ID:  <20070225053759.4FF9624@eastasia.home.utahime.org>
Resent-Message-ID: <200702250540.l1P5eBCS052448@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109515
>Category:       ports
>Synopsis:       [PATCH] japanese/mecab-ipadic : Follow dictionary format change in MeCab 0.94
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 25 05:40:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 6.2-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD xxxx 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Sat Feb 10 09:14:31 JST 2007 xxxx i386


	
>Description:
	- Bump PORTREVISION to follow dictionary format change in MeCab 0.94.
	- Master site is moved to sourceforge.net.

	Commiting of this PR should follow that of ports/109513.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-ja-mecab-ipadic begins here ---
Index: Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/japanese/mecab-ipadic/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	9 Sep 2006 11:50:34 -0000	1.4
+++ Makefile	25 Feb 2007 05:26:02 -0000
@@ -7,19 +7,18 @@
 
 PORTNAME=	mecab-ipadic
 PORTVERSION=	2.7.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese textproc
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
-MASTER_SITE_SUBDIR=	${PORTNAME:S/-ipadic//}/${SUB_DIR}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME:S/-ipadic//}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-${DISTVERSION}
 
 MAINTAINER=	tota@rtfm.jp
 COMMENT=	Japanese Morphological Dictionary for MeCab
 
-BUILD_DEPENDS=	mecab-config:${PORTSDIR}/japanese/mecab
+BUILD_DEPENDS=	ja-mecab>=0.94:${PORTSDIR}/japanese/mecab
 
 DISTVERSION=	20060707
-SUB_DIR=	20904
 
 USE_PERL5_BUILD=	yes
 GNU_CONFIGURE=	yes
--- patch-ja-mecab-ipadic ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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