[114600] trunk/dports/devel/ocaml-comparelib/Portfile
mww at macports.org
mww at macports.org
Wed Dec 11 06:11:13 PST 2013
Revision: 114600
https://trac.macports.org/changeset/114600
Author: mww at macports.org
Date: 2013-12-11 06:11:12 -0800 (Wed, 11 Dec 2013)
Log Message:
-----------
use distfile from github, fix license, would install docs (none available now though)
Modified Paths:
--------------
trunk/dports/devel/ocaml-comparelib/Portfile
Modified: trunk/dports/devel/ocaml-comparelib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-comparelib/Portfile 2013-12-11 13:56:37 UTC (rev 114599)
+++ trunk/dports/devel/ocaml-comparelib/Portfile 2013-12-11 14:11:12 UTC (rev 114600)
@@ -2,19 +2,19 @@
PortSystem 1.0
PortGroup ocaml 1.0
+PortGroup github 1.0
+github.setup janestreet comparelib 109.27.00
+
name ocaml-comparelib
-version 109.27.00
categories devel ml
platforms darwin
-license LGPL-2.1
+license Apache-2.0
maintainers mww openmaintainer
description Syntax extension for deriving "compare" functions automatically
long_description ${description}
homepage https://ocaml.janestreet.com/code
-master_sites https://ocaml.janestreet.com/ocaml-core/${version}/individual/
-distname comparelib-${version}
checksums rmd160 64715f85f75d34d42e6ab856c3bd14f09ce8032c \
sha256 6d7015be475a08e3e4105f10697c0e3139c6a9b62c9c9dbf5039947c522a437f
@@ -22,8 +22,7 @@
depends_lib port:ocaml port:ocaml-findlib port:ocaml-type-conv
use_oasis yes
+use_oasis_doc yes
-livecheck.type regex
-livecheck.url https://ocaml.janestreet.com/ocaml-core/
-livecheck.regex (\[0-9\]+\\\.\[0-9\\\.\]+)
+configure.args-append "--destdir ${destroot}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131211/4665d617/attachment.html>
More information about the macports-changes
mailing list