Date: Sat, 3 Jul 2010 03:16:09 +0900 (JST) From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> To: FreeBSD-gnats-submit@FreeBSD.org Cc: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Subject: ports/148326: Update port: Message-ID: <20100702181609.1B6BE4252@aqua.quad.dyndns.org> Resent-Message-ID: <201007021820.o62IK2xN072617@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148326 >Category: ports >Synopsis: Update port: >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 02 18:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: TAOKA Fumiyoshi >Release: >Organization: >Environment: >Description: Update Text::MeCab to 0.20009. ENCODING was changed to upstream default, euc-jp. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/p5-Text-MeCab/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 17 Apr 2008 14:26:49 -0000 1.9 +++ Makefile 2 Jul 2010 18:01:41 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Text-MeCab -PORTVERSION= 0.20007 +PORTVERSION= 0.20009 CATEGORIES= japanese textproc perl5 MASTER_SITES= CPAN @@ -23,10 +23,10 @@ CONFIGURE_ARGS= </dev/null # dictionary encoding (euc-jp, shift_jis, utf-8) -ENCODING?= utf-8 +ENCODING?= euc-jp post-patch: - @${REINPLACE_CMD} -e "/default_encoding = /s/utf-8/${ENCODING}/" \ + @${REINPLACE_CMD} -e "/default_encoding = /s/euc-jp/${ENCODING}/" \ ${WRKSRC}/tools/probe_mecab.pl .include <bsd.port.pre.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/japanese/p5-Text-MeCab/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 14 Mar 2008 16:34:21 -0000 1.6 +++ distinfo 1 Jun 2010 10:59:12 -0000 @@ -1,3 +1,3 @@ -MD5 (Text-MeCab-0.20007.tar.gz) = 69c4ddab7866f45c5813359bffbbbaa3 -SHA256 (Text-MeCab-0.20007.tar.gz) = f2d0b25bb3016305b769da20ad545de5b9b86892f6eb9c3a23fabab53e8b4143 -SIZE (Text-MeCab-0.20007.tar.gz) = 62275 +MD5 (Text-MeCab-0.20009.tar.gz) = 65de56666e8315c948609b12a2bc79e0 +SHA256 (Text-MeCab-0.20009.tar.gz) = bbf43d8bacf3de98d0efc2005176247957b8c2e3651a5bbd99be079ad1e38336 +SIZE (Text-MeCab-0.20009.tar.gz) = 86542 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/japanese/p5-Text-MeCab/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 6 Mar 2008 20:24:10 -0000 1.2 +++ pkg-plist 2 Jul 2010 17:57:52 -0000 @@ -1,5 +1,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Text/MeCab.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Text/MeCab.xs %%SITE_PERL%%/%%PERL_ARCH%%/Text/MeCab/Dict.pm %%SITE_PERL%%/%%PERL_ARCH%%/Text/MeCab/Node.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MeCab/.packlist Index: files/patch-Makefile.PL =================================================================== RCS file: /home/ncvs/ports/japanese/p5-Text-MeCab/files/patch-Makefile.PL,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile.PL --- files/patch-Makefile.PL 14 Mar 2008 16:34:22 -0000 1.1 +++ files/patch-Makefile.PL 2 Jul 2010 17:53:06 -0000 @@ -1,19 +1,12 @@ ---- Makefile.PL.orig 2008-03-08 20:51:04.000000000 +0900 -+++ Makefile.PL 2008-03-13 05:47:28.000000000 +0900 -@@ -129,7 +129,6 @@ +--- Makefile.PL.orig 2010-05-19 09:21:41.000000000 +0900 ++++ Makefile.PL 2010-07-03 02:52:50.694347458 +0900 +@@ -5,8 +5,8 @@ + my $RUNNING_IN_HELL = $^O eq 'MSWin32'; + my $config = run_probes(); +-check_lib($config); + define_symbols($config); ++push(@{ $config->{define} }, $config->{cflags}); + extract_constants($config); - my $config = run_probes(); -- check_lib($config); - define_symbols($config); - extract_constants($config); - -@@ -137,7 +136,7 @@ - my %INFO = ( - ABSTRACT => 'Alternative Interface To libmecab', - AUTHOR => 'Daisuke Maki <daisuke@endeworks.jp>', -- CCFLAGS => $config->{cflags}, -+ INC => $config->{cflags}, - DEFINE => join( " ", @{ $config->{define} } ), - DISTNAME => 'Text-MeCab', - INSTALLDIRS => 'site', + name 'Text-MeCab'; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100702181609.1B6BE4252>