diff options
author | jaapb <jaapb@pkgsrc.org> | 2019-03-05 16:30:39 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2019-03-05 16:30:39 +0000 |
commit | c564db177e38a56ac718d33e1873b222b4da7e91 (patch) | |
tree | f44be89267aded7ac6a3512dc08b1c7e35393856 /devel | |
parent | 985057266e7baef596e5ce2b6339e4c823252056 (diff) | |
download | pkgsrc-c564db177e38a56ac718d33e1873b222b4da7e91.tar.gz |
Updated package devel/ocaml-ppx_derivers for dune compatibility.
Package now compatible with dune 1.7; revbump.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-ppx_derivers/Makefile | 4 | ||||
-rw-r--r-- | devel/ocaml-ppx_derivers/PLIST | 4 | ||||
-rw-r--r-- | devel/ocaml-ppx_derivers/buildlink3.mk | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/ocaml-ppx_derivers/Makefile b/devel/ocaml-ppx_derivers/Makefile index 85e7940bc5f..14e39867089 100644 --- a/devel/ocaml-ppx_derivers/Makefile +++ b/devel/ocaml-ppx_derivers/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2018/11/27 17:36:10 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2019/03/05 16:30:39 jaapb Exp $ GITHUB_PROJECT= ppx_derivers DISTNAME= ${GITHUB_PROJECT}-1.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=diml/} diff --git a/devel/ocaml-ppx_derivers/PLIST b/devel/ocaml-ppx_derivers/PLIST index 0266e301798..43873c24e84 100644 --- a/devel/ocaml-ppx_derivers/PLIST +++ b/devel/ocaml-ppx_derivers/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2018/05/09 14:37:14 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/03/05 16:30:39 jaapb Exp $ ${OCAML_SITELIB}/ppx_derivers/META +${OCAML_SITELIB}/ppx_derivers/dune-package ${OCAML_SITELIB}/ppx_derivers/opam ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_derivers/ppx_derivers.a ${OCAML_SITELIB}/ppx_derivers/ppx_derivers.cma @@ -9,7 +10,6 @@ ${OCAML_SITELIB}/ppx_derivers/ppx_derivers.cmti ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_derivers/ppx_derivers.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_derivers/ppx_derivers.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_derivers/ppx_derivers.cmxs -${OCAML_SITELIB}/ppx_derivers/ppx_derivers.dune ${OCAML_SITELIB}/ppx_derivers/ppx_derivers.ml ${OCAML_SITELIB}/ppx_derivers/ppx_derivers.mli share/doc/ppx_derivers/CHANGES.md diff --git a/devel/ocaml-ppx_derivers/buildlink3.mk b/devel/ocaml-ppx_derivers/buildlink3.mk index 5503fa9fafe..f6d79d5b4ae 100644 --- a/devel/ocaml-ppx_derivers/buildlink3.mk +++ b/devel/ocaml-ppx_derivers/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2018/11/27 17:36:10 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2019/03/05 16:30:39 jaapb Exp $ BUILDLINK_TREE+= ocaml-ppx_derivers @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-ppx_derivers OCAML_PPX_DERIVERS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-ppx_derivers+= ocaml-ppx_derivers>=1.0 -BUILDLINK_ABI_DEPENDS.ocaml-ppx_derivers+= ocaml-ppx_derivers>=1.2nb3 +BUILDLINK_ABI_DEPENDS.ocaml-ppx_derivers+= ocaml-ppx_derivers>=1.2nb4 BUILDLINK_PKGSRCDIR.ocaml-ppx_derivers?= ../../devel/ocaml-ppx_derivers .endif # OCAML_PPX_DERIVERS_BUILDLINK3_MK |