[Lunar-commits] <moonbase-other> camlp5: version bumped
v4hn
me at v4hn.de
Sat Oct 13 02:53:26 CEST 2012
commit 6fe2ea8e1f988d79b80d79b6e86f238ed73bd922
Author: v4hn <me at v4hn.de>
Date: Fri, 12 Oct 2012 17:53:26 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/6fe2ea8e1f988d79b80d79b6e86f238ed73bd922
camlp5: version bumped
---
compilers/camlp5/BUILD | +3/-1
compilers/camlp5/DETAILS | +6/-3
2 files changed, 9 insertions(+), 4 deletions(-)
--- a/compilers/camlp5/BUILD
+++ b/compilers/camlp5/BUILD
@@ -1,7 +1,9 @@
(
+ patch_it $SOURCE2 0 &&
+
./configure -prefix /usr -mandir /usr/share/man/man1 $OPTS &&
- make world.opt &&
+ make world.opt &&
prepare_install &&
make install
--- a/compilers/camlp5/DETAILS
+++ b/compilers/camlp5/DETAILS
@@ -1,11 +1,14 @@
MODULE=camlp5
- VERSION=6.02.3
+ VERSION=6.07
SOURCE=$MODULE-$VERSION.tgz
+ SOURCE2=patch-$VERSION-1
SOURCE_URL=http://pauillac.inria.fr/~ddr/camlp5/distrib/src/
- SOURCE_VFY=sha1:eb0f4f9ade52c2c1e972d61b334bcf01fea76dfc
+ SOURCE2_URL=$SOURCE_URL
+ SOURCE_VFY=sha1:a6b52e533e7062845a0a45dda097cb2eff52b928
+ SOURCE2_VFY=sha1:e97b65d97c8807e558e2ad8849b57a0fb71e15e2
WEB_SITE=http://pauillac.inria.fr/~ddr/camlp5/
ENTERED=20110829
- UPDATED=20110829
+ UPDATED=20121013
SHORT="Camlp5 is a preprocessor-pretty-printer of OCaml."
cat << EOF
Camlp5 is a preprocessor-pretty-printer of OCaml.
More information about the Lunar-commits
mailing list