pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/js_of_ocaml Updated package to latest version, 2...
details: https://anonhg.NetBSD.org/pkgsrc/rev/79c54bdadd2a
branches: trunk
changeset: 356397:79c54bdadd2a
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Fri Dec 30 12:04:25 2016 +0000
description:
Updated package to latest version, 2.8.3. Changes include:
===== 2.8.3 (2016-11-04) =====
* Features/Changes
** Runtime: complete support for 4.04
* Bug fixes
** Compiler: fix order of javascript files
** Compiler: fix Javascript lexer (newline inside strings)
** Compiler: fix bug in closure generation
** Compiler: fix regression in closure generation (introduced in 2.8) (#531)
** Compiler: fix code generation when static evaluation is disabled
===== 2.8.2 (2016-09-10) =====
* Features/Changes
** Lib: add Dom_html.Keyboard_code & Dom_html.Keyboard_key (Corwin de Boor)
** Misc: update lib and runtime to work better with non browser environment
** Misc: initial support for 4.04
* Bug fixes
** Compiler: fix js output for x - -1
** Compiler: fix parsing of annotations in the runtime
** Compiler: fix javascript minifier
** Compiler: various fixes for separate compilation.
diffstat:
devel/js_of_ocaml/Makefile | 5 +++--
devel/js_of_ocaml/buildlink3.mk | 4 ++--
devel/js_of_ocaml/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 9 deletions(-)
diffs (54 lines):
diff -r f2c2288c26bc -r 79c54bdadd2a devel/js_of_ocaml/Makefile
--- a/devel/js_of_ocaml/Makefile Fri Dec 30 12:03:18 2016 +0000
+++ b/devel/js_of_ocaml/Makefile Fri Dec 30 12:04:25 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2016/08/18 14:49:07 jaapb Exp $
+# $NetBSD: Makefile,v 1.17 2016/12/30 12:04:25 jaapb Exp $
#
GITHUB_PROJECT= js_of_ocaml
-DISTNAME= ${GITHUB_PROJECT}-2.8.1
+DISTNAME= ${GITHUB_PROJECT}-2.8.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/}
@@ -34,5 +34,6 @@
.include "../../devel/ocaml-ppx_tools/buildlink3.mk"
.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../lang/camlp4/buildlink3.mk"
+.include "../../textproc/ocaml-uchar/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
diff -r f2c2288c26bc -r 79c54bdadd2a devel/js_of_ocaml/buildlink3.mk
--- a/devel/js_of_ocaml/buildlink3.mk Fri Dec 30 12:03:18 2016 +0000
+++ b/devel/js_of_ocaml/buildlink3.mk Fri Dec 30 12:04:25 2016 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.1 2016/08/19 15:00:36 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2016/12/30 12:04:25 jaapb Exp $
BUILDLINK_TREE+= js_of_ocaml
.if !defined(JS_OF_OCAML_BUILDLINK3_MK)
JS_OF_OCAML_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.js_of_ocaml+= js_of_ocaml>=2.8.1
+BUILDLINK_API_DEPENDS.js_of_ocaml+= js_of_ocaml>=2.8.3
BUILDLINK_PKGSRCDIR.js_of_ocaml?= ../../devel/js_of_ocaml
.endif # JS_OF_OCAML_BUILDLINK3_MK
diff -r f2c2288c26bc -r 79c54bdadd2a devel/js_of_ocaml/distinfo
--- a/devel/js_of_ocaml/distinfo Fri Dec 30 12:03:18 2016 +0000
+++ b/devel/js_of_ocaml/distinfo Fri Dec 30 12:04:25 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2016/08/18 14:49:07 jaapb Exp $
+$NetBSD: distinfo,v 1.10 2016/12/30 12:04:25 jaapb Exp $
-SHA1 (js_of_ocaml-2.8.1.tar.gz) = 0a103156b277febfe5c4dfabb73b71467a5d3900
-RMD160 (js_of_ocaml-2.8.1.tar.gz) = 0305628d71b7a9ef9ceabc48d8ae9e3392b0fd20
-SHA512 (js_of_ocaml-2.8.1.tar.gz) = bce4b173c29396ce7f28f12afd3185cdf402150a7390b9f5a21f14f71e72b3e5ae16234ed65e9d7b18ed2c0de524b658495d62d4673dfe3e61d5f0556b5a125c
-Size (js_of_ocaml-2.8.1.tar.gz) = 1329825 bytes
+SHA1 (js_of_ocaml-2.8.3.tar.gz) = 0611156c17bab5fda0f5106d07af55ecdbc5413b
+RMD160 (js_of_ocaml-2.8.3.tar.gz) = d8e1e094b2456c1e1e8f108bc43c36aca2797cf0
+SHA512 (js_of_ocaml-2.8.3.tar.gz) = 89908f3da1846f4fe24e1109ba262507221ed67d58bec1d8b7c53ec82438febbab66bdb3bec697e2880842253777167ef1563687cae414426e8ea1dcc00a323a
+Size (js_of_ocaml-2.8.3.tar.gz) = 1335811 bytes
SHA1 (patch-Makefile.conf) = 40a365bd35106f2cb16958424926e657edc7887b
Home |
Main Index |
Thread Index |
Old Index