[115160] trunk/dports/math/yakmo/Portfile

hum at macports.org hum at macports.org
Fri Dec 27 00:31:01 PST 2013


Revision: 115160
          https://trac.macports.org/changeset/115160
Author:   hum at macports.org
Date:     2013-12-27 00:31:01 -0800 (Fri, 27 Dec 2013)
Log Message:
-----------
yakmo: update to 2013-12-25.

Modified Paths:
--------------
    trunk/dports/math/yakmo/Portfile

Modified: trunk/dports/math/yakmo/Portfile
===================================================================
--- trunk/dports/math/yakmo/Portfile	2013-12-27 08:30:29 UTC (rev 115159)
+++ trunk/dports/math/yakmo/Portfile	2013-12-27 08:31:01 UTC (rev 115160)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                yakmo
-version             2013-04-22
+version             2013-12-25
 categories          math textproc
 maintainers         hum openmaintainer
 
@@ -25,17 +25,17 @@
 license             {GPL-2 LGPL-2.1}
 
 master_sites        ${homepage}
-checksums           rmd160  0d48896c2c0f9f1f296baa6cf6c6a6ed103f473e \
-                    sha256  0b4aa5cc79f6d1dcbcfb7793619085c6d3be3367b05abfd24f77f1aee6acfa19
+checksums           rmd160  411a443fc452a790c9dd2affaf8d2b2f62336099 \
+                    sha256  0265612a41b5bc8ca0eb53aef670310d57b81061cd5cd686984b05ef62e94e47
 
 post-destroot {
     # install additional documents.
-    set doc_dir ${destroot}${prefix}/share/doc/${name}
-    file mkdir ${doc_dir}
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} \
-        AUTHORS COPYING GPL LGPL README \
-        ${doc_dir}
+        AUTHORS GPL LGPL \
+        ${destroot}${docdir}
 }
 
 livecheck.type      regex
-livecheck.regex     ${name}-(\\d+-\\d+-\\d+)\\.
+livecheck.regex     "${name}-(\\d+(?:\\-\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131227/97e1b7f6/attachment-0001.html>


More information about the macports-changes mailing list