[96627] trunk/dports/devel/ocaml-bolt
mww at macports.org
mww at macports.org
Wed Aug 15 14:06:19 PDT 2012
Revision: 96627
https://trac.macports.org/changeset/96627
Author: mww at macports.org
Date: 2012-08-15 14:06:16 -0700 (Wed, 15 Aug 2012)
Log Message:
-----------
ocaml-bolt: version 1.3
Modified Paths:
--------------
trunk/dports/devel/ocaml-bolt/Portfile
Removed Paths:
-------------
trunk/dports/devel/ocaml-bolt/files/
Modified: trunk/dports/devel/ocaml-bolt/Portfile
===================================================================
--- trunk/dports/devel/ocaml-bolt/Portfile 2012-08-15 17:43:23 UTC (rev 96626)
+++ trunk/dports/devel/ocaml-bolt/Portfile 2012-08-15 21:06:16 UTC (rev 96627)
@@ -1,11 +1,10 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
PortGroup ocaml 1.0
name ocaml-bolt
-version 1.2
-revision 1
+version 1.3
categories devel ml
license LGPL-3
platforms darwin
@@ -13,22 +12,18 @@
description Bolt is a logging tool for the Objective Caml language.
long_description ${description}
homepage http://bolt.x9c.fr/
-master_sites http://bolt.x9c.fr/distrib/
+master_sites https://forge.ocamlcore.org/frs/download.php/974/
distname bolt-${version}
-checksums rmd160 152964e7e0c20eb1a453f993dbc5e28dda0e27cc \
- sha256 1df6260c999ad701f6ec65aab2e766dec413353bc2593251886a94a63fef0359
+checksums rmd160 d6ada674602586ea245297ca26a0a2e3e6e8a7b3 \
+ sha256 77c623e09f9ebef7fac65c0feb66ad9b7f6ada9d30548a87386a6822c04d701f
depends_lib port:ocaml port:ocaml-findlib
-patchfiles patch-Makefile.diff patch-myocamlbuild.ml.diff
-
-post-extract {
- system "chmod +x ${worksrcpath}/configure"
-}
-
configure.pre_args -ocaml-prefix ${prefix} -ocamlfind ${ocamlfind_wrapper}
+use_parallel_build no
+
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc
file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120815/67c03317/attachment.html>
More information about the macports-changes
mailing list