diff options
author | tonio <tonio@pkgsrc.org> | 2007-12-01 14:48:28 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2007-12-01 14:48:28 +0000 |
commit | 3d1861238066a9f4984ba48fd5a8d63c42cfd825 (patch) | |
tree | dac0001151eb180beb27ba30c1b8d1c63aa439aa /lang | |
parent | 08e7142143f764a2b0f70b883d48c4d6d09363d6 (diff) | |
download | pkgsrc-3d1861238066a9f4984ba48fd5a8d63c42cfd825.tar.gz |
Update lang/ocamlduce to 3.10.0
This update lets ocamlduce work with ocaml 3.10
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocamlduce/Makefile | 6 | ||||
-rw-r--r-- | lang/ocamlduce/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/lang/ocamlduce/Makefile b/lang/ocamlduce/Makefile index 81ce8a6bafe..98f2e5c7bb4 100644 --- a/lang/ocamlduce/Makefile +++ b/lang/ocamlduce/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/08 23:04:53 tonio Exp $ +# $NetBSD: Makefile,v 1.2 2007/12/01 14:48:28 tonio Exp $ # -DISTNAME= ocamlduce-3.09.3pl1 +DISTNAME= ocamlduce-3.10.0 CATEGORIES= lang MASTER_SITES= http://gallium.inria.fr/~frisch/ocamlcduce/download/ @@ -23,5 +23,7 @@ INSTALL_TARGET= install PLIST_SRC+= PLIST.opt .endif +BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.10 + .include "../../lang/ocaml/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/ocamlduce/distinfo b/lang/ocamlduce/distinfo index d8114dfff37..f041cf2bb22 100644 --- a/lang/ocamlduce/distinfo +++ b/lang/ocamlduce/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/04/08 23:04:53 tonio Exp $ +$NetBSD: distinfo,v 1.2 2007/12/01 14:48:28 tonio Exp $ -SHA1 (ocamlduce-3.09.3pl1.tar.gz) = 367fc562c9de2108f1d3fd6b2179adfb3983b5c8 -RMD160 (ocamlduce-3.09.3pl1.tar.gz) = dc6a0e6743e21c0a66349d24a1450f85ae6906c8 -Size (ocamlduce-3.09.3pl1.tar.gz) = 944146 bytes +SHA1 (ocamlduce-3.10.0.tar.gz) = 37d8991b70d5623bbf0c6d3ca038ac723dd3b2c1 +RMD160 (ocamlduce-3.10.0.tar.gz) = ffa81116e499218aef7e2bb672953939b0746c9b +Size (ocamlduce-3.10.0.tar.gz) = 968584 bytes SHA1 (patch-aa) = 72aa5005a31eac46c1f6cdd08b8bf9a163d46351 |