pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ffc1f1a4a2d
branches:  trunk
changeset: 378273:2ffc1f1a4a2d
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Apr 04 16:23:36 2018 +0000

description:
Revbump for devel/ocaml-configurator.

No upstream changes; this just deals with some new files caused to be
installed by the new version of jbuilder.

diffstat:

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

diffs (50 lines):

diff -r 57a5e227d925 -r 2ffc1f1a4a2d devel/ocaml-configurator/Makefile
--- a/devel/ocaml-configurator/Makefile Wed Apr 04 16:21:29 2018 +0000
+++ b/devel/ocaml-configurator/Makefile Wed Apr 04 16:23:36 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2018/01/10 16:53:08 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2018/04/04 16:23:36 jaapb Exp $
 
 GITHUB_PROJECT=        configurator
 DISTNAME=      ${GITHUB_PROJECT}-0.9.1
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
diff -r 57a5e227d925 -r 2ffc1f1a4a2d devel/ocaml-configurator/PLIST
--- a/devel/ocaml-configurator/PLIST    Wed Apr 04 16:21:29 2018 +0000
+++ b/devel/ocaml-configurator/PLIST    Wed Apr 04 16:23:36 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/16 08:38:27 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/04/04 16:23:36 jaapb Exp $
 ${OCAML_SITELIB}/configurator/META
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.a
 ${OCAML_SITELIB}/configurator/configurator.cma
@@ -8,6 +8,8 @@
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/configurator/configurator.cmxs
+${OCAML_SITELIB}/configurator/configurator.dune
+${OCAML_SITELIB}/configurator/configurator.ml
 ${OCAML_SITELIB}/configurator/configurator.mli
 ${OCAML_SITELIB}/configurator/opam
 share/doc/configurator/LICENSE.txt
diff -r 57a5e227d925 -r 2ffc1f1a4a2d devel/ocaml-configurator/buildlink3.mk
--- a/devel/ocaml-configurator/buildlink3.mk    Wed Apr 04 16:21:29 2018 +0000
+++ b/devel/ocaml-configurator/buildlink3.mk    Wed Apr 04 16:23:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2017/10/16 08:38:27 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2018/04/04 16:23:36 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-configurator
 
@@ -6,6 +6,7 @@
 OCAML_CONFIGURATOR_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-configurator+=     ocaml-configurator>=0.9.1
+BUILDLINK_ABI_DEPENDS.ocaml-configurator+=     ocaml-configurator>=0.9.1nb2
 BUILDLINK_PKGSRCDIR.ocaml-configurator?=       ../../devel/ocaml-configurator
 
 .endif # OCAML_CONFIGURATOR_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index