Received: by mail.netbsd.org (Postfix, from userid 605) id DE53C84ED6; Sun, 11 Mar 2018 03:56:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DEB0184D84 for ; Sun, 11 Mar 2018 03:56:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Kt-jwBiq9KZj for ; Sun, 11 Mar 2018 03:56:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 21D6084CD8 for ; Sun, 11 Mar 2018 03:56:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08FCAFB40; Sun, 11 Mar 2018 03:56:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152074057482850" MIME-Version: 1.0 Date: Sun, 11 Mar 2018 03:56:14 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/devel/ocaml-lwt_glib To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20180311035614.08FCAFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152074057482850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Sun Mar 11 03:56:13 UTC 2018 Modified Files: pkgsrc/devel/ocaml-lwt_glib: DESCR Makefile PLIST Log Message: Update PLIST for ocaml changes. While here, fix wrong DESCR. PKGREVISION -> 2. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-lwt_glib/DESCR \ pkgsrc/devel/ocaml-lwt_glib/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-lwt_glib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152074057482850 Content-Disposition: inline Content-Length: 2021 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-lwt_glib/DESCR diff -u pkgsrc/devel/ocaml-lwt_glib/DESCR:1.1 pkgsrc/devel/ocaml-lwt_glib/DESCR:1.2 --- pkgsrc/devel/ocaml-lwt_glib/DESCR:1.1 Fri Sep 8 13:04:44 2017 +++ pkgsrc/devel/ocaml-lwt_glib/DESCR Sun Mar 11 03:56:13 2018 @@ -1 +1 @@ -This is a module that adds SSL support to ocaml-lwt. +This is a module that adds glib2 bindings to ocaml-lwt. Index: pkgsrc/devel/ocaml-lwt_glib/PLIST diff -u pkgsrc/devel/ocaml-lwt_glib/PLIST:1.1 pkgsrc/devel/ocaml-lwt_glib/PLIST:1.2 --- pkgsrc/devel/ocaml-lwt_glib/PLIST:1.1 Fri Sep 8 13:04:44 2017 +++ pkgsrc/devel/ocaml-lwt_glib/PLIST Sun Mar 11 03:56:13 2018 @@ -1,9 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2017/09/08 13:04:44 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/03/11 03:56:13 dholland Exp $ ${OCAML_SITELIB}/lwt_glib/META -${OCAML_SITELIB}/lwt_glib/dlllwt_glib_stubs.so ${OCAML_SITELIB}/lwt_glib/liblwt_glib_stubs.a ${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_glib/lwt_glib.a -${OCAML_SITELIB}/lwt_glib/lwt_glib.annot ${OCAML_SITELIB}/lwt_glib/lwt_glib.cma ${OCAML_SITELIB}/lwt_glib/lwt_glib.cmi ${OCAML_SITELIB}/lwt_glib/lwt_glib.cmt @@ -12,3 +10,7 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_g ${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_glib/lwt_glib.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_glib/lwt_glib.cmxs ${OCAML_SITELIB}/lwt_glib/lwt_glib.mli +${OCAML_SITELIB}/lwt_glib/opam +${OCAML_SITELIB}/stublibs/dlllwt_glib_stubs.so +share/doc/lwt_glib/CHANGES +share/doc/lwt_glib/README.md Index: pkgsrc/devel/ocaml-lwt_glib/Makefile diff -u pkgsrc/devel/ocaml-lwt_glib/Makefile:1.3 pkgsrc/devel/ocaml-lwt_glib/Makefile:1.4 --- pkgsrc/devel/ocaml-lwt_glib/Makefile:1.3 Wed Jan 10 16:53:09 2018 +++ pkgsrc/devel/ocaml-lwt_glib/Makefile Sun Mar 11 03:56:13 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/01/10 16:53:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2018/03/11 03:56:13 dholland Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../devel/ocaml-lwt/Makefile.common" PKGNAME= ocaml-lwt_glib-1.1.0 --_----------=_152074057482850--