[129930] trunk/dports/textproc/knp

hum at macports.org hum at macports.org
Tue Dec 23 07:25:25 PST 2014


Revision: 129930
          https://trac.macports.org/changeset/129930
Author:   hum at macports.org
Date:     2014-12-23 07:25:25 -0800 (Tue, 23 Dec 2014)
Log Message:
-----------
knp: update to 4.12; add patch to prevent from installing crfpp files

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

Added Paths:
-----------
    trunk/dports/textproc/knp/files/
    trunk/dports/textproc/knp/files/patch-Makefile.in.diff

Modified: trunk/dports/textproc/knp/Portfile
===================================================================
--- trunk/dports/textproc/knp/Portfile	2014-12-23 15:20:54 UTC (rev 129929)
+++ trunk/dports/textproc/knp/Portfile	2014-12-23 15:25:25 UTC (rev 129930)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                knp
-version             4.11
+version             4.12
 categories          textproc japanese
 maintainers         hum openmaintainer
 
@@ -18,9 +18,11 @@
 
 master_sites        http://nlp.ist.i.kyoto-u.ac.jp/nl-resource/knp/
 use_bzip2           yes
-checksums           rmd160  52c5ae33ecf00758c81354850485d88925c53bfd \
-                    sha256  aa4837891f7a89420ebd65c840e8397889138ef71117926e9f86d327772619bc
+checksums           rmd160  0593b46bd4152fa0ee2b129c86b556960c3e4244 \
+                    sha256  118469a132f28338939332d5e537a0f8885cb7f90f1374b6833528402401b77b
 
+patchfiles          patch-Makefile.in.diff
+
 depends_lib         port:juman \
                     port:zlib \
                     port:crfpp

Added: trunk/dports/textproc/knp/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/textproc/knp/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/textproc/knp/files/patch-Makefile.in.diff	2014-12-23 15:25:25 UTC (rev 129930)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2014-12-23 20:56:51.000000000 +0900
++++ Makefile.in	2014-12-23 20:58:20.000000000 +0900
+@@ -196,7 +196,7 @@
+ SET_MAKE = @SET_MAKE@
+ SHELL = @SHELL@
+ STRIP = @STRIP@
+-SUBDIRS = cdb crf CRF++-0.58 distsim system rule dict doc
++SUBDIRS = cdb crf distsim system rule dict doc
+ VERSION = @VERSION@
+ abs_builddir = @abs_builddir@
+ abs_srcdir = @abs_srcdir@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141223/32a37d24/attachment.html>


More information about the macports-changes mailing list