pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ocaml-safepass Updated security/ocaml-safepas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/104ba073c37e
branches:  trunk
changeset: 320544:104ba073c37e
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Mar 05 19:38:49 2019 +0000

description:
Updated security/ocaml-safepass for dune compatibility.

Package now compatible with dune 1.7; revbump.

diffstat:

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

diffs (57 lines):

diff -r 823a16ff5226 -r 104ba073c37e security/ocaml-safepass/Makefile
--- a/security/ocaml-safepass/Makefile  Tue Mar 05 19:36:32 2019 +0000
+++ b/security/ocaml-safepass/Makefile  Tue Mar 05 19:38:49 2019 +0000
@@ -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 -r 823a16ff5226 -r 104ba073c37e security/ocaml-safepass/PLIST
--- a/security/ocaml-safepass/PLIST     Tue Mar 05 19:36:32 2019 +0000
+++ b/security/ocaml-safepass/PLIST     Tue Mar 05 19:38:49 2019 +0000
@@ -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 @@
 ${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 -r 823a16ff5226 -r 104ba073c37e security/ocaml-safepass/buildlink3.mk
--- a/security/ocaml-safepass/buildlink3.mk     Tue Mar 05 19:36:32 2019 +0000
+++ b/security/ocaml-safepass/buildlink3.mk     Tue Mar 05 19:38:49 2019 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index