diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-15 15:20:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-15 15:20:50 +0000 |
commit | a24d16fedc07f9c52d012e011005d69e8c338ef6 (patch) | |
tree | 703c1d4d69617a17734e3aa196bc01849f8bd594 /lang/ocamlduce | |
parent | 3aa874f5a8aff08d6d5b1aafd1edad23b9e8e4b4 (diff) | |
download | ports-a24d16fedc07f9c52d012e011005d69e8c338ef6.tar.gz ports-a24d16fedc07f9c52d012e011005d69e8c338ef6.zip |
Notes
Diffstat (limited to 'lang/ocamlduce')
-rw-r--r-- | lang/ocamlduce/Makefile | 9 | ||||
-rw-r--r-- | lang/ocamlduce/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/lang/ocamlduce/Makefile b/lang/ocamlduce/Makefile index a15212afaa13..1e3ab51fcc63 100644 --- a/lang/ocamlduce/Makefile +++ b/lang/ocamlduce/Makefile @@ -6,11 +6,9 @@ # PORTNAME= ocamlduce -PORTVERSION= 3.09.3 -PORTREVISION= 1 +PORTVERSION= 3.10.0.1 CATEGORIES= lang MASTER_SITES= http://gallium.inria.fr/~frisch/ocamlcduce/download/ -PKGNAMESUFFIX= pl1 DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX} MAINTAINER= jaapb@kerguelen.org @@ -18,7 +16,10 @@ COMMENT= Library to integrate XML features into OCaml USE_GMAKE= yes USE_OCAML= yes -USE_OCAML_FINDLIB=yes +OCAMLC_DEPEND= ocaml>=3.10.0:${OCAMLC_PORT} +USE_OCAML_FINDLIB= yes +USE_OCAML_LDCONFIG= yes +USE_OCAML_PLIST= yes ALL_TARGET= all opt diff --git a/lang/ocamlduce/distinfo b/lang/ocamlduce/distinfo index fb3ef75f052e..0c9ef693acd9 100644 --- a/lang/ocamlduce/distinfo +++ b/lang/ocamlduce/distinfo @@ -1,3 +1,3 @@ -MD5 (ocamlduce-3.09.3pl1.tar.gz) = 341e04b8fc7e9c211ae270ae2135e83a -SHA256 (ocamlduce-3.09.3pl1.tar.gz) = 19f5151790f85d282de7f7f7c8282d2e0562670fc54a97d1acd98be0b8df651b -SIZE (ocamlduce-3.09.3pl1.tar.gz) = 944146 +MD5 (ocamlduce-3.10.0.1.tar.gz) = bb137a5a653197f1d345483e3e7beb52 +SHA256 (ocamlduce-3.10.0.1.tar.gz) = 0b6d68a499a30269939fc88953abe423006847c0e224c5b7bfabb0944b6875c0 +SIZE (ocamlduce-3.10.0.1.tar.gz) = 1008267 |