Revision
94785
Author
mww@macports.org
Date
2012-06-29 12:33:36 -0700 (Fri, 29 Jun 2012)

Log Message

ocaml-odn: fix META file, too; inc revision

Modified Paths

Diff

Modified: trunk/dports/devel/ocaml-odn/Portfile (94784 => 94785)


--- trunk/dports/devel/ocaml-odn/Portfile	2012-06-29 18:57:17 UTC (rev 94784)
+++ trunk/dports/devel/ocaml-odn/Portfile	2012-06-29 19:33:36 UTC (rev 94785)
@@ -5,7 +5,7 @@
 
 name                ocaml-odn
 version             0.0.8
-revision            1
+revision            2
 categories          devel ml
 maintainers         landonf openmaintainer
 license             LGPL-2.1
@@ -32,6 +32,7 @@
 
 patch {
     reinplace "s|type-conv|type_conv|g" ${worksrcpath}/setup.ml
+    reinplace "s|type-conv|type_conv|g" ${worksrcpath}/src/META
 }
 
 configure.args-append "--override ocamlbuildflags '-use-ocamlfind -pkg type_conv'"