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 package security/ocaml...
details: https://anonhg.NetBSD.org/pkgsrc/rev/74d20b0412f0
branches: trunk
changeset: 315659:74d20b0412f0
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Tue Nov 27 23:35:08 2018 +0000
description:
Updated package security/ocaml-safepass to use dune. Revbump.
diffstat:
security/ocaml-safepass/Makefile | 6 +++---
security/ocaml-safepass/buildlink3.mk | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (42 lines):
diff -r 0564335813bf -r 74d20b0412f0 security/ocaml-safepass/Makefile
--- a/security/ocaml-safepass/Makefile Tue Nov 27 23:33:40 2018 +0000
+++ b/security/ocaml-safepass/Makefile Tue Nov 27 23:35:08 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2018/11/12 16:10:26 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/27 23:35:08 jaapb Exp $
GITHUB_PROJECT= ocaml-safepass
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= ${GITHUB_PROJECT}-3.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=darioteixeira/}
@@ -12,7 +12,7 @@
COMMENT= Safe storage library for user passwords in web applications
LICENSE= gnu-lgpl-v2.1
-OCAML_USE_JBUILDER= yes
+OCAML_USE_DUNE= yes
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 0564335813bf -r 74d20b0412f0 security/ocaml-safepass/buildlink3.mk
--- a/security/ocaml-safepass/buildlink3.mk Tue Nov 27 23:33:40 2018 +0000
+++ b/security/ocaml-safepass/buildlink3.mk Tue Nov 27 23:35:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/10/15 11:26:59 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2018/11/27 23:35:08 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.0
+BUILDLINK_ABI_DEPENDS.ocaml-safepass+= ocaml-safepass>=3.0nb2
BUILDLINK_PKGSRCDIR.ocaml-safepass?= ../../security/ocaml-safepass
.endif # OCAML_SAFEPASS_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index