pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-configurator



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed Apr  4 16:23:36 UTC 2018

Modified Files:
        pkgsrc/devel/ocaml-configurator: Makefile PLIST buildlink3.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-configurator/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-configurator/PLIST \
    pkgsrc/devel/ocaml-configurator/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ocaml-configurator/Makefile
diff -u pkgsrc/devel/ocaml-configurator/Makefile:1.2 pkgsrc/devel/ocaml-configurator/Makefile:1.3
--- pkgsrc/devel/ocaml-configurator/Makefile:1.2        Wed Jan 10 16:53:08 2018
+++ pkgsrc/devel/ocaml-configurator/Makefile    Wed Apr  4 16:23:36 2018
@@ -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/}

Index: pkgsrc/devel/ocaml-configurator/PLIST
diff -u pkgsrc/devel/ocaml-configurator/PLIST:1.1 pkgsrc/devel/ocaml-configurator/PLIST:1.2
--- pkgsrc/devel/ocaml-configurator/PLIST:1.1   Mon Oct 16 08:38:27 2017
+++ pkgsrc/devel/ocaml-configurator/PLIST       Wed Apr  4 16:23:36 2018
@@ -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 @@ ${OCAML_SITELIB}/configurator/configurat
 ${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
Index: pkgsrc/devel/ocaml-configurator/buildlink3.mk
diff -u pkgsrc/devel/ocaml-configurator/buildlink3.mk:1.1 pkgsrc/devel/ocaml-configurator/buildlink3.mk:1.2
--- pkgsrc/devel/ocaml-configurator/buildlink3.mk:1.1   Mon Oct 16 08:38:27 2017
+++ pkgsrc/devel/ocaml-configurator/buildlink3.mk       Wed Apr  4 16:23:36 2018
@@ -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 @@ BUILDLINK_TREE+=        ocaml-configurator
 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