diff options
author | jaapb <jaapb@pkgsrc.org> | 2018-01-10 16:53:07 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2018-01-10 16:53:07 +0000 |
commit | f74a9836812e350c7d808a79fdd54b27b8e13c1c (patch) | |
tree | 4ec4f4828d98eb15908232e256b7a2e86a264845 /security | |
parent | 0eb120fba8b3927f6b960c1557a62856212b82e2 (diff) | |
download | pkgsrc-f74a9836812e350c7d808a79fdd54b27b8e13c1c.tar.gz |
Recursive revbump associated with the update to OCaml 4.06.
Diffstat (limited to 'security')
-rw-r--r-- | security/ocaml-cryptokit/Makefile | 4 | ||||
-rw-r--r-- | security/ocaml-cryptokit/buildlink3.mk | 4 | ||||
-rw-r--r-- | security/sks/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/security/ocaml-cryptokit/Makefile b/security/ocaml-cryptokit/Makefile index b921d7f8203..3021c3b8ee1 100644 --- a/security/ocaml-cryptokit/Makefile +++ b/security/ocaml-cryptokit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/09/08 09:51:25 jaapb Exp $ +# $NetBSD: Makefile,v 1.19 2018/01/10 16:53:12 jaapb Exp $ # VERSION= 1.11 @@ -6,7 +6,7 @@ GITHUB_PROJECT= cryptokit GITHUB_TAG= release${VERSION:S/.//} DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=xavierleroy/} diff --git a/security/ocaml-cryptokit/buildlink3.mk b/security/ocaml-cryptokit/buildlink3.mk index b79ba93641a..4d3c48340a4 100644 --- a/security/ocaml-cryptokit/buildlink3.mk +++ b/security/ocaml-cryptokit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2017/09/08 09:51:25 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2018/01/10 16:53:12 jaapb Exp $ BUILDLINK_TREE+= ocaml-cryptokit @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-cryptokit OCAML_CRYPTOKIT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ocaml-cryptokit+= ocaml-cryptokit>=1.5 -BUILDLINK_ABI_DEPENDS.ocaml-cryptokit?= ocaml-cryptokit>=1.11nb1 +BUILDLINK_ABI_DEPENDS.ocaml-cryptokit?= ocaml-cryptokit>=1.11nb2 BUILDLINK_PKGSRCDIR.ocaml-cryptokit?= ../../security/ocaml-cryptokit .include "../../math/ocaml-zarith/buildlink3.mk" diff --git a/security/sks/Makefile b/security/sks/Makefile index ab4aa3da2e0..6a3a40e5a55 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2017/09/08 09:51:25 jaapb Exp $ +# $NetBSD: Makefile,v 1.21 2018/01/10 16:53:13 jaapb Exp $ # DISTNAME= sks-1.1.5 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= security MASTER_SITES= https://bitbucket.org/skskeyserver/sks-keyserver/downloads/ EXTRACT_SUFX= .tgz |