svn commit: r305812 - head/japanese/py-mecab
TAKATSU Tomonari
tota at FreeBSD.org
Sat Oct 13 03:58:43 UTC 2012
Author: tota
Date: Sat Oct 13 03:58:43 2012
New Revision: 305812
URL: http://svn.freebsd.org/changeset/ports/305812
Log:
- Update to 0.994
- Pet portlint: remove specific ABI version numbers from LIB_DEPENDS
PR: ports/171413 (based on)
Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
Approved by: maintainer (via twitter)
Feature safe: yes
Modified:
head/japanese/py-mecab/Makefile
head/japanese/py-mecab/distinfo
Modified: head/japanese/py-mecab/Makefile
==============================================================================
--- head/japanese/py-mecab/Makefile Sat Oct 13 03:56:48 2012 (r305811)
+++ head/japanese/py-mecab/Makefile Sat Oct 13 03:58:43 2012 (r305812)
@@ -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 at 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
Modified: head/japanese/py-mecab/distinfo
==============================================================================
--- head/japanese/py-mecab/distinfo Sat Oct 13 03:56:48 2012 (r305811)
+++ head/japanese/py-mecab/distinfo Sat Oct 13 03:58:43 2012 (r305812)
@@ -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
More information about the svn-ports-head
mailing list