[114603] trunk/dports/devel/ocaml-fieldslib/Portfile

mww at macports.org mww at macports.org
Wed Dec 11 07:26:24 PST 2013


Revision: 114603
          https://trac.macports.org/changeset/114603
Author:   mww at macports.org
Date:     2013-12-11 07:26:24 -0800 (Wed, 11 Dec 2013)
Log Message:
-----------
use distfile from github, add docs, inc revision

Modified Paths:
--------------
    trunk/dports/devel/ocaml-fieldslib/Portfile

Modified: trunk/dports/devel/ocaml-fieldslib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-fieldslib/Portfile	2013-12-11 15:18:47 UTC (rev 114602)
+++ trunk/dports/devel/ocaml-fieldslib/Portfile	2013-12-11 15:26:24 UTC (rev 114603)
@@ -1,13 +1,16 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup ocaml 1.0
+PortGroup           ocaml 1.0
+PortGroup           github 1.0
 
+github.setup        janestreet fieldslib 109.20.00
+
 name                ocaml-fieldslib
-version             109.20.00
+revision            1
 categories          devel ml
 platforms           darwin
-license             LGPL-2.1
+license             Apache-2.0
 maintainers         mww openmaintainer
 description         Syntax support for folding over record fields in OCaml
 long_description    This library defines a syntax extension for OCaml using Camlp4 that \
@@ -25,8 +28,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/506107cd/attachment.html>


More information about the macports-changes mailing list