diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-10-13 03:58:43 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-10-13 03:58:43 +0000 |
commit | 1a04e0a422867ae10963e05c2289945fb4f05ca7 (patch) | |
tree | f376203a5734d0d3a2f7baeb23a90a7009ba6028 /japanese/py-mecab | |
parent | 2551d671bbba345e5daa7f179fcfe3660915e4bc (diff) |
Notes
Diffstat (limited to 'japanese/py-mecab')
-rw-r--r-- | japanese/py-mecab/Makefile | 6 | ||||
-rw-r--r-- | japanese/py-mecab/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/japanese/py-mecab/Makefile b/japanese/py-mecab/Makefile index ae958862dc7f..347c496ab04c 100644 --- a/japanese/py-mecab/Makefile +++ b/japanese/py-mecab/Makefile @@ -5,16 +5,16 @@ # $FreeBSD$ 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:${PORTSDIR}/japanese/mecab USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/japanese/py-mecab/distinfo b/japanese/py-mecab/distinfo index 44b872d386bd..572f950c830c 100644 --- a/japanese/py-mecab/distinfo +++ b/japanese/py-mecab/distinfo @@ -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 |