summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2019-03-05 19:38:49 +0000
committerjaapb <jaapb@pkgsrc.org>2019-03-05 19:38:49 +0000
commit9a0a9f60f65d3e599490a78ea70f11457adafdef (patch)
tree1e0e783305a0add52f6f82a315e72c04900755f2 /security
parentb98d862e675dc5337d5af02eb9f0ed5adfe7bc4e (diff)
downloadpkgsrc-9a0a9f60f65d3e599490a78ea70f11457adafdef.tar.gz
Updated security/ocaml-safepass for dune compatibility.
Package now compatible with dune 1.7; revbump.
Diffstat (limited to 'security')
-rw-r--r--security/ocaml-safepass/Makefile4
-rw-r--r--security/ocaml-safepass/PLIST4
-rw-r--r--security/ocaml-safepass/buildlink3.mk4
3 files changed, 6 insertions, 6 deletions
diff --git a/security/ocaml-safepass/Makefile b/security/ocaml-safepass/Makefile
index bb8a9546e0e..a0403c2cf98 100644
--- a/security/ocaml-safepass/Makefile
+++ b/security/ocaml-safepass/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2018/11/27 23:35:08 jaapb Exp $
+# $NetBSD: Makefile,v 1.6 2019/03/05 19:38:49 jaapb Exp $
GITHUB_PROJECT= ocaml-safepass
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= ${GITHUB_PROJECT}-3.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=darioteixeira/}
diff --git a/security/ocaml-safepass/PLIST b/security/ocaml-safepass/PLIST
index 81b287a813a..8f39340d0bb 100644
--- a/security/ocaml-safepass/PLIST
+++ b/security/ocaml-safepass/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/10/15 11:26:59 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/03/05 19:38:49 jaapb Exp $
${OCAML_SITELIB}/safepass/META
${OCAML_SITELIB}/safepass/bcrypt.cmi
${OCAML_SITELIB}/safepass/bcrypt.cmt
@@ -6,13 +6,13 @@ ${OCAML_SITELIB}/safepass/bcrypt.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/safepass/bcrypt.cmx
${OCAML_SITELIB}/safepass/bcrypt.ml
${OCAML_SITELIB}/safepass/bcrypt.mli
+${OCAML_SITELIB}/safepass/dune-package
${PLIST.ocaml-opt}${OCAML_SITELIB}/safepass/libsafepass_stubs.a
${OCAML_SITELIB}/safepass/opam
${PLIST.ocaml-opt}${OCAML_SITELIB}/safepass/safepass.a
${OCAML_SITELIB}/safepass/safepass.cma
${PLIST.ocaml-opt}${OCAML_SITELIB}/safepass/safepass.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/safepass/safepass.cmxs
-${OCAML_SITELIB}/safepass/safepass.dune
${OCAML_SITELIB}/stublibs/dllsafepass_stubs.so
share/doc/safepass/CHANGES.md
share/doc/safepass/LICENSE
diff --git a/security/ocaml-safepass/buildlink3.mk b/security/ocaml-safepass/buildlink3.mk
index c521e60b91f..b3e534d904f 100644
--- a/security/ocaml-safepass/buildlink3.mk
+++ b/security/ocaml-safepass/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2018/11/27 23:35:08 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2019/03/05 19:38:49 jaapb Exp $
BUILDLINK_TREE+= ocaml-safepass
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-safepass
OCAML_SAFEPASS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-safepass+= ocaml-safepass>=2.0
-BUILDLINK_ABI_DEPENDS.ocaml-safepass+= ocaml-safepass>=3.0nb2
+BUILDLINK_ABI_DEPENDS.ocaml-safepass+= ocaml-safepass>=3.0nb3
BUILDLINK_PKGSRCDIR.ocaml-safepass?= ../../security/ocaml-safepass
.endif # OCAML_SAFEPASS_BUILDLINK3_MK