pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-lwt_glib



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.

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



Home | Main Index | Thread Index | Old Index