[129929] trunk/dports/textproc/juman/Portfile

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


Revision: 129929
          https://trac.macports.org/changeset/129929
Author:   hum at macports.org
Date:     2014-12-23 07:20:54 -0800 (Tue, 23 Dec 2014)
Log Message:
-----------
juman: update to 7.01; install additional documents

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

Modified: trunk/dports/textproc/juman/Portfile
===================================================================
--- trunk/dports/textproc/juman/Portfile	2014-12-23 15:18:57 UTC (rev 129928)
+++ trunk/dports/textproc/juman/Portfile	2014-12-23 15:20:54 UTC (rev 129929)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                juman
-version             7.0
+version             7.01
 categories          textproc japanese
 platforms           darwin
 maintainers         hum openmaintainer
@@ -16,8 +16,16 @@
 
 master_sites        http://nlp.ist.i.kyoto-u.ac.jp/nl-resource/juman/
 use_bzip2           yes
-checksums           rmd160  3ec86bf129fdcbe163a749681df0f065152ba59a \
-                    sha256  c1df70ad34bd76c0d203c046af2884de87ed8bec74b63ef3075ae9335426e72c
+checksums           rmd160  f1b5a96691c4d718d4dd492b6a908c2aaeb72267 \
+                    sha256  64bee311de19e6d9577d007bb55281e44299972637bd8a2a8bc2efbad2f917c6
 
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS ChangeLog COPYING README \
+        ${destroot}${docdir}
+}
+
 livecheck.type      regex
-livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141223/10eac822/attachment.html>


More information about the macports-changes mailing list