diff options
author | jaapb <jaapb@pkgsrc.org> | 2015-06-30 11:10:15 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2015-06-30 11:10:15 +0000 |
commit | 70a481e943baf6bea7158b2959e5149e346e0d9f (patch) | |
tree | ea23a8eb08b469fdf8bbee415ffed6ebbcbb7665 /lang | |
parent | 0196b572fc232eb58eb9d8ab95f68b185bc2cb9d (diff) | |
download | pkgsrc-70a481e943baf6bea7158b2959e5149e346e0d9f.tar.gz |
Updated lang/camlp5 to newest version 6.13 (to work with ocaml 4.02.2).
There is one other change:
* [20 Apr 15] Accept 'fun/try' case list like the change of 22nd Apr 13
on 'match' in revised syntax, allowing them to write "|" .. "end" or
"[" .. "]", both being accepted.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/camlp5/Makefile | 5 | ||||
-rw-r--r-- | lang/camlp5/buildlink3.mk | 4 | ||||
-rw-r--r-- | lang/camlp5/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/lang/camlp5/Makefile b/lang/camlp5/Makefile index c64e41c210e..eda79ee38b5 100644 --- a/lang/camlp5/Makefile +++ b/lang/camlp5/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2015/01/20 14:24:36 jaapb Exp $ +# $NetBSD: Makefile,v 1.22 2015/06/30 11:10:15 jaapb Exp $ # -DISTNAME= camlp5-6.12 +DISTNAME= camlp5-6.13 PKGNAME= ${DISTNAME} # to avoid being called ocaml-camlp5 -PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://camlp5.gforge.inria.fr/distrib/src/ EXTRACT_SUFX= .tgz diff --git a/lang/camlp5/buildlink3.mk b/lang/camlp5/buildlink3.mk index 9a9f248bc31..f8d1565f0dc 100644 --- a/lang/camlp5/buildlink3.mk +++ b/lang/camlp5/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2015/01/20 14:24:36 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2015/06/30 11:10:15 jaapb Exp $ # BUILDLINK_TREE+= camlp5 @@ -7,7 +7,7 @@ BUILDLINK_TREE+= camlp5 CAMLP5_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.camlp5+= camlp5>=5.01 -BUILDLINK_ABI_DEPENDS.camlp5+= camlp5>=6.12nb1 +BUILDLINK_ABI_DEPENDS.camlp5+= camlp5>=6.13 BUILDLINK_PKGSRCDIR.camlp5?= ../../lang/camlp5 .include "../../lang/ocaml/buildlink3.mk" diff --git a/lang/camlp5/distinfo b/lang/camlp5/distinfo index 5842bacfa73..808741b6fc5 100644 --- a/lang/camlp5/distinfo +++ b/lang/camlp5/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2014/10/09 21:42:03 jaapb Exp $ +$NetBSD: distinfo,v 1.11 2015/06/30 11:10:15 jaapb Exp $ -SHA1 (camlp5-6.12.tgz) = d78d89dbd33725d7589181c38cc67180502da2f8 -RMD160 (camlp5-6.12.tgz) = 8f231bc2e7b9ed6e9557a9cfce1b57a76a314d39 -Size (camlp5-6.12.tgz) = 716173 bytes +SHA1 (camlp5-6.13.tgz) = 47fb47947e6e053d192b29ae72105c7adfdd6ed3 +RMD160 (camlp5-6.13.tgz) = cfea137e8a92e48fe51a15a816a6333477e86e43 +Size (camlp5-6.13.tgz) = 719912 bytes |