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/cffd7c178687
branches:  trunk
changeset: 351289:cffd7c178687
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Thu Aug 18 14:49:07 2016 +0000

description:
Updated package to latest version, 2.8.1. Changes include:

* Features/Changes
** Compiler: reduce memory usage for shortvar
** Lib: Add optional `prefix` arg to Jsonp.call
** Ppx: add ppx_driver compatibility

* Bug fixes
** Lib: fix Js.object_keys, Js.export
** Lib: Async, do not ignore unhandled exceptions

diffstat:

 devel/js_of_ocaml/Makefile               |   6 +++---
 devel/js_of_ocaml/PLIST                  |   8 +++++++-
 devel/js_of_ocaml/distinfo               |  11 +++++------
 devel/js_of_ocaml/patches/patch-Makefile |  14 --------------
 4 files changed, 15 insertions(+), 24 deletions(-)

diffs (87 lines):

diff -r 82ef621492b5 -r cffd7c178687 devel/js_of_ocaml/Makefile
--- a/devel/js_of_ocaml/Makefile        Thu Aug 18 13:41:15 2016 +0000
+++ b/devel/js_of_ocaml/Makefile        Thu Aug 18 14:49:07 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2016/06/25 14:16:40 jaapb Exp $
+# $NetBSD: Makefile,v 1.16 2016/08/18 14:49:07 jaapb Exp $
 #
 
 GITHUB_PROJECT=        js_of_ocaml
-DISTNAME=      ${GITHUB_PROJECT}-2.8
-PKGREVISION=   1
+DISTNAME=      ${GITHUB_PROJECT}-2.8.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocsigen/}
 
@@ -31,6 +30,7 @@
 .include "../../devel/ocaml-optcomp/buildlink3.mk"
 BUILDLINK_API_DEPENDS.ocaml-optcomp+=   ocaml-optcomp>=1.6
 .include "../../devel/ocaml-ppx_deriving/buildlink3.mk"
+.include "../../devel/ocaml-ppx_driver/buildlink3.mk"
 .include "../../devel/ocaml-ppx_tools/buildlink3.mk"
 .include "../../devel/ocamlbuild/buildlink3.mk"
 .include "../../lang/camlp4/buildlink3.mk"
diff -r 82ef621492b5 -r cffd7c178687 devel/js_of_ocaml/PLIST
--- a/devel/js_of_ocaml/PLIST   Thu Aug 18 13:41:15 2016 +0000
+++ b/devel/js_of_ocaml/PLIST   Thu Aug 18 14:49:07 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2016/06/20 14:01:42 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.9 2016/08/18 14:49:07 jaapb Exp $
 bin/js_of_ocaml
 bin/jsoo_minify
 bin/jsoo_mkcmis
@@ -123,6 +123,7 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/ppx_deriving_json.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/ppx_deriving_json.cmxs
 ${OCAML_SITELIB}/js_of_ocaml/ppx_js
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/ppx_js.a
 ${OCAML_SITELIB}/js_of_ocaml/ppx_js.cma
 ${OCAML_SITELIB}/js_of_ocaml/ppx_js.cmi
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/ppx_js.cmx
@@ -130,6 +131,11 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/ppx_js.cmxs
 ${OCAML_SITELIB}/js_of_ocaml/ppx_js.mli
 ${OCAML_SITELIB}/js_of_ocaml/ppx_js_bin.cmi
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/ppx_js_driver.a
+${OCAML_SITELIB}/js_of_ocaml/ppx_js_driver.cma
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/ppx_js_driver.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/ppx_js_driver.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/ppx_js_driver.cmxs
 ${OCAML_SITELIB}/js_of_ocaml/predefined_exceptions.js
 ${OCAML_SITELIB}/js_of_ocaml/regexp.cmi
 ${OCAML_SITELIB}/js_of_ocaml/regexp.mli
diff -r 82ef621492b5 -r cffd7c178687 devel/js_of_ocaml/distinfo
--- a/devel/js_of_ocaml/distinfo        Thu Aug 18 13:41:15 2016 +0000
+++ b/devel/js_of_ocaml/distinfo        Thu Aug 18 14:49:07 2016 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.8 2016/06/20 14:01:42 jaapb Exp $
+$NetBSD: distinfo,v 1.9 2016/08/18 14:49:07 jaapb Exp $
 
-SHA1 (js_of_ocaml-2.8.tar.gz) = b2dd34395fd83ba84650d0f1fa0f2f4b7e87883b
-RMD160 (js_of_ocaml-2.8.tar.gz) = 66352ac084a126e6b2b9d5d404cd3a4c22e158c7
-SHA512 (js_of_ocaml-2.8.tar.gz) = 914b2a1a452acd494c3373fa65e858c2747bd7d946d6077320429160d4172f627978a0b4ee526fc6e39378dffc9c965b81e5a1f16eba1f60529e4a6b5f474c1e
-Size (js_of_ocaml-2.8.tar.gz) = 1330364 bytes
-SHA1 (patch-Makefile) = 9268aaa9bfb7aedda30a9a0356d6caa531c88f34
+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 (patch-Makefile.conf) = 40a365bd35106f2cb16958424926e657edc7887b
diff -r 82ef621492b5 -r cffd7c178687 devel/js_of_ocaml/patches/patch-Makefile
--- a/devel/js_of_ocaml/patches/patch-Makefile  Thu Aug 18 13:41:15 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-Makefile,v 1.4 2016/02/06 14:01:13 jaapb Exp $
-
-Install to DESTDIR
---- Makefile.orig      2016-01-25 19:35:03.000000000 +0000
-+++ Makefile
-@@ -47,7 +47,7 @@ VERSION := $(shell head -n 1 VERSION)
- install: install-lib install-bin
- 
- install-lib:
--      ocamlfind install -patch-version ${VERSION} $(LIBRARY) lib/META $(INTF) $(IMPL) $(OTHERS) $(DOC) $(COMP_INTF) $(COMP_IMPL) ${OCAMLFIND_BIN}
-+      ocamlfind install -ldconf ignore -destdir ${DESTDIR}/${PREFIX}/${OCAML_SITELIBDIR} -patch-version ${VERSION} $(LIBRARY) lib/META $(INTF) $(IMPL) $(OTHERS) $(DOC) $(COMP_INTF) $(COMP_IMPL) 
${OCAMLFIND_BIN}
- 
- install-bin:
-       install -d -m 755 $(BINDIR)



Home | Main Index | Thread Index | Old Index