[115324] trunk/dports/textproc/cabocha

hum at macports.org hum at macports.org
Tue Dec 31 00:39:38 PST 2013


Revision: 115324
          https://trac.macports.org/changeset/115324
Author:   hum at macports.org
Date:     2013-12-31 00:39:38 -0800 (Tue, 31 Dec 2013)
Log Message:
-----------
cabocha: update to 0.67.

Modified Paths:
--------------
    trunk/dports/textproc/cabocha/Portfile

Removed Paths:
-------------
    trunk/dports/textproc/cabocha/files/patch-src_utils.cpp.diff

Modified: trunk/dports/textproc/cabocha/Portfile
===================================================================
--- trunk/dports/textproc/cabocha/Portfile	2013-12-31 08:34:50 UTC (rev 115323)
+++ trunk/dports/textproc/cabocha/Portfile	2013-12-31 08:39:38 UTC (rev 115324)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                cabocha
-version             0.66
+version             0.67
 categories          textproc japanese
 maintainers         hum openmaintainer
 
@@ -19,8 +19,8 @@
 license             {BSD Permissive}
 
 master_sites        googlecode
-checksums           rmd160  23bd1ac45ca9a065c91f223542f61ddf18d97dfd \
-                    sha256  349758f71181b45cf4465b363916f5b2c98b4ed20a43028d939f0a48ec526e08
+checksums           rmd160  625c4b9a9f4bbc1f454e52988ecdc87e471631e0 \
+                    sha256  52dffbb336a25d575fb656156726a56b7f1e157542f669f4f971cecb6e1a5a31
 
 use_bzip2           yes
 
@@ -29,8 +29,7 @@
                     port:mecab-base \
                     port:mecab-utf8
 
-patchfiles          patch-configure.diff \
-                    patch-src_utils.cpp.diff
+patchfiles          patch-configure.diff
  
 configure.args      --with-charset=UTF8
 

Deleted: trunk/dports/textproc/cabocha/files/patch-src_utils.cpp.diff
===================================================================
--- trunk/dports/textproc/cabocha/files/patch-src_utils.cpp.diff	2013-12-31 08:34:50 UTC (rev 115323)
+++ trunk/dports/textproc/cabocha/files/patch-src_utils.cpp.diff	2013-12-31 08:39:38 UTC (rev 115324)
@@ -1,11 +0,0 @@
---- src/utils.cpp.orig	2013-12-28 15:43:20.000000000 +0900
-+++ src/utils.cpp	2013-12-28 15:35:16.000000000 +0900
-@@ -298,7 +298,7 @@
- #if defined(_WIN32) && !defined(__CYGWIN__)
-   ::DeleteFileW(WPATH(filename));
- #else
--  ::unlink(filename);
-+  ::remove(filename);
- #endif
- }
- }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131231/695f3124/attachment-0001.html>


More information about the macports-changes mailing list