[114599] trunk/dports/devel/ocaml-pipebang/Portfile

mww at macports.org mww at macports.org
Wed Dec 11 05:56:37 PST 2013


Revision: 114599
          https://trac.macports.org/changeset/114599
Author:   mww at macports.org
Date:     2013-12-11 05:56:37 -0800 (Wed, 11 Dec 2013)
Log Message:
-----------
use distfile from github, fix license

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

Modified: trunk/dports/devel/ocaml-pipebang/Portfile
===================================================================
--- trunk/dports/devel/ocaml-pipebang/Portfile	2013-12-11 12:28:38 UTC (rev 114598)
+++ trunk/dports/devel/ocaml-pipebang/Portfile	2013-12-11 13:56:37 UTC (rev 114599)
@@ -2,19 +2,19 @@
 
 PortSystem 1.0
 PortGroup ocaml 1.0
+PortGroup           github 1.0
 
+github.setup        janestreet pipebang 109.28.00
+
 name                ocaml-pipebang
-version             109.28.00
 categories          devel ml
 platforms           darwin
-license             LGPL-2.1
+license             Apache-2.0
 maintainers         mww openmaintainer
 description         Syntax extension to transform x |! f into f x
 long_description    ${description}
 
 homepage            https://ocaml.janestreet.com/code
-master_sites        https://ocaml.janestreet.com/ocaml-core/${version}/individual/
-distname            pipebang-${version}
 
 checksums           rmd160  1c35601841066997ac1a6095145c69dee2e6f5c2 \
                     sha256  590475b17b44b268f5d5318a3348f1fd8d1aed48f4d1ac7633ed162b5f277137
@@ -24,7 +24,5 @@
 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/bd54b890/attachment.html>


More information about the macports-changes mailing list