pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9181288fea7
branches:  trunk
changeset: 378292:c9181288fea7
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Apr 04 19:44:19 2018 +0000

description:
Revbump for devel/ocaml-ppx_base.

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

diffstat:

 devel/ocaml-ppx_base/Makefile      |  4 ++--
 devel/ocaml-ppx_base/PLIST         |  3 ++-
 devel/ocaml-ppx_base/buildlink3.mk |  3 ++-
 3 files changed, 6 insertions(+), 4 deletions(-)

diffs (49 lines):

diff -r 5a437e7d2bd9 -r c9181288fea7 devel/ocaml-ppx_base/Makefile
--- a/devel/ocaml-ppx_base/Makefile     Wed Apr 04 19:42:52 2018 +0000
+++ b/devel/ocaml-ppx_base/Makefile     Wed Apr 04 19:44:19 2018 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2018/01/10 16:53:09 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2018/04/04 19:44:19 jaapb Exp $
 
 GITHUB_PROJECT=        ppx_base
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 DISTNAME=      ${GITHUB_PROJECT}-0.9.0
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
diff -r 5a437e7d2bd9 -r c9181288fea7 devel/ocaml-ppx_base/PLIST
--- a/devel/ocaml-ppx_base/PLIST        Wed Apr 04 19:42:52 2018 +0000
+++ b/devel/ocaml-ppx_base/PLIST        Wed Apr 04 19:44:19 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/14 10:17:52 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/04/04 19:44:19 jaapb Exp $
 bin/ppx-base
 ${OCAML_SITELIB}/ppx_base/META
 ${OCAML_SITELIB}/ppx_base/opam
@@ -10,5 +10,6 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ppx_base/ppx_base.cmx
 ${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
 share/doc/ppx_base/LICENSE.txt
diff -r 5a437e7d2bd9 -r c9181288fea7 devel/ocaml-ppx_base/buildlink3.mk
--- a/devel/ocaml-ppx_base/buildlink3.mk        Wed Apr 04 19:42:52 2018 +0000
+++ b/devel/ocaml-ppx_base/buildlink3.mk        Wed Apr 04 19:44:19 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2017/10/14 10:17:52 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2018/04/04 19:44:19 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-ppx_base
 
@@ -6,6 +6,7 @@
 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.9.0nb2
 BUILDLINK_PKGSRCDIR.ocaml-ppx_base?=   ../../devel/ocaml-ppx_base
 .endif # OCAML_PPX_BASE_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index