- Update to 0.995. - Add licnese information. - Update WWW URL. - Trim makefile header. Please keep in mind this patch should be commited after ports/175258 is commited.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of japanese/py-mecab, Please note that PR ports/175696 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/175696 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I approved. Please commit it, thanks.
State Changed From-To: feedback->open Maintainer approved.
Some cosmetic change are made. So please commit attached patch instead of original one. Regards.
Author: tota Date: Wed Mar 20 12:42:31 2013 New Revision: 314728 URL: http://svnweb.freebsd.org/changeset/ports/314728 Log: - Update to 0.995 - Add LICENSE section - Trim Makefile header - Trim WWW: line in pkg-descr - Update WWW: line in pkg-descr PR: ports/175696 (based on) Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org> Modified: head/japanese/py-mecab/Makefile head/japanese/py-mecab/distinfo head/japanese/py-mecab/pkg-descr Modified: head/japanese/py-mecab/Makefile ============================================================================== --- head/japanese/py-mecab/Makefile Wed Mar 20 12:41:52 2013 (r314727) +++ head/japanese/py-mecab/Makefile Wed Mar 20 12:42:31 2013 (r314728) @@ -1,18 +1,21 @@ -# New ports collection makefile for: py-mecab -# Date created: 27 August 2007 -# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com> -# +# Created by: Junji NAKANISHI <jun-g@daemonfreaks.com> # $FreeBSD$ PORTNAME= mecab -PORTVERSION= 0.994 +PORTVERSION= 0.995 CATEGORIES= japanese python textproc -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= jun-g@daemonfreaks.com COMMENT= Python bindings for MeCab +LICENSE= BSD GPLv2 LGPL21 +LICENSE_COMB= dual +LICENSE_FILE_BSD= ${WRKSRC}/BSD +LICENSE_FILE_GPLv2= ${WRKSRC}/GPL +LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL + BUILD_DEPENDS= swig>=1.3:${PORTSDIR}/devel/swig13 LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab Modified: head/japanese/py-mecab/distinfo ============================================================================== --- head/japanese/py-mecab/distinfo Wed Mar 20 12:41:52 2013 (r314727) +++ head/japanese/py-mecab/distinfo Wed Mar 20 12:42:31 2013 (r314728) @@ -1,2 +1,2 @@ -SHA256 (mecab-python-0.994.tar.gz) = 30d828c73f95492f91fc5f7770b3a40765e9e931afb8295f419109b32652f7ce -SIZE (mecab-python-0.994.tar.gz) = 61978 +SHA256 (mecab-python-0.995.tar.gz) = 5babaa9e9d8025eadfe62770980f07b48e9e54107e64a80478b455568c45f5fd +SIZE (mecab-python-0.995.tar.gz) = 62281 Modified: head/japanese/py-mecab/pkg-descr ============================================================================== --- head/japanese/py-mecab/pkg-descr Wed Mar 20 12:41:52 2013 (r314727) +++ head/japanese/py-mecab/pkg-descr Wed Mar 20 12:42:31 2013 (r314728) @@ -1,3 +1,3 @@ This is a python bindings for MeCab. -WWW: http://mecab.sourceforge.net/ +WWW: https://code.google.com/p/mecab/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!