Bug 182398

Summary: [MAINTAINER] japanese/mecab-ipadic: add staging support
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Antoine Brodin <antoine>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-ja-mecab-ipadic none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2013-09-26 08:20:00 UTC
	
	Add staging support.
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2013-09-28 13:06:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Take
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-28 20:42:01 UTC
Author: antoine
Date: Sat Sep 28 19:41:54 2013
New Revision: 328625
URL: http://svnweb.freebsd.org/changeset/ports/328625

Log:
  Convert to STAGEDIR
  
  PR:		ports/182398
  Submitted by:	Yasuhiro KIMURA (maintainer)

Modified:
  head/japanese/mecab-ipadic/Makefile

Modified: head/japanese/mecab-ipadic/Makefile
==============================================================================
--- head/japanese/mecab-ipadic/Makefile	Sat Sep 28 19:36:55 2013	(r328624)
+++ head/japanese/mecab-ipadic/Makefile	Sat Sep 28 19:41:54 2013	(r328625)
@@ -33,7 +33,6 @@ EUCJP_DESC=	Use EUC-JP as dictionary cha
 SHIFTJIS_DESC=	Use SHIFT-JIS as dictionary charset.
 UTF8_DESC=	Use UTF-8 as dictionary charset.
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MEUCJP}
_______________________________________________
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"
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2013-09-28 20:44:51 UTC
State Changed
From-To: open->closed

Patch committed, thanks!