[20819] trunk/dports/textproc/mecab-jumandic-utf8/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 30 08:16:48 PST 2006


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

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

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

Modified: trunk/dports/textproc/mecab-jumandic-utf8/Portfile
===================================================================
--- trunk/dports/textproc/mecab-jumandic-utf8/Portfile	2006-11-30 16:15:46 UTC (rev 20818)
+++ trunk/dports/textproc/mecab-jumandic-utf8/Portfile	2006-11-30 16:16:47 UTC (rev 20819)
@@ -3,6 +3,7 @@
 PortSystem      1.0
 name            mecab-jumandic-utf8
 version         5.1-20051121
+revision        1
 categories      textproc japanese
 maintainers     rsky0711 at gmail.com
 platforms       darwin
@@ -25,7 +26,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/f3419ce9/attachment.html


More information about the macports-changes mailing list