pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-dune-configurator



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Sun Nov  5 21:28:13 UTC 2023

Modified Files:
        pkgsrc/devel/ocaml-dune-configurator: Makefile PLIST buildlink3.mk

Log Message:
Updated devel/ocaml-dune-configurator to version 3.11.0.

This package comes with the main dune distribution, but it needed some
massaging (post-extract) to make it work properly.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-dune-configurator/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-dune-configurator/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-dune-configurator/buildlink3.mk

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-dune-configurator/Makefile
diff -u pkgsrc/devel/ocaml-dune-configurator/Makefile:1.4 pkgsrc/devel/ocaml-dune-configurator/Makefile:1.5
--- pkgsrc/devel/ocaml-dune-configurator/Makefile:1.4   Tue May 24 18:51:48 2022
+++ pkgsrc/devel/ocaml-dune-configurator/Makefile       Sun Nov  5 21:28:13 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2022/05/24 18:51:48 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2023/11/05 21:28:13 jaapb Exp $
 
 .include "../../devel/ocaml-dune/Makefile.common"
 
 PKGNAME=       ocaml-dune-configurator-${DUNE_VERSION}
-PKGREVISION=   3
 CATEGORIES=    devel
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
@@ -13,6 +12,11 @@ COMMENT=     Configuration test library for 
 OCAML_USE_DUNE=                yes
 DUNE_BUILD_PACKAGES=   dune-configurator
 
+# needed for dune to see csexp, cf.
+# https://github.com/ocaml/dune/issues/6156
+post-extract:
+       cd ${WRKSRC} && ${RM} -r vendor/csexp vendor/pp
+
 .include "../../lang/ocaml/ocaml.mk"
 .include "../../devel/ocaml-csexp/buildlink3.mk"
 .include "../../devel/ocaml-result/buildlink3.mk"

Index: pkgsrc/devel/ocaml-dune-configurator/PLIST
diff -u pkgsrc/devel/ocaml-dune-configurator/PLIST:1.2 pkgsrc/devel/ocaml-dune-configurator/PLIST:1.3
--- pkgsrc/devel/ocaml-dune-configurator/PLIST:1.2      Thu Mar 10 08:49:18 2022
+++ pkgsrc/devel/ocaml-dune-configurator/PLIST  Sun Nov  5 21:28:13 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/03/10 08:49:18 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/11/05 21:28:13 jaapb Exp $
 ${OCAML_SITELIB}/dune-configurator/.private/configurator__Dune_lang.cmi
 ${OCAML_SITELIB}/dune-configurator/.private/configurator__Dune_lang.cmt
 ${OCAML_SITELIB}/dune-configurator/.private/configurator__Dune_lang.cmti
@@ -45,3 +45,4 @@ ${OCAML_SITELIB}/dune-configurator/v1.ml
 share/doc/dune-configurator/CHANGES.md
 share/doc/dune-configurator/LICENSE.md
 share/doc/dune-configurator/README.md
+share/doc/dune-configurator/odoc-pages/index.mld

Index: pkgsrc/devel/ocaml-dune-configurator/buildlink3.mk
diff -u pkgsrc/devel/ocaml-dune-configurator/buildlink3.mk:1.3 pkgsrc/devel/ocaml-dune-configurator/buildlink3.mk:1.4
--- pkgsrc/devel/ocaml-dune-configurator/buildlink3.mk:1.3      Tue May 24 18:51:48 2022
+++ pkgsrc/devel/ocaml-dune-configurator/buildlink3.mk  Sun Nov  5 21:28:13 2023
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.3 2022/05/24 18:51:48 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2023/11/05 21:28:13 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-dune-configurator
 
 .if !defined(OCAML_DUNE_CONFIGURATOR_BUILDLINK3_MK)
 OCAML_DUNE_CONFIGURATOR_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.ocaml-dune-configurator+=        ocaml-dune-configurator>=2.7.1
-BUILDLINK_ABI_DEPENDS.ocaml-dune-configurator+=        ocaml-dune-configurator>=2.9.3nb3
+BUILDLINK_API_DEPENDS.ocaml-dune-configurator+=        ocaml-dune-configurator>=3.0.0
+BUILDLINK_ABI_DEPENDS.ocaml-dune-configurator+=        ocaml-dune-configurator>=3.11.1
 BUILDLINK_PKGSRCDIR.ocaml-dune-configurator?=  ../../devel/ocaml-dune-configurator
 
 .include "../../devel/ocaml-dune/buildlink3.mk"



Home | Main Index | Thread Index | Old Index