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:   jaapb
Date:           Tue Apr 14 10:44:37 UTC 2020

Modified Files:
        pkgsrc/devel/ocaml-lwt_glib: Makefile PLIST

Log Message:
Updated devel/ocaml-lwt_glib to version 1.1.1.

This separates lwt_glib from the main lwt distribution.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ocaml-lwt_glib/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-lwt_glib/PLIST

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/Makefile
diff -u pkgsrc/devel/ocaml-lwt_glib/Makefile:1.8 pkgsrc/devel/ocaml-lwt_glib/Makefile:1.9
--- pkgsrc/devel/ocaml-lwt_glib/Makefile:1.8    Sun Mar  8 16:49:16 2020
+++ pkgsrc/devel/ocaml-lwt_glib/Makefile        Tue Apr 14 10:44:37 2020
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.8 2020/03/08 16:49:16 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2020/04/14 10:44:37 jaapb Exp $
 
-PKGREVISION= 6
-.include "../../devel/ocaml-lwt/Makefile.common"
-
-PKGNAME=       ocaml-lwt_glib-1.1.0
-CATEGORIES=    devel
+GITHUB_PROJECT=        lwt_glib
+GITHUB_TAG=    ${PKGVERSION_NOREV}
+DISTNAME=      ${GITHUB_PROJECT}-1.1.1
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    devel graphics
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocsigen/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/ocsigen/lwt/
-COMMENT=       Glib module for ocaml-lwt
+HOMEPAGE=      https://github.com/ocsigen/lwt_glib/
+COMMENT=       SSL module for ocaml-lwt
+LICENSE=       gnu-lgpl-v2.1
 
 CONFLICTS=     ocaml-lwt<3.0.0
-USE_TOOLS+=    pkg-config
 
-JBUILDER_BUILD_TARGETS=        lwt_glib
+OCAML_USE_DUNE=                yes
+DUNE_BUILD_PACKAGES=   lwt_glib
 
 .include "../../mk/ocaml.mk"
 .include "../../devel/ocaml-lwt/buildlink3.mk"

Index: pkgsrc/devel/ocaml-lwt_glib/PLIST
diff -u pkgsrc/devel/ocaml-lwt_glib/PLIST:1.2 pkgsrc/devel/ocaml-lwt_glib/PLIST:1.3
--- pkgsrc/devel/ocaml-lwt_glib/PLIST:1.2       Sun Mar 11 03:56:13 2018
+++ pkgsrc/devel/ocaml-lwt_glib/PLIST   Tue Apr 14 10:44:37 2020
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2018/03/11 03:56:13 dholland Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/04/14 10:44:37 jaapb Exp $
 ${OCAML_SITELIB}/lwt_glib/META
+${OCAML_SITELIB}/lwt_glib/dune-package
 ${OCAML_SITELIB}/lwt_glib/liblwt_glib_stubs.a
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_glib/lwt_glib.a
 ${OCAML_SITELIB}/lwt_glib/lwt_glib.cma
@@ -9,6 +10,7 @@ ${OCAML_SITELIB}/lwt_glib/lwt_glib.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_glib/lwt_glib.cmx
 ${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.ml
 ${OCAML_SITELIB}/lwt_glib/lwt_glib.mli
 ${OCAML_SITELIB}/lwt_glib/opam
 ${OCAML_SITELIB}/stublibs/dlllwt_glib_stubs.so



Home | Main Index | Thread Index | Old Index