pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ocaml-safepass Added conversion to dune to se...
details: https://anonhg.NetBSD.org/pkgsrc/rev/daf93ca7b412
branches: trunk
changeset: 422581:daf93ca7b412
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Wed Jan 29 16:33:18 2020 +0000
description:
Added conversion to dune to security/ocaml-safepass
Project still uses jbuilder, so just run a dune upgrade before
building. No upstream changes.
diffstat:
security/ocaml-safepass/Makefile | 7 +++++--
security/ocaml-safepass/buildlink3.mk | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (42 lines):
diff -r de85153ff417 -r daf93ca7b412 security/ocaml-safepass/Makefile
--- a/security/ocaml-safepass/Makefile Wed Jan 29 16:04:04 2020 +0000
+++ b/security/ocaml-safepass/Makefile Wed Jan 29 16:33:18 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2019/03/05 19:38:49 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/29 16:33:18 jaapb Exp $
GITHUB_PROJECT= ocaml-safepass
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= ${GITHUB_PROJECT}-3.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=darioteixeira/}
@@ -14,5 +14,8 @@
OCAML_USE_DUNE= yes
+pre-build:
+ ${RUN} cd ${WRKSRC} && dune upgrade
+
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
diff -r de85153ff417 -r daf93ca7b412 security/ocaml-safepass/buildlink3.mk
--- a/security/ocaml-safepass/buildlink3.mk Wed Jan 29 16:04:04 2020 +0000
+++ b/security/ocaml-safepass/buildlink3.mk Wed Jan 29 16:33:18 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2019/03/05 19:38:49 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2020/01/29 16:33:18 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.0nb3
+BUILDLINK_ABI_DEPENDS.ocaml-safepass+= ocaml-safepass>=3.0nb4
BUILDLINK_PKGSRCDIR.ocaml-safepass?= ../../security/ocaml-safepass
.endif # OCAML_SAFEPASS_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index