[91570] trunk/dports/textproc/kytea/Portfile

hum at macports.org hum at macports.org
Thu Apr 5 08:50:29 PDT 2012


Revision: 91570
          https://trac.macports.org/changeset/91570
Author:   hum at macports.org
Date:     2012-04-05 08:50:28 -0700 (Thu, 05 Apr 2012)
Log Message:
-----------
kytea: update to 0.4.1; install additional documents.

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

Modified: trunk/dports/textproc/kytea/Portfile
===================================================================
--- trunk/dports/textproc/kytea/Portfile	2012-04-05 13:23:27 UTC (rev 91569)
+++ trunk/dports/textproc/kytea/Portfile	2012-04-05 15:50:28 UTC (rev 91570)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                kytea
-version             0.4.0
+version             0.4.1
 categories          textproc japanese
 maintainers         hum openmaintainer
 
@@ -19,9 +19,17 @@
 license             Apache-2.0
 
 master_sites        ${homepage}download/
-checksums           rmd160  2fc16e08f0df4267700b5bd5dbd4ee65a668971a \
-                    sha256  277a940677d1f121cead2426a5991c85df34adf989e55c68c28e2535b621f41a
+checksums           rmd160  66c14ac1b65630d641a674fa5e1d6a5131dd6489 \
+                    sha256  a16ce14063beb651adc1c6be07201b181d84359350921000e56e2a1e3b312d24
 
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS COPYING ChangeLog NEWS README \
+        ${docdir}
+}
+
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
 livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120405/946b3652/attachment.html>


More information about the macports-changes mailing list