[20818] trunk/dports/textproc/mecab-ipadic-utf8/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 30 08:15:47 PST 2006


Revision: 20818
          http://trac.macosforge.org/projects/macports/changeset/20818
Author:   takanori at macports.org
Date:     2006-11-30 08:15:46 -0800 (Thu, 30 Nov 2006)

Log Message:
-----------
Use "utf-8" encoding instead of "utf8", which isn't supported in MacPorts' libiconv.
Ticket:	    	#11088
Submitted by:	rsky0711 at gmail.com

Modified Paths:
--------------
    trunk/dports/textproc/mecab-ipadic-utf8/Portfile

Modified: trunk/dports/textproc/mecab-ipadic-utf8/Portfile
===================================================================
--- trunk/dports/textproc/mecab-ipadic-utf8/Portfile	2006-11-30 16:13:48 UTC (rev 20817)
+++ trunk/dports/textproc/mecab-ipadic-utf8/Portfile	2006-11-30 16:15:46 UTC (rev 20818)
@@ -3,6 +3,7 @@
 PortSystem      1.0
 name            mecab-ipadic-utf8
 version         2.7.0-20060707
+revision        1
 categories      textproc japanese
 maintainers     rsky0711 at gmail.com
 platforms       darwin
@@ -24,7 +25,7 @@
 depends_lib     port:mecab
 
 configure.args  --with-mecab-config=${prefix}/bin/mecab-config \
-                --with-charset=utf8 \
+                --with-charset=utf-8 \
                 --with-dicdir=${prefix}/lib/mecab/dic/${dicdir}
 
 post-activate {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061130/fb8215cb/attachment.html


More information about the macports-changes mailing list