Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2013 19:16:16 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175696: [PATCH] japanese/py-mecab: update to 0.995 and etc.
Message-ID:  <20130130101616.0569B4E62C@eastasia.home.utahime.org>
Resent-Message-ID: <201301301020.r0UAK1aX071133@freefall.freebsd.org>

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

>Number:         175696
>Category:       ports
>Synopsis:       [PATCH] japanese/py-mecab: update to 0.995 and etc.
>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:   Wed Jan 30 10:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r245243: Fri Jan 11 10:39:45 JST 2013 xxxx amd64


	
>Description:

	- 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.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-ja-py-mecab begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 311150)
+++ Makefile	(working copy)
@@ -1,11 +1,8 @@
-# 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}
 DISTNAME=	${PORTNAME}-python-${PORTVERSION}
@@ -13,6 +10,12 @@
 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
 
Index: distinfo
===================================================================
--- distinfo	(revision 311150)
+++ distinfo	(working copy)
@@ -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
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 311150)
+++ pkg-descr	(working copy)
@@ -1,3 +1,3 @@
 This is a python bindings for MeCab.
 
-WWW:    http://mecab.sourceforge.net/
+WWW:    https://code.google.com/p/mecab/
--- patch-ja-py-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?20130130101616.0569B4E62C>