pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/camlp5 Update lang/camlp5 to 5.09



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2de291d9a366
branches:  trunk
changeset: 543602:2de291d9a366
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sat Jun 21 06:37:52 2008 +0000

description:
Update lang/camlp5 to 5.09

Changes:
* [05 Jun 08] Changed all '#!/bin/bash" in shells scripts into '#!/bin/sh'
  and changed all $(...) into `...` because there are compatibilities
  problems according to Unix versions.
* [31 Mar 08] Fixed bug: "let f ~_x () = ()" generated syntax error.
* [31 Mar 08] Fixed bug: "x $ y" generated syntax error (normal syntax).
* [02 Jan 08] Added compatibility with OCaml 3.10.3.

diffstat:

 lang/camlp5/Makefile |  5 ++---
 lang/camlp5/PLIST    |  4 +++-
 lang/camlp5/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r 422063ec6199 -r 2de291d9a366 lang/camlp5/Makefile
--- a/lang/camlp5/Makefile      Sat Jun 21 03:58:51 2008 +0000
+++ b/lang/camlp5/Makefile      Sat Jun 21 06:37:52 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2008/06/20 01:09:23 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2008/06/21 06:37:52 tonio Exp $
 #
 
-DISTNAME=      camlp5-5.08
-PKGREVISION=   1
+DISTNAME=      camlp5-5.09
 CATEGORIES=    lang
 MASTER_SITES=  http://pauillac.inria.fr/~ddr/camlp5/distrib/src/
 EXTRACT_SUFX=  .tgz
diff -r 422063ec6199 -r 2de291d9a366 lang/camlp5/PLIST
--- a/lang/camlp5/PLIST Sat Jun 21 03:58:51 2008 +0000
+++ b/lang/camlp5/PLIST Sat Jun 21 06:37:52 2008 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2008/06/16 14:08:07 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/06/21 06:37:52 tonio Exp $
 bin/camlp5
 bin/camlp5o
 bin/camlp5r
 bin/camlp5sch
 bin/mkcamlp5
 bin/ocpp5
+bin/mkcamlp5
 lib/ocaml/camlp5/ast2pt.cmi
 lib/ocaml/camlp5/ast2pt.mli
 lib/ocaml/camlp5/camlp5.cma
@@ -64,6 +65,7 @@
 lib/ocaml/camlp5/pa_oop.o
 lib/ocaml/camlp5/pa_op.cmo
 lib/ocaml/camlp5/pa_op.o
+lib/ocaml/camlp5/pa_o_fast.o
 lib/ocaml/camlp5/pa_pprintf.cmo
 lib/ocaml/camlp5/pa_pprintf.o
 lib/ocaml/camlp5/pa_pragma.cmo
diff -r 422063ec6199 -r 2de291d9a366 lang/camlp5/distinfo
--- a/lang/camlp5/distinfo      Sat Jun 21 03:58:51 2008 +0000
+++ b/lang/camlp5/distinfo      Sat Jun 21 06:37:52 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/04/27 10:44:28 tonio Exp $
+$NetBSD: distinfo,v 1.3 2008/06/21 06:37:52 tonio Exp $
 
-SHA1 (camlp5-5.08.tgz) = 1ceb0a26dfa33de764a6361ed83595d76cfa47c0
-RMD160 (camlp5-5.08.tgz) = 6212b56e21f8d9fed8ce17463ca237526430ad5a
-Size (camlp5-5.08.tgz) = 645774 bytes
+SHA1 (camlp5-5.09.tgz) = 6d65b8f956d79db3b321066e776b8cec27a0fe50
+RMD160 (camlp5-5.09.tgz) = 2f5f63bcb0a1102853ebbd7edbf3db5947d3e7b9
+Size (camlp5-5.09.tgz) = 653949 bytes



Home | Main Index | Thread Index | Old Index