diff options
author | jaapb <jaapb@pkgsrc.org> | 2018-04-04 19:34:44 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2018-04-04 19:34:44 +0000 |
commit | 1307f683ba1933a3eb1d53f1b489092410cf4e6d (patch) | |
tree | 921a5778e6eff74dce96b02fb03edaf5be71831e | |
parent | 691f940cadf9478c9e4ae8922e17013ded72b20d (diff) | |
download | pkgsrc-1307f683ba1933a3eb1d53f1b489092410cf4e6d.tar.gz |
Revbump for devel/ocaml-ppx_derivers.
No upstream changes, just dealing with new files caused to be installed
by the new version of jbuilder.
-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 | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/devel/ocaml-ppx_derivers/Makefile b/devel/ocaml-ppx_derivers/Makefile index 0a25f94d059..d8a1ae8f470 100644 --- a/devel/ocaml-ppx_derivers/Makefile +++ b/devel/ocaml-ppx_derivers/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2018/01/10 16:53:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2018/04/04 19:34:44 jaapb Exp $ GITHUB_PROJECT= ppx_derivers DISTNAME= ${GITHUB_PROJECT}-1.0 PKGNAME= ${GITHUB_PROJECT}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ocaml-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=diml/} diff --git a/devel/ocaml-ppx_derivers/PLIST b/devel/ocaml-ppx_derivers/PLIST index 3fc970c2872..d474140c7a7 100644 --- a/devel/ocaml-ppx_derivers/PLIST +++ b/devel/ocaml-ppx_derivers/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/09/08 11:59:54 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/04/04 19:34:44 jaapb Exp $ ${OCAML_SITELIB}/ppx_derivers/META ${OCAML_SITELIB}/ppx_derivers/opam ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_derivers/ppx_derivers.a @@ -9,5 +9,7 @@ ${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/README.md diff --git a/devel/ocaml-ppx_derivers/buildlink3.mk b/devel/ocaml-ppx_derivers/buildlink3.mk index 3f472ace26e..e54a890a938 100644 --- a/devel/ocaml-ppx_derivers/buildlink3.mk +++ b/devel/ocaml-ppx_derivers/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2017/09/08 11:59:54 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2018/04/04 19:34:44 jaapb Exp $ BUILDLINK_TREE+= ocaml-ppx_derivers @@ -6,6 +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.0nb2 BUILDLINK_PKGSRCDIR.ocaml-ppx_derivers?= ../../devel/ocaml-ppx_derivers .endif # OCAML_PPX_DERIVERS_BUILDLINK3_MK |