[90589] trunk/dports/devel/openfst/Portfile

hum at macports.org hum at macports.org
Fri Mar 9 04:23:30 PST 2012


Revision: 90589
          http://trac.macports.org/changeset/90589
Author:   hum at macports.org
Date:     2012-03-09 04:23:30 -0800 (Fri, 09 Mar 2012)
Log Message:
-----------
openfst: update to 1.3.1; take maintainership; install documents.

Modified Paths:
--------------
    trunk/dports/devel/openfst/Portfile

Modified: trunk/dports/devel/openfst/Portfile
===================================================================
--- trunk/dports/devel/openfst/Portfile	2012-03-09 12:19:47 UTC (rev 90588)
+++ trunk/dports/devel/openfst/Portfile	2012-03-09 12:23:30 UTC (rev 90589)
@@ -4,11 +4,11 @@
 PortSystem          1.0
 
 name                openfst
-version             1.2.7
+version             1.3.1
 categories          devel
 platforms           darwin
 license             Apache-2.0
-maintainers         nomaintainer
+maintainers         hum openmaintainer
 
 description         C++ finite-state transducers library
 
@@ -19,8 +19,8 @@
 homepage            http://www.openfst.org/
 master_sites        ${homepage}twiki/pub/FST/FstDownload/
 
-checksums           sha1    75aa24fe050c295e16aaeb31a216c1d97952c84e \
-                    rmd160  a24279f4deb85f79875b237c548f0b600c3a6af8
+checksums           rmd160  b730ad3804e5a03688a1abf978c3eb36338986a3 \
+                    sha256  82fc431a41430516fe3eee2b4b8ea31242acb4c6adccd8a3f8fc9f6f5aabcf94
 
 # OpenFst doesn't like Xcode's compiler before Snow Leopard.
 # See http://www.openfst.org/twiki/bin/view/FST/CompilingOnMacOSX
@@ -45,6 +45,17 @@
     }
 }
 
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        COPYING \
+        NEWS \
+        README \
+        ${docdir}
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}twiki/bin/view/FST/FstDownload
 livecheck.regex     ${name}-(\[0-9.\]+)\\.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120309/0534df9f/attachment.html>


More information about the macports-changes mailing list