pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ppx_base



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Nov 27 23:27:25 UTC 2018

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

Log Message:
Updated package devel/ocaml-ppx_base to use dune. Revbump.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ocaml-ppx_base/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-ppx_base/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-ppx_base/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-ppx_base/Makefile
diff -u pkgsrc/devel/ocaml-ppx_base/Makefile:1.6 pkgsrc/devel/ocaml-ppx_base/Makefile:1.7
--- pkgsrc/devel/ocaml-ppx_base/Makefile:1.6    Mon Nov 12 16:10:20 2018
+++ pkgsrc/devel/ocaml-ppx_base/Makefile        Tue Nov 27 23:27:25 2018
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2018/11/12 16:10:20 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2018/11/27 23:27:25 jaapb Exp $
 
 GITHUB_PROJECT=        ppx_base
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 DISTNAME=      ${GITHUB_PROJECT}-0.11.0
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
@@ -15,7 +15,7 @@ LICENSE=      apache-2.0
 
 USE_LANGUAGES= # none
 
-OCAML_USE_JBUILDER=    yes
+OCAML_USE_DUNE=        yes
 
 .include "../../mk/ocaml.mk"
 .include "../../devel/ocaml-ppx_compare/buildlink3.mk"

Index: pkgsrc/devel/ocaml-ppx_base/PLIST
diff -u pkgsrc/devel/ocaml-ppx_base/PLIST:1.2 pkgsrc/devel/ocaml-ppx_base/PLIST:1.3
--- pkgsrc/devel/ocaml-ppx_base/PLIST:1.2       Wed Apr  4 19:44:19 2018
+++ pkgsrc/devel/ocaml-ppx_base/PLIST   Tue Nov 27 23:27:25 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/04/04 19:44:19 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/11/27 23:27:25 jaapb Exp $
 bin/ppx-base
 ${OCAML_SITELIB}/ppx_base/META
 ${OCAML_SITELIB}/ppx_base/opam
@@ -11,5 +11,5 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_b
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_base/ppx_base.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_base/ppx_base.cmxs
 ${OCAML_SITELIB}/ppx_base/ppx_base.dune
-${OCAML_SITELIB}/ppx_base/ppx_base.ml-gen
+${OCAML_SITELIB}/ppx_base/ppx_base.ml
 share/doc/ppx_base/LICENSE.txt

Index: pkgsrc/devel/ocaml-ppx_base/buildlink3.mk
diff -u pkgsrc/devel/ocaml-ppx_base/buildlink3.mk:1.3 pkgsrc/devel/ocaml-ppx_base/buildlink3.mk:1.4
--- pkgsrc/devel/ocaml-ppx_base/buildlink3.mk:1.3       Thu Jul 19 15:15:23 2018
+++ pkgsrc/devel/ocaml-ppx_base/buildlink3.mk   Tue Nov 27 23:27:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/07/19 15:15:23 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2018/11/27 23:27:25 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-ppx_base
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        ocaml-ppx_base
 OCAML_PPX_BASE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-ppx_base+= ocaml-ppx_base>=0.9.0
-BUILDLINK_ABI_DEPENDS.ocaml-ppx_base+= ocaml-ppx_base>=0.11.0nb1
+BUILDLINK_ABI_DEPENDS.ocaml-ppx_base+= ocaml-ppx_base>=0.11.0nb3
 BUILDLINK_PKGSRCDIR.ocaml-ppx_base?=   ../../devel/ocaml-ppx_base
 .endif # OCAML_PPX_BASE_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index