diff options
author | tonio <tonio@pkgsrc.org> | 2009-09-03 17:29:37 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2009-09-03 17:29:37 +0000 |
commit | 64f2347884f7069be07102fa82cfc601f738d6c9 (patch) | |
tree | fbeb4412b4c873313d6efd4ea2f62b603f46d289 /lang | |
parent | 9ef4e559a52a3ce10e1e8ccd3b65567c4529d301 (diff) | |
download | pkgsrc-64f2347884f7069be07102fa82cfc601f738d6c9.tar.gz |
Update lang/camlp5 to 5.12
Changes are:
- compatibility with recent versions of ocaml
- possible use of IFDEF and IFNDEF in record labels declarations
- addition of Plexer.utf8_lexing
Diffstat (limited to 'lang')
-rw-r--r-- | lang/camlp5/Makefile | 4 | ||||
-rw-r--r-- | lang/camlp5/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/camlp5/Makefile b/lang/camlp5/Makefile index fc86637f4d5..46a148117a6 100644 --- a/lang/camlp5/Makefile +++ b/lang/camlp5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2008/11/14 19:30:54 epg Exp $ +# $NetBSD: Makefile,v 1.10 2009/09/03 17:29:37 tonio Exp $ # -DISTNAME= camlp5-5.09 +DISTNAME= camlp5-5.12 CATEGORIES= lang MASTER_SITES= http://pauillac.inria.fr/~ddr/camlp5/distrib/src/ EXTRACT_SUFX= .tgz diff --git a/lang/camlp5/distinfo b/lang/camlp5/distinfo index 43988873115..8c66aee600f 100644 --- a/lang/camlp5/distinfo +++ b/lang/camlp5/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/06/21 06:37:52 tonio Exp $ +$NetBSD: distinfo,v 1.4 2009/09/03 17:29:37 tonio Exp $ -SHA1 (camlp5-5.09.tgz) = 6d65b8f956d79db3b321066e776b8cec27a0fe50 -RMD160 (camlp5-5.09.tgz) = 2f5f63bcb0a1102853ebbd7edbf3db5947d3e7b9 -Size (camlp5-5.09.tgz) = 653949 bytes +SHA1 (camlp5-5.12.tgz) = 33dd83e33e8554f88004d2c4a57dcf92a5881700 +RMD160 (camlp5-5.12.tgz) = 4ba66bc3addff65208a70802371c0987b136d8c6 +Size (camlp5-5.12.tgz) = 685032 bytes |