From tota@rtfm.jp  Sat May 13 08:43:13 2006
Return-Path: <tota@rtfm.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8733516A48B;
	Sat, 13 May 2006 08:43:13 +0000 (UTC)
	(envelope-from tota@rtfm.jp)
Received: from rtfm.jp (rtfm.jp [208.179.62.161])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 159C843D66;
	Sat, 13 May 2006 08:43:09 +0000 (GMT)
	(envelope-from tota@rtfm.jp)
Received: by rtfm.jp (Postfix, from userid 1001)
	id F14426D447; Sat, 13 May 2006 17:43:09 +0900 (JST)
Message-Id: <20060513084309.F14426D447@rtfm.jp>
Date: Sat, 13 May 2006 17:43:09 +0900 (JST)
From: TAKATSU Tomonari <tota@rtfm.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nobutaka@FreeBSD.org, Kris Kennaway <kris@obsecurity.org>
Subject: [PATCH] japanese/mecab: fix pkg-plist and pkg-message
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         97195
>Category:       ports
>Synopsis:       [PATCH] japanese/mecab: fix pkg-plist and pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mnag
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 13 08:50:18 GMT 2006
>Closed-Date:    Sun May 14 06:16:19 GMT 2006
>Last-Modified:  Sun May 14 06:16:19 GMT 2006
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 5.5-PRERELEASE i386
>Organization:
none (personal)
>Environment:
System: FreeBSD photon.rtfm.jp 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #0: Fri Mar 31 15:10:42 JST 2006
>Description:
- fix pkg-plist
- add pkg-message

>How-To-Repeat:
>Fix:

begin 644 mecab-0.91_1.patch
diff -urN mecab.orig/Makefile mecab/Makefile
--- mecab.orig/Makefile	Thu May 11 18:12:24 2006
+++ mecab/Makefile	Sat May 13 17:23:12 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	mecab
 PORTVERSION=	0.91
+PORTREVISION=	1
 CATEGORIES=	japanese textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=	${PORTNAME}/${SUB_DIR}
@@ -34,6 +35,7 @@
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
 .endfor
 .endif
+	@${CAT} ${PKGMESSAGE}
 
 post-patch:
 	${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' \
diff -urN mecab.orig/pkg-message mecab/pkg-message
--- mecab.orig/pkg-message	Thu Jan  1 09:00:00 1970
+++ mecab/pkg-message	Sat May 13 17:30:29 2006
@@ -0,0 +1,6 @@
+
+========================================================
+                     **** NOTE ****
+  ipadic was splitted into japanese/mecab-ipadic port.
+========================================================
+
diff -urN mecab.orig/pkg-plist mecab/pkg-plist
--- mecab.orig/pkg-plist	Thu May 11 18:12:24 2006
+++ mecab/pkg-plist	Sat May 13 16:59:10 2006
@@ -13,6 +13,7 @@
 libexec/mecab/mecab-system-eval
 libexec/mecab/mecab-test-gen
 libexec/mecab/mecab-tool
+@dirrm libexec/mecab
 etc/mecabrc
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/README
end

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mnag 
Responsible-Changed-By: mnag 
Responsible-Changed-When: Sun May 14 04:14:17 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97195 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun May 14 06:16:12 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97195 
>Unformatted:
