ports/109515: [PATCH] japanese/mecab-ipadic : Follow dictionary format change in MeCab 0.94
KIMURA Yasuhiro
yasu at utahime.org
Sun Feb 25 05:40:11 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list