[111068] trunk/dports/lang/camlp5

ryandesign at macports.org ryandesign at macports.org
Fri Sep 13 23:46:08 PDT 2013


Revision: 111068
          https://trac.macports.org/changeset/111068
Author:   ryandesign at macports.org
Date:     2013-09-13 23:46:08 -0700 (Fri, 13 Sep 2013)
Log Message:
-----------
camlp5: update to 6.11 (#40472)

Modified Paths:
--------------
    trunk/dports/lang/camlp5/Portfile

Removed Paths:
-------------
    trunk/dports/lang/camlp5/files/

Modified: trunk/dports/lang/camlp5/Portfile
===================================================================
--- trunk/dports/lang/camlp5/Portfile	2013-09-14 06:36:06 UTC (rev 111067)
+++ trunk/dports/lang/camlp5/Portfile	2013-09-14 06:46:08 UTC (rev 111068)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name                camlp5
-version             6.06
-revision            4
+version             6.11
 categories          lang ml
 license             BSD
 platforms           darwin
@@ -25,18 +24,16 @@
 homepage            http://pauillac.inria.fr/~ddr/camlp5/
 master_sites        ${homepage}distrib/src/
 
-checksums           rmd160  fefa727e756266d3b0697df494042c327f32294d \
-                    sha256  763f89ee6cde4ca063a50708c3fe252d55ea9f8037e3ae9801690411ea6180c5
+checksums           rmd160  28a4990617da1e65c77f88a34f3d4e527cb14a41 \
+                    sha256  65521c1d316ea6c0e794d07bd331bdb091840d3ab41c16b50005d7685a2cab37
 
 depends_build       port:ocaml
+
 extract.suffix      .tgz
-post-extract {
-    file rename ${worksrcpath}/ocaml_stuff/4.01.0 ${worksrcpath}/ocaml_stuff/4.00.1
-    file rename ${worksrcpath}/ocaml_src/lib/versdep/4.01.0.ml ${worksrcpath}/ocaml_src/lib/versdep/4.00.1.ml
-}
-patchfiles          patch-ocaml_stuff-4.00.1-utils-pconfig.ml.diff
-configure.pre_args  --prefix "${prefix}" \
-                    --mandir "${prefix}/share/man"
+
+configure.pre_args  --prefix "${prefix}"
+configure.args      --mandir "${prefix}/share/man"
+
 build.target        world.opt
 use_parallel_build  no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130913/786f1930/attachment.html>


More information about the macports-changes mailing list