pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-stdlib-shims
Module Name: pkgsrc
Committed By: jaapb
Date: Thu Dec 10 08:55:22 UTC 2020
Modified Files:
pkgsrc/devel/ocaml-stdlib-shims: Makefile PLIST buildlink3.mk
Log Message:
Updated devel/ocaml-stdlib-shims, revision bump.
Some files do not get compiled/installed any more, removed from PLIST.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-stdlib-shims/Makefile \
pkgsrc/devel/ocaml-stdlib-shims/PLIST \
pkgsrc/devel/ocaml-stdlib-shims/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-stdlib-shims/Makefile
diff -u pkgsrc/devel/ocaml-stdlib-shims/Makefile:1.1 pkgsrc/devel/ocaml-stdlib-shims/Makefile:1.2
--- pkgsrc/devel/ocaml-stdlib-shims/Makefile:1.1 Tue Apr 21 10:53:10 2020
+++ pkgsrc/devel/ocaml-stdlib-shims/Makefile Thu Dec 10 08:55:22 2020
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2020/04/21 10:53:10 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/10 08:55:22 jaapb Exp $
GITHUB_PROJECT= stdlib-shims
DISTNAME= ${GITHUB_PROJECT}-0.2.0
PKGNAME= ocaml-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/}
Index: pkgsrc/devel/ocaml-stdlib-shims/PLIST
diff -u pkgsrc/devel/ocaml-stdlib-shims/PLIST:1.1 pkgsrc/devel/ocaml-stdlib-shims/PLIST:1.2
--- pkgsrc/devel/ocaml-stdlib-shims/PLIST:1.1 Tue Apr 21 10:53:10 2020
+++ pkgsrc/devel/ocaml-stdlib-shims/PLIST Thu Dec 10 08:55:22 2020
@@ -1,11 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2020/04/21 10:53:10 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/12/10 08:55:22 jaapb Exp $
${OCAML_SITELIB}/stdlib-shims/META
${OCAML_SITELIB}/stdlib-shims/dune-package
${OCAML_SITELIB}/stdlib-shims/opam
-${OCAML_SITELIB}/stdlib-shims/pervasives.cmi
-${OCAML_SITELIB}/stdlib-shims/pervasives.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/stdlib-shims/pervasives.cmx
-${OCAML_SITELIB}/stdlib-shims/pervasives.ml
${PLIST.ocaml-opt}${OCAML_SITELIB}/stdlib-shims/stdlib_shims.a
${OCAML_SITELIB}/stdlib-shims/stdlib_shims.cma
${PLIST.ocaml-opt}${OCAML_SITELIB}/stdlib-shims/stdlib_shims.cmxa
Index: pkgsrc/devel/ocaml-stdlib-shims/buildlink3.mk
diff -u pkgsrc/devel/ocaml-stdlib-shims/buildlink3.mk:1.1 pkgsrc/devel/ocaml-stdlib-shims/buildlink3.mk:1.2
--- pkgsrc/devel/ocaml-stdlib-shims/buildlink3.mk:1.1 Tue Apr 21 10:53:10 2020
+++ pkgsrc/devel/ocaml-stdlib-shims/buildlink3.mk Thu Dec 10 08:55:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/04/21 10:53:10 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2020/12/10 08:55:22 jaapb Exp $
BUILDLINK_TREE+= ocaml-stdlib-shims
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= ocaml-stdlib-shims
OCAML_STDLIB_SHIMS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-stdlib-shims+= ocaml-stdlib-shims>=0.2.0
+BUILDLINK_ABI_DEPENDS.ocaml-stdlib-shims+= ocaml-stdlib-shims>=0.2.0nb1
BUILDLINK_PKGSRCDIR.ocaml-stdlib-shims?= ../../devel/ocaml-stdlib-shims
.endif # OCAML_STDLIB_SHIMS_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index