Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  8 Sep 2012 00:01:11 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/171413: [PATCH] japanese/mecab: update to 0.994
Message-ID:  <20120907150111.896DB2EA4E@eastasia.home.utahime.org>
Resent-Message-ID: <201209071510.q87FA2St084036@freefall.freebsd.org>

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

>Number:         171413
>Category:       ports
>Synopsis:       [PATCH] japanese/mecab: update to 0.994
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 07 15:10:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.0-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD xxxx 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #0: Sun Aug 12 22:27:34 JST 2012 xxxx i386


	
>Description:
	Update mecab and {perl,python,ruby} bindings to 0.994.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-ja-mecab begins here ---
Index: japanese/mecab/Makefile
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/japanese/mecab/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- japanese/mecab/Makefile	23 Sep 2011 22:23:36 -0000	1.33
+++ japanese/mecab/Makefile	7 Sep 2012 13:22:29 -0000
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	mecab
-PORTVERSION=	0.98
+PORTVERSION=	0.994
 CATEGORIES=	japanese textproc
-MASTER_SITES=	SF
+MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Yet Another Part-of-Speech and Morphological Analyzer
Index: japanese/mecab/distinfo
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/japanese/mecab/distinfo,v
retrieving revision 1.16
diff -u -r1.16 distinfo
--- japanese/mecab/distinfo	18 Mar 2011 17:59:28 -0000	1.16
+++ japanese/mecab/distinfo	7 Sep 2012 13:31:13 -0000
@@ -1,2 +1,2 @@
-SHA256 (mecab-0.98.tar.gz) = 751d431422539d714a812eba9fbb8468db412221ab03feeb5e4ebd3bbb4e34a2
-SIZE (mecab-0.98.tar.gz) = 1424588
+SHA256 (mecab-0.994.tar.gz) = d271a0b91e0cda09f13f62a6b28367648afb9b4dcb68178ea1fb0af4c0c866bc
+SIZE (mecab-0.994.tar.gz) = 1387966
Index: japanese/mecab/pkg-plist
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/japanese/mecab/pkg-plist,v
retrieving revision 1.7
diff -u -r1.7 pkg-plist
--- japanese/mecab/pkg-plist	25 Feb 2007 07:47:17 -0000	1.7
+++ japanese/mecab/pkg-plist	7 Sep 2012 13:29:49 -0000
@@ -4,7 +4,7 @@
 lib/libmecab.a
 lib/libmecab.la
 lib/libmecab.so
-lib/libmecab.so.1
+lib/libmecab.so.2
 libexec/mecab/mecab-cost-train
 libexec/mecab/mecab-dict-gen
 libexec/mecab/mecab-dict-index
Index: japanese/p5-MeCab/Makefile
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/japanese/p5-MeCab/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- japanese/p5-MeCab/Makefile	1 May 2012 01:46:57 -0000	1.20
+++ japanese/p5-MeCab/Makefile	7 Sep 2012 14:22:24 -0000
@@ -6,15 +6,16 @@
 #
 
 PORTNAME=	MeCab
-PORTVERSION=	0.98
+PORTVERSION=	0.994
 CATEGORIES=	japanese textproc perl5
-MASTER_SITES=		SF/${PORTNAME:L}/${PORTNAME:L}-perl/${PORTVERSION}
-DISTNAME=		${PORTNAME:L}-perl-${PORTVERSION}
+MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+PROJECTHOST=	${PORTNAME:L}
+DISTNAME=	${PORTNAME:L}-perl-${PORTVERSION}
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	MeCab library module for Perl5
 
-LIB_DEPENDS=	mecab.1:${PORTSDIR}/japanese/mecab
+LIB_DEPENDS=	mecab.2:${PORTSDIR}/japanese/mecab
 
 PERL_CONFIGURE=	yes
 
Index: japanese/p5-MeCab/distinfo
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/japanese/p5-MeCab/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- japanese/p5-MeCab/distinfo	18 Mar 2011 17:59:34 -0000	1.13
+++ japanese/p5-MeCab/distinfo	7 Sep 2012 14:23:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (mecab-perl-0.98.tar.gz) = 951997b31977df3ca2421baf2c5e77bb6207a19588cde9683900f063c4a3135a
-SIZE (mecab-perl-0.98.tar.gz) = 41246
+SHA256 (mecab-perl-0.994.tar.gz) = 244c479a4603f779ce499592938e76618899fe0f2741ad9ab58f55a63b8ce319
+SIZE (mecab-perl-0.994.tar.gz) = 44660
Index: japanese/py-mecab/Makefile
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/japanese/py-mecab/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- japanese/py-mecab/Makefile	3 Apr 2010 20:39:43 -0000	1.4
+++ japanese/py-mecab/Makefile	7 Sep 2012 14:01:22 -0000
@@ -5,16 +5,16 @@
 # $FreeBSD: ports/japanese/py-mecab/Makefile,v 1.4 2010/04/03 20:39:43 lwhsu Exp $
 
 PORTNAME=	mecab
-PORTVERSION=	0.98
+PORTVERSION=	0.994
 CATEGORIES=	japanese python textproc
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-python/${PORTVERSION}
+MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTNAME=	${PORTNAME}-python-${PORTVERSION}
 
 MAINTAINER=	jun-g@daemonfreaks.com
 COMMENT=	Python bindings for MeCab
 
 BUILD_DEPENDS=	swig>=1.3:${PORTSDIR}/devel/swig13
-LIB_DEPENDS=	mecab.1:${PORTSDIR}/japanese/mecab
+LIB_DEPENDS=	mecab.2:${PORTSDIR}/japanese/mecab
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
Index: japanese/py-mecab/distinfo
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/japanese/py-mecab/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- japanese/py-mecab/distinfo	18 Mar 2011 17:59:38 -0000	1.4
+++ japanese/py-mecab/distinfo	7 Sep 2012 14:01:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (mecab-python-0.98.tar.gz) = d3a4b2c602b7e6baae8465c859fe8b1e2d5ceb04b619a07a35bd68daef275014
-SIZE (mecab-python-0.98.tar.gz) = 51651
+SHA256 (mecab-python-0.994.tar.gz) = 30d828c73f95492f91fc5f7770b3a40765e9e931afb8295f419109b32652f7ce
+SIZE (mecab-python-0.994.tar.gz) = 61978
Index: japanese/ruby-mecab/Makefile
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/japanese/ruby-mecab/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- japanese/ruby-mecab/Makefile	12 Apr 2010 02:57:56 -0000	1.15
+++ japanese/ruby-mecab/Makefile	7 Sep 2012 14:06:30 -0000
@@ -6,15 +6,15 @@
 #
 
 PORTNAME=	mecab
-PORTVERSION=	0.98
+PORTVERSION=	0.994
 CATEGORIES=	japanese textproc ruby
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-ruby/${PORTVERSION}
+MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTNAME=	${PORTNAME}-ruby-${PORTVERSION}
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	MeCab library module for Ruby
 
-LIB_DEPENDS=	mecab.1:${PORTSDIR}/japanese/mecab
+LIB_DEPENDS=	mecab.2:${PORTSDIR}/japanese/mecab
 
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
Index: japanese/ruby-mecab/distinfo
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/japanese/ruby-mecab/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- japanese/ruby-mecab/distinfo	18 Mar 2011 17:59:40 -0000	1.14
+++ japanese/ruby-mecab/distinfo	7 Sep 2012 14:06:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (mecab-ruby-0.98.tar.gz) = fcbfc01944df501d141a68e266d0ef249c0f5bb6c983bf205729e23e34f2422b
-SIZE (mecab-ruby-0.98.tar.gz) = 41674
+SHA256 (mecab-ruby-0.994.tar.gz) = 16f9c6de6a90fb11d07f191ea646217e9006a6aec3f90f386b476ce51e611269
+SIZE (mecab-ruby-0.994.tar.gz) = 44483
--- patch-ja-mecab ends here ---


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



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