ports/175695: [PATCH] japanese/p5-MeCab: update to 0.995 and etc
Yasuhiro KIMURA
yasu at utahime.org
Wed Jan 30 10:20:00 UTC 2013
>Number: 175695
>Category: ports
>Synopsis: [PATCH] japanese/p5-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:00 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 license information.
- Adapt to new options framework.
- 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-p5-MeCab begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 311150)
+++ Makefile (working copy)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p5-MeCab
-# Date created: 23 April 2003
-# Whom: Akinori MUSHA aka knu <knu at idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu at idaemons.org>
# $FreeBSD$
-#
PORTNAME= MeCab
-PORTVERSION= 0.994
+PORTVERSION= 0.995
CATEGORIES= japanese textproc perl5
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= ${PORTNAME:L}
@@ -15,15 +11,26 @@
MAINTAINER= perl at FreeBSD.org
COMMENT= MeCab library module for Perl5
+LICENSE= BSD GPLv2 LGPL21
+LICENSE_COMB= dual
+LICENSE_FILE_BSD= ${WRKSRC}/BSD
+LICENSE_FILE_GPLv2= ${WRKSRC}/GPL
+LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL
+
LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab
PERL_CONFIGURE= yes
+OPTIONS_DEFINE= EXAMPLES
+OPTIONS_DEFAULT= EXAMPLES
+OPTIONSFILE= ${PORT_DBDIR}/ja-p5-${PORTNAME}/options
+
.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/test.pl ${EXAMPLESDIR}
Index: distinfo
===================================================================
--- distinfo (revision 311150)
+++ distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (mecab-perl-0.994.tar.gz) = 244c479a4603f779ce499592938e76618899fe0f2741ad9ab58f55a63b8ce319
-SIZE (mecab-perl-0.994.tar.gz) = 44660
+SHA256 (mecab-perl-0.995.tar.gz) = 130e3492005b424a9a0a166925d34ddb4f01926ef261089fc1fc6c3496e51f6f
+SIZE (mecab-perl-0.995.tar.gz) = 49839
Index: pkg-descr
===================================================================
--- pkg-descr (revision 311150)
+++ pkg-descr (working copy)
@@ -1,4 +1,4 @@
This is the MeCab library module for Perl5.
Author: Taku Kudo <taku at chasen.org>
-WWW: http://mecab.sourceforge.jp/
+WWW: https://code.google.com/p/mecab/
--- patch-ja-p5-MeCab ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list