From owner-svn-ports-all@FreeBSD.ORG Sat Oct 13 03:58:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C655B899; Sat, 13 Oct 2012 03:58:43 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AF6888FC08; Sat, 13 Oct 2012 03:58:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9D3whm7034240; Sat, 13 Oct 2012 03:58:43 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9D3whk7034237; Sat, 13 Oct 2012 03:58:43 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201210130358.q9D3whk7034237@svn.freebsd.org> From: TAKATSU Tomonari Date: Sat, 13 Oct 2012 03:58:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305812 - head/japanese/py-mecab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2012 03:58:43 -0000 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 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@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