From yasu@home.utahime.org  Sat Aug 10 10:43:30 2013
Return-Path: <yasu@home.utahime.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 54B16EBA
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Aug 2013 10:43:30 +0000 (UTC)
	(envelope-from yasu@home.utahime.org)
Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210])
	by mx1.freebsd.org (Postfix) with ESMTP id 26CEC24D7
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Aug 2013 10:43:29 +0000 (UTC)
Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1])
	by gate.utahime.jp (Postfix) with ESMTP id 1F0F361FAB;
	Sat, 10 Aug 2013 19:43:29 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id E69D24E63B;
	Sat, 10 Aug 2013 19:43:28 +0900 (JST)
Received: by eastasia.home.utahime.org (Postfix, from userid 1000)
	id BAFF84E63A; Sat, 10 Aug 2013 19:43:28 +0900 (JST)
Message-Id: <20130810104328.BAFF84E63A@eastasia.home.utahime.org>
Date: Sat, 10 Aug 2013 19:43:28 +0900 (JST)
From: Yasuhiro KIMURA <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: japanese/mecab-ipadic: conver to new perl5 framework
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         181207
>Category:       ports
>Synopsis:       japanese/mecab-ipadic: conver to new perl5 framework
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 10 10:50:00 UTC 2013
>Closed-Date:    Tue Aug 20 11:56:03 UTC 2013
>Last-Modified:  Tue Aug 20 12:00:02 UTC 2013
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE-p5 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0 r253699: Sat Jul 27 17:47:48 JST 2013 xxxx amd64


	
>Description:
	Conver to new perl5 framework.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-ja-mecab-ipadic begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 324463)
+++ Makefile	(working copy)
@@ -21,7 +21,8 @@
 
 BUILD_DEPENDS=	ja-mecab>=0.94:${PORTSDIR}/japanese/mecab
 
-USE_PERL5_BUILD=	yes
+USES=			perl5
+USE_PERL5=		build
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--with-dicdir=${PREFIX}/lib/mecab/dic/ipadic
 
--- patch-ja-mecab-ipadic ends here ---


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Sat Aug 10 10:50:13 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181207 
State-Changed-From-To: open->closed 
State-Changed-By: az 
State-Changed-When: Tue Aug 20 11:56:02 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181207 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181207: commit references a PR
Date: Tue, 20 Aug 2013 11:54:51 +0000 (UTC)

 Author: az
 Date: Tue Aug 20 11:54:39 2013
 New Revision: 325042
 URL: http://svnweb.freebsd.org/changeset/ports/325042
 
 Log:
   Conver to new perl5 framework.
   
   PR:		ports/181207
   Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
 
 Modified:
   head/japanese/mecab-ipadic/Makefile
 
 Modified: head/japanese/mecab-ipadic/Makefile
 ==============================================================================
 --- head/japanese/mecab-ipadic/Makefile	Tue Aug 20 11:48:33 2013	(r325041)
 +++ head/japanese/mecab-ipadic/Makefile	Tue Aug 20 11:54:39 2013	(r325042)
 @@ -21,7 +21,8 @@ LICENSE_PERMS_ICOT=	dist-mirror dist-sel
  
  BUILD_DEPENDS=	ja-mecab>=0.94:${PORTSDIR}/japanese/mecab
  
 -USE_PERL5_BUILD=	yes
 +USES=			perl5
 +USE_PERL5=		build
  GNU_CONFIGURE=		yes
  CONFIGURE_ARGS+=	--with-dicdir=${PREFIX}/lib/mecab/dic/ipadic
  
 _______________________________________________
 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"
 
>Unformatted:
