Bug 181207 - japanese/mecab-ipadic: conver to new perl5 framework
Summary: japanese/mecab-ipadic: conver to new perl5 framework
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-10 11:50 UTC by Yasuhiro Kimura
Modified: 2013-08-20 13:00 UTC (History)
0 users

See Also:


Attachments
patch-ja-mecab-ipadic (362 bytes, text/plain)
2013-08-10 11:50 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2013-08-10 11:50:00 UTC
	Conver to new perl5 framework.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-10 11:50:13 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-20 12:54:51 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"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2013-08-20 12:56:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!