[66714] trunk/dports/math/caml-gsl/Portfile

avsm at macports.org avsm at macports.org
Tue Apr 20 23:54:26 PDT 2010


Revision: 66714
          http://trac.macports.org/changeset/66714
Author:   avsm at macports.org
Date:     2010-04-20 23:54:20 -0700 (Tue, 20 Apr 2010)
Log Message:
-----------
fix ocaml-gsl build with right distfile path, no parallel build

Modified Paths:
--------------
    trunk/dports/math/caml-gsl/Portfile

Modified: trunk/dports/math/caml-gsl/Portfile
===================================================================
--- trunk/dports/math/caml-gsl/Portfile	2010-04-21 05:33:48 UTC (rev 66713)
+++ trunk/dports/math/caml-gsl/Portfile	2010-04-21 06:54:20 UTC (rev 66714)
@@ -4,19 +4,26 @@
 
 name              caml-gsl
 version           0.6.0
-categories        math science
-maintainers       nomaintainer
+
+distfiles         ocamlgsl-${version}.tar.gz
+worksrcdir        ocamlgsl-${version}
+categories        math science ml
+maintainers       avsm openmaintainer
+
 description       ocamlgsl is the GNU scientific library for OCaml
 long_description  \
     This is an interface to GSL (GNU scientific library) for the Objective Caml language.\
     See the gsl port for more details.
+
 homepage          http://oandrieu.nerim.net/ocaml/gsl/
 platforms         darwin
 master_sites      ${homepage}
 checksums         md5    04795211d49c2fe1f59a5669f33ec5fc         \
                   sha1   819d2f95f44cc4c331a4aa644f8d23704477de05 \
                   rmd160 f7e9db2f388694dbede5b95ed961cb6eeef1fb00
-patchfiles              patch-Makefile.diff
+
+patchfiles        patch-Makefile.diff
 depends_lib       port:gsl port:ocaml
 depends_build     port:gawk
 use_configure     no
+use_parallel_build no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100420/1eba693a/attachment-0001.html>


More information about the macports-changes mailing list