[115001] trunk/dports/math/wapiti/Portfile

hum at macports.org hum at macports.org
Sat Dec 21 01:12:52 PST 2013


Revision: 115001
          https://trac.macports.org/changeset/115001
Author:   hum at macports.org
Date:     2013-12-21 01:12:52 -0800 (Sat, 21 Dec 2013)
Log Message:
-----------
wapiti: update to 1.5.0.

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

Modified: trunk/dports/math/wapiti/Portfile
===================================================================
--- trunk/dports/math/wapiti/Portfile	2013-12-21 07:14:05 UTC (rev 115000)
+++ trunk/dports/math/wapiti/Portfile	2013-12-21 09:12:52 UTC (rev 115001)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                wapiti
-version             1.4.0
-revision            2
+version             1.5.0
 categories          math textproc
 maintainers         hum openmaintainer
 
@@ -24,8 +23,8 @@
 license             BSD
 
 master_sites        ${homepage}
-checksums           rmd160  30814c66bb944f148167ed7b34f60eca8c418862 \
-                    sha256  2f1617c55c826c63fb56c75bf9a25fb37088cf30bee61bcb5e6820b0f4483a4c
+checksums           rmd160  8ca5a2db7a1e81e6871a72799e1bd35bf0731ec1 \
+                    sha256  4726101734acde4e2300f2a63991b76bbcf00d2b1897bd15277c9c9ebdfb654a
 
 use_configure       no
 
@@ -38,16 +37,16 @@
 
 post-destroot {
     # install additional documents.
-    set dest_doc ${destroot}${prefix}/share/doc/${name}
-    xinstall -d ${dest_doc}
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} \
-        COPYING HISTORY \
-        ${dest_doc}
+        COPYING HISTORY README.mkd \
+        ${destroot}${docdir}
     # install examples.
-    xinstall -d ${destroot}${prefix}/share/examples
-    set dest_ex ${destroot}${prefix}/share/examples/${name}
-    copy ${worksrcpath}/dat ${dest_ex}
+    set exroot ${prefix}/share/examples
+    xinstall -d ${destroot}${exroot}
+    copy ${worksrcpath}/dat ${destroot}${exroot}/${name}
 }
 
 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/20131221/de9a7177/attachment.html>


More information about the macports-changes mailing list