head 1.4; access; symbols pkgsrc-2018Q1:1.2.0.2 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.1.0.6 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.4 pkgsrc-2017Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2018.04.13.12.52.00; author jaapb; state dead; branches; next 1.3; commitid UyDySu0PZoBgrhyA; 1.3 date 2018.04.05.11.04.39; author jaapb; state Exp; branches; next 1.2; commitid 50tE5XrPWPmw6fxA; 1.2 date 2018.01.22.11.53.24; author jaapb; state Exp; branches; next 1.1; commitid 5BqjxCkPQBtRIRnA; 1.1 date 2017.09.08.12.57.35; author jaapb; state Exp; branches; next ; commitid OUsaqorCtmqnso6A; desc @@ 1.4 log @Updated devel/ocaml-lwt to version 4.0.1. 4.0.0 is a major release that breaks quite a few interfaces, such as: * Delete package lwt.ppx. The PPX syntax is in package lwt_ppx since Lwt 3.2.0. * Remove >> syntax from the PPX. * Delete modules Lwt_log, Lwt_daemon, Lwt_log_core, and package lwt.log. These are in package lwt_log since Lwt 3.2.0, but it is recommended to use Logs_lwt from the logs library instead (initiated Hannes Mehnert). * Delete package lwt.preemptive. It is an alias for lwt.unix since Lwt 3.2.0. * Delete package lwt.syntax. The Camlp4 syntax is in package lwt_camlp4 since Lwt 3.2.0. * Delete module Lwt_chan, a predecessor of Lwt_io. * Delete package lwt.simple-top, a predecessor of utop. * Make resolvers (Lwt.u) contravariant. (for an upgrade path see the upstream Github site) 4.0.1 is a bugfix release. @ text @$NetBSD: patch-META.lwt,v 1.3 2018/04/05 11:04:39 jaapb Exp $ Directories need to be recognised --- META.lwt.orig 2018-03-07 19:44:32.000000000 +0000 +++ META.lwt @@@@ -14,7 +14,7 @@@@ plugin(byte) = "lwt.cma" plugin(native) = "lwt.cmxs" package "log" ( - #directory = "log" + directory = "log" version = "3.3.0" description = "Logger for Lwt (deprecated; use lwt_log)" requires = "bytes lwt result" @@@@ -113,7 +113,7 @@@@ package "syntax" ( ) package "unix" ( - #directory = "unix" + directory = "unix" version = "3.3.0" description = "Unix support for Lwt" requires = "bigarray bytes lwt lwt.log result threads unix" @ 1.3 log @Updated devel/ocaml-lwt to version 3.3.0. This includes minor bugfixes and improvements, but nothing that breaks backwards compatibility. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Updated package devel/ocaml-lwt to version 3.2.0. This release includes several bugfixes and additions. For more details see the CHANGES file. @ text @d4 1 a4 1 --- META.lwt.orig 2017-12-19 21:28:38.000000000 +0000 d12 1 a12 1 version = "3.2.0" a14 45 @@@@ -26,7 +26,7 @@@@ package "log" ( ) package "ppx" ( - #directory = "ppx" + directory = "ppx" version = "3.2.0" description = "Lwt PPX syntax extension (deprecated; use lwt_ppx)" requires(ppx_driver) = "lwt.omp" @@@@ -57,7 +57,7 @@@@ package "preemptive" ( ) package "simple-top" ( - #directory = "simple-top" + directory = "simple-top" version = "3.2.0" description = "Lwt-OCaml top level integration (deprecated; use utop)" requires = "bigarray @@@@ -77,7 +77,7 @@@@ package "simple-top" ( ) package "syntax" ( - #directory = "syntax" + directory = "syntax" version = "3.2.0" description = "Camlp4 syntax for Lwt (deprecated; use lwt_ppx)" requires = "camlp4 lwt.syntax.options" @@@@ -88,7 +88,7 @@@@ package "syntax" ( exists_if = "lwt_syntax.cma" package "log" ( - #directory = "log" + directory = "log" version = "3.2.0" description = "Camlp4 syntax for Lwt logging (deprecated; use lwt_ppx)" requires = "camlp4 lwt.syntax.options" @@@@ -100,7 +100,7 @@@@ package "syntax" ( ) package "options" ( - #directory = "options" + directory = "options" version = "3.2.0" description = "Options for Lwt Camlp4 syntax extension (deprecated; use lwt_ppx)" requires = "camlp4" d21 1 a21 1 version = "3.2.0" @ 1.1 log @Somehow this didn't get committed earlier @ text @d4 1 a4 1 --- META.lwt.orig 2017-07-19 21:50:36.000000000 +0000 d12 2 a13 2 version = "3.1.0" description = "Logger for Lwt" d21 2 a22 2 version = "3.1.0" description = "Lwt PPX syntax extension" d24 1 a24 10 @@@@ -50,7 +50,7 @@@@ package "omp" ( ) package "preemptive" ( - #directory = "preemptive" + directory = "preemptive" version = "3.1.0" description = "Preemptive thread support for Lwt" requires = "bigarray @@@@ -70,7 +70,7 @@@@ package "preemptive" ( d30 1 a30 1 version = "3.1.0" d33 1 a33 1 @@@@ -90,7 +90,7 @@@@ package "simple-top" ( d39 2 a40 2 version = "3.1.0" description = "Camlp4 syntax for Lwt (deprecated; use lwt.ppx)" d42 1 a42 1 @@@@ -101,7 +101,7 @@@@ package "syntax" ( d48 2 a49 2 version = "3.1.0" description = "Camlp4 syntax for Lwt logging (deprecated; use lwt.ppx)" d51 1 a51 1 @@@@ -113,7 +113,7 @@@@ package "syntax" ( d57 2 a58 2 version = "3.1.0" description = "Options for Lwt Camlp4 syntax extension (deprecated; use lwt.ppx)" d60 1 a60 1 @@@@ -126,7 +126,7 @@@@ package "syntax" ( d66 1 a66 1 version = "3.1.0" d68 1 a68 1 requires = "bigarray bytes lwt lwt.log result unix" @