pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-ppx_sexp_conv Revbump for devel/ocaml-ppx_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/213c72980a08
branches:  trunk
changeset: 378290:213c72980a08
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Apr 04 19:41:26 2018 +0000

description:
Revbump for devel/ocaml-ppx_sexp_conv.

No upstream changes, just dealing with new files caused to be installed
by the new version of jbuilder.

diffstat:

 devel/ocaml-ppx_sexp_conv/Makefile      |  9 ++++-----
 devel/ocaml-ppx_sexp_conv/PLIST         |  6 +++++-
 devel/ocaml-ppx_sexp_conv/buildlink3.mk |  3 ++-
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r bddaf7cd8633 -r 213c72980a08 devel/ocaml-ppx_sexp_conv/Makefile
--- a/devel/ocaml-ppx_sexp_conv/Makefile        Wed Apr 04 19:39:43 2018 +0000
+++ b/devel/ocaml-ppx_sexp_conv/Makefile        Wed Apr 04 19:41:26 2018 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2018/01/10 16:53:10 jaapb Exp $
+# $NetBSD: Makefile,v 1.10 2018/04/04 19:41:26 jaapb Exp $
 
-VERSION=       0.9.0
 GITHUB_PROJECT=        ppx_sexp_conv
-GITHUB_TAG=    v${VERSION}
-DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=      ${GITHUB_PROJECT}-0.9.0
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
diff -r bddaf7cd8633 -r 213c72980a08 devel/ocaml-ppx_sexp_conv/PLIST
--- a/devel/ocaml-ppx_sexp_conv/PLIST   Wed Apr 04 19:39:43 2018 +0000
+++ b/devel/ocaml-ppx_sexp_conv/PLIST   Wed Apr 04 19:41:26 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/07/21 14:12:22 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/04/04 19:41:26 jaapb Exp $
 ${OCAML_SITELIB}/ppx_sexp_conv/META
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.a
 ${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cma
@@ -8,6 +8,8 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmxs
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv.expander.dune
+${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.ml
 ${OCAML_SITELIB}/ppx_sexp_conv/expander/ppx_sexp_conv_expander.mli
 ${OCAML_SITELIB}/ppx_sexp_conv/opam
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.a
@@ -18,6 +20,8 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.cmxs
+${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.dune
+${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.ml
 ${OCAML_SITELIB}/ppx_sexp_conv/ppx_sexp_conv.mli
 share/doc/ppx_sexp_conv/CHANGES.md
 share/doc/ppx_sexp_conv/LICENSE.txt
diff -r bddaf7cd8633 -r 213c72980a08 devel/ocaml-ppx_sexp_conv/buildlink3.mk
--- a/devel/ocaml-ppx_sexp_conv/buildlink3.mk   Wed Apr 04 19:39:43 2018 +0000
+++ b/devel/ocaml-ppx_sexp_conv/buildlink3.mk   Wed Apr 04 19:41:26 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2017/07/21 14:12:22 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2018/04/04 19:41:26 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-ppx_sexp_conv
 
@@ -6,6 +6,7 @@
 OCAML_PPX_SEXP_CONV_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-ppx_sexp_conv+=    ocaml-ppx_sexp_conv>=0.9.0
+BUILDLINK_ABI_DEPENDS.ocaml-ppx_sexp_conv+=    ocaml-ppx_sexp_conv>=0.9.0nb3
 BUILDLINK_PKGSRCDIR.ocaml-ppx_sexp_conv?=      ../../devel/ocaml-ppx_sexp_conv
 
 #.include "../../devel/ocaml-ppx_core/buildlink3.mk"



Home | Main Index | Thread Index | Old Index