Bug 109515 - [PATCH] japanese/mecab-ipadic : Follow dictionary format change in MeCab 0.94
Summary: [PATCH] japanese/mecab-ipadic : Follow dictionary format change in MeCab 0.94
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-25 05:40 UTC by Yasuhiro Kimura
Modified: 2007-03-01 01:10 UTC (History)
0 users

See Also:


Attachments
patch-ja-mecab-ipadic (937 bytes, text/plain)
2007-02-25 05:40 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2007-02-25 05:40:10 UTC
	- 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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-25 05:40:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-02-25 07:02:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 3 TAKATSU Tomonari 2007-02-27 13:52:40 UTC
I modified KIMURA Yasuhiro-san's patch

diff -urN mecab-ipadic.orig/Makefile mecab-ipadic/Makefile
--- mecab-ipadic.orig/Makefile  Sat Sep  9 20:50:34 2006
+++ mecab-ipadic/Makefile       Tue Feb 27 21:39:09 2007
@@ -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
diff -urN mecab-ipadic.orig/pkg-descr mecab-ipadic/pkg-descr
--- mecab-ipadic.orig/pkg-descr Sun May  7 17:25:27 2006
+++ mecab-ipadic/pkg-descr      Tue Feb 27 21:39:27 2007
@@ -1,4 +1,4 @@
 Japanese Morphological Dictionary for MeCab.

 Author:        Taku Kudo <taku@chasen.org>
-WWW:   http://mecab.sourceforge.jp/
+WWW:   http://mecab.sourceforge.net/



regards.
--
TAKATSU Tomonari
tota@rtfm.jp

On Sun, 25 Feb 2007 05:40:18 UT
Edwin Groothuis <edwin@FreeBSD.org> wrote:

> Maintainer of japanese/mecab-ipadic,
> 
> Please note that PR ports/109515 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/109515
> 
> -- 
> Edwin Groothuis
> edwin@FreeBSD.org
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-27 21:55:21 UTC
State Changed
From-To: feedback->open

maintainer updated the PR
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-03-01 01:07:28 UTC
clsung      2007-03-01 01:07:24 UTC

  FreeBSD ports repository

  Modified files:
    japanese/mecab-ipadic Makefile pkg-descr 
  Log:
  - Bump PORTREVISION to follow dictionary format change in MeCab 0.94.
  - Master site is moved to sourceforge.net.
  
  PR:             ports/109515
  Submitted by:   KIMURA Yasuhiro <yasu_AT_utahime dot org>
  Reviewed by:    maintainer (TAKATSU Tomonari)
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.5       +4 -5      ports/japanese/mecab-ipadic/Makefile
  1.2       +1 -1      ports/japanese/mecab-ipadic/pkg-descr
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-01 01:07:32 UTC
State Changed
From-To: open->closed

Committed. Thank You.