[117451] trunk/dports/devel/ott/Portfile

cal at macports.org cal at macports.org
Wed Feb 26 14:43:45 PST 2014


Revision: 117451
          https://trac.macports.org/changeset/117451
Author:   cal at macports.org
Date:     2014-02-26 14:43:45 -0800 (Wed, 26 Feb 2014)
Log Message:
-----------
ott: update to 0.24, closes #42501, add new maintainer, conform to license, add livecheck

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

Modified: trunk/dports/devel/ott/Portfile
===================================================================
--- trunk/dports/devel/ott/Portfile	2014-02-26 20:42:24 UTC (rev 117450)
+++ trunk/dports/devel/ott/Portfile	2014-02-26 22:43:45 UTC (rev 117451)
@@ -4,11 +4,11 @@
 PortSystem          1.0
 
 name                ott
-version             0.23
+version             0.24
 platforms           darwin
 categories          devel
 license             BSD
-maintainers         nomaintainer
+maintainers         gmail.com:ggreif
 description         tool for writing definitions of programming languages
 long_description    Ott is a tool for writing definitions of programming \
                     languages and calculi. It takes as input a definition of a \
@@ -22,8 +22,8 @@
 master_sites        ${homepage}
 distname            ott_distro_${version}
 
-checksums           rmd160  a86d5282fd99cf17c4709bcf441889761267f2d9 \
-                    sha256  da56c08aceb0c8f30b3342c5c072dd4efcb86b83966fe5faa31b57d8cfba43b4
+checksums           rmd160  69b91b55d2ea1cf06fe1ec0ee37d9aee12d6f826 \
+                    sha256 ef215996eff2760631bf5333ad2ef97f46f1bb281e9a2e12dca5110b465a1f43 
 
 depends_lib         port:ocaml
 
@@ -41,4 +41,10 @@
         ${destroot}${prefix}/share/doc/${name}
     file copy ${worksrcpath}/examples \
         ${destroot}${prefix}/share/doc/${name}/examples
+    xinstall -m 644 ${worksrcpath}/LICENSE \
+        ${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     "ott_distro_(\\d+(\\.\\d+)*)[quotemeta ${extract.suffix}]"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140226/0a80e087/attachment.html>


More information about the macports-changes mailing list