pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ocsigen-toolkit Updated www/ocsigen-toolkit to 2.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aaeb898a2398
branches:  trunk
changeset: 318767:aaeb898a2398
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Jan 29 13:34:57 2019 +0000

description:
Updated www/ocsigen-toolkit to 2.0.0.

Many improvements and bugfixes.

diffstat:

 www/ocsigen-toolkit/Makefile                       |   5 ++---
 www/ocsigen-toolkit/PLIST                          |   6 +++++-
 www/ocsigen-toolkit/buildlink3.mk                  |   6 +++---
 www/ocsigen-toolkit/distinfo                       |  11 +++++------
 www/ocsigen-toolkit/patches/patch-Makefile.options |  17 -----------------
 5 files changed, 15 insertions(+), 30 deletions(-)

diffs (98 lines):

diff -r 0c2c936009b4 -r aaeb898a2398 www/ocsigen-toolkit/Makefile
--- a/www/ocsigen-toolkit/Makefile      Tue Jan 29 13:33:13 2019 +0000
+++ b/www/ocsigen-toolkit/Makefile      Tue Jan 29 13:34:57 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2018/11/12 16:10:29 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2019/01/29 13:34:57 jaapb Exp $
 
 GITHUB_PROJECT=        ocsigen-toolkit
-DISTNAME=      ${GITHUB_PROJECT}-1.1.0
-PKGREVISION=   2
+DISTNAME=      ${GITHUB_PROJECT}-2.0.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocsigen/}
 
diff -r 0c2c936009b4 -r aaeb898a2398 www/ocsigen-toolkit/PLIST
--- a/www/ocsigen-toolkit/PLIST Tue Jan 29 13:33:13 2019 +0000
+++ b/www/ocsigen-toolkit/PLIST Tue Jan 29 13:34:57 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/06/05 16:10:43 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/01/29 13:34:57 jaapb Exp $
 ${OCAML_SITELIB}/ocsigen-toolkit/META
 ${OCAML_SITELIB}/ocsigen-toolkit/client/ot_buttons.cmi
 ${OCAML_SITELIB}/ocsigen-toolkit/client/ot_buttons.cmo
@@ -40,6 +40,8 @@
 ${OCAML_SITELIB}/ocsigen-toolkit/client/ot_swipe.cmo
 ${OCAML_SITELIB}/ocsigen-toolkit/client/ot_time_picker.cmi
 ${OCAML_SITELIB}/ocsigen-toolkit/client/ot_time_picker.cmo
+${OCAML_SITELIB}/ocsigen-toolkit/client/ot_tip.cmi
+${OCAML_SITELIB}/ocsigen-toolkit/client/ot_tip.cmo
 ${OCAML_SITELIB}/ocsigen-toolkit/client/ot_toggle.cmi
 ${OCAML_SITELIB}/ocsigen-toolkit/client/ot_toggle.cmo
 ${OCAML_SITELIB}/ocsigen-toolkit/server/ocsigen-toolkit.server.cma
@@ -85,6 +87,8 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigen-toolkit/server/ot_swipe.cmx
 ${OCAML_SITELIB}/ocsigen-toolkit/server/ot_time_picker.cmi
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigen-toolkit/server/ot_time_picker.cmx
+${OCAML_SITELIB}/ocsigen-toolkit/server/ot_tip.cmi
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigen-toolkit/server/ot_tip.cmx
 ${OCAML_SITELIB}/ocsigen-toolkit/server/ot_toggle.cmi
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigen-toolkit/server/ot_toggle.cmx
 share/ocsigen-toolkit/css/ot_buttons.css
diff -r 0c2c936009b4 -r aaeb898a2398 www/ocsigen-toolkit/buildlink3.mk
--- a/www/ocsigen-toolkit/buildlink3.mk Tue Jan 29 13:33:13 2019 +0000
+++ b/www/ocsigen-toolkit/buildlink3.mk Tue Jan 29 13:34:57 2019 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.2 2018/07/19 15:15:31 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2019/01/29 13:34:57 jaapb Exp $
 
 BUILDLINK_TREE+=       ocsigen-toolkit
 
 .if !defined(OCSIGEN_TOOLKIT_BUILDLINK3_MK)
 OCSIGEN_TOOLKIT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.ocsigen-toolkit+=        ocsigen-toolkit>=1.1.0
-BUILDLINK_ABI_DEPENDS.ocsigen-toolkit+=        ocsigen-toolkit>=1.1.0nb1
+BUILDLINK_API_DEPENDS.ocsigen-toolkit+=        ocsigen-toolkit>=2.0.0
+BUILDLINK_ABI_DEPENDS.ocsigen-toolkit+=        ocsigen-toolkit>=2.0.0
 BUILDLINK_PKGSRCDIR.ocsigen-toolkit?=  ../../www/ocsigen-toolkit
 
 .endif # OCSIGEN_TOOLKIT_BUILDLINK3_MK
diff -r 0c2c936009b4 -r aaeb898a2398 www/ocsigen-toolkit/distinfo
--- a/www/ocsigen-toolkit/distinfo      Tue Jan 29 13:33:13 2019 +0000
+++ b/www/ocsigen-toolkit/distinfo      Tue Jan 29 13:34:57 2019 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.1 2018/06/05 16:10:43 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2019/01/29 13:34:57 jaapb Exp $
 
-SHA1 (ocsigen-toolkit-1.1.0.tar.gz) = 8bc1fcad3ff361a74f05c4fcb6ac5119fd424f7a
-RMD160 (ocsigen-toolkit-1.1.0.tar.gz) = c1b58eeba72eb693364c6795250a6533ea88126c
-SHA512 (ocsigen-toolkit-1.1.0.tar.gz) = 61a40f5c83bbac5e562069304a7f857ff5abfe9958437303f02b45ccd08ef34677b6bf952a2ead747d4fbbf0c6b9ab4335e68145fe9ae237ee93b6d45c810709
-Size (ocsigen-toolkit-1.1.0.tar.gz) = 72369 bytes
+SHA1 (ocsigen-toolkit-2.0.0.tar.gz) = 3b066e757e285732f7ab94b834b45a1691fd1a96
+RMD160 (ocsigen-toolkit-2.0.0.tar.gz) = 238b6abe54faa76c09a0b76674729414718bd0de
+SHA512 (ocsigen-toolkit-2.0.0.tar.gz) = 2b501b1ead3ef36ef5ebf304de3d6f38cf833685793ba2c6dea2ce0ccecf28f586eb4426b84e3579debb77f7fbc6ab87e76bf270b95c88cd108ce7a55bdbc1a5
+Size (ocsigen-toolkit-2.0.0.tar.gz) = 73308 bytes
 SHA1 (patch-Makefile) = 239086c7d6fe88665e1512e050457d673c44130f
-SHA1 (patch-Makefile.options) = 3f59b90b3e2f6d46e8a9e22b785c9b9c6e477551
diff -r 0c2c936009b4 -r aaeb898a2398 www/ocsigen-toolkit/patches/patch-Makefile.options
--- a/www/ocsigen-toolkit/patches/patch-Makefile.options        Tue Jan 29 13:33:13 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-Makefile.options,v 1.1 2018/06/05 16:10:43 jaapb Exp $
-
-Names of some required packages have changed
---- Makefile.options.orig      2018-02-08 17:52:50.000000000 +0000
-+++ Makefile.options
-@@ -40,9 +40,9 @@ TEMPLATE_DIR := template.distillery
- TEMPLATE_NAME := none.pgocaml
- 
- # OCamlfind packages for the server
--SERVER_PACKAGES := calendar lwt.ppx js_of_ocaml-ppx.deriving
-+SERVER_PACKAGES := calendar lwt_ppx js_of_ocaml-ppx.deriving
- # OCamlfind packages for the client
--CLIENT_PACKAGES := calendar js_of_ocaml js_of_ocaml-ppx lwt.ppx js_of_ocaml-ppx.deriving
-+CLIENT_PACKAGES := calendar js_of_ocaml js_of_ocaml-ppx lwt_ppx js_of_ocaml-ppx.deriving
- 
- # Debug package (yes/no): Debugging info in compilation
- DEBUG := yes



Home | Main Index | Thread Index | Old Index