[86600] trunk/dports/java/mecab-java/Portfile

hum at macports.org hum at macports.org
Sat Oct 29 05:22:12 PDT 2011


Revision: 86600
          http://trac.macports.org/changeset/86600
Author:   hum at macports.org
Date:     2011-10-29 05:22:07 -0700 (Sat, 29 Oct 2011)
Log Message:
-----------
mecab-java: remove renaming and correct jar filename according to r86594.

Revision Links:
--------------
    http://trac.macports.org/changeset/86594

Modified Paths:
--------------
    trunk/dports/java/mecab-java/Portfile

Modified: trunk/dports/java/mecab-java/Portfile
===================================================================
--- trunk/dports/java/mecab-java/Portfile	2011-10-29 11:18:36 UTC (rev 86599)
+++ trunk/dports/java/mecab-java/Portfile	2011-10-29 12:22:07 UTC (rev 86600)
@@ -5,7 +5,7 @@
 
 name                mecab-java
 version             0.98
-revision            1
+revision            2
 epoch               1
 categories          java textproc japanese
 platforms           darwin
@@ -28,8 +28,6 @@
 
 post-patch {
     reinplace "s|@java_library_path@|${prefix}/lib|g" ${worksrcpath}/test.java
-    move ${worksrcpath}/MeCab_wrap.cxx  ${worksrcpath}/mecab_wrap0.cxx
-    move ${worksrcpath}/MeCab_wrap0.cxx ${worksrcpath}/mecab_wrap.cxx
 }
 
 use_configure       no
@@ -48,8 +46,8 @@
     xinstall -m 644 -W ${worksrcpath} \
         AUTHORS BSD COPYING GPL LGPL bindings.html test.java \
         ${destroot}${prefix}/share/doc/${name}
-    xinstall -m 644 ${worksrcpath}/mecab.jar \
-        ${destroot}${prefix}/share/java
+    xinstall -m 644 ${worksrcpath}/MeCab.jar \
+        ${destroot}${prefix}/share/java/mecab.jar
     xinstall -m 644 ${worksrcpath}/lib${name}.dylib \
         ${destroot}${prefix}/lib
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111029/2bca5828/attachment.html>


More information about the macports-changes mailing list