summaryrefslogtreecommitdiff
path: root/archivers/ocaml-zip
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2018-01-10 16:53:07 +0000
committerjaapb <jaapb@pkgsrc.org>2018-01-10 16:53:07 +0000
commitf74a9836812e350c7d808a79fdd54b27b8e13c1c (patch)
tree4ec4f4828d98eb15908232e256b7a2e86a264845 /archivers/ocaml-zip
parent0eb120fba8b3927f6b960c1557a62856212b82e2 (diff)
downloadpkgsrc-f74a9836812e350c7d808a79fdd54b27b8e13c1c.tar.gz
Recursive revbump associated with the update to OCaml 4.06.
Diffstat (limited to 'archivers/ocaml-zip')
-rw-r--r--archivers/ocaml-zip/Makefile4
-rw-r--r--archivers/ocaml-zip/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile
index a5b875bae92..4c3fb63b8d0 100644
--- a/archivers/ocaml-zip/Makefile
+++ b/archivers/ocaml-zip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/09/08 09:51:18 jaapb Exp $
+# $NetBSD: Makefile,v 1.21 2018/01/10 16:53:07 jaapb Exp $
#
VERSION= 1.07
@@ -6,7 +6,7 @@ GITHUB_PROJECT= camlzip
GITHUB_TAG= rel${VERSION:S/.//}
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
PKGNAME= ocaml-zip-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=xavierleroy/}
LICENSE= gnu-lgpl-v2.1
diff --git a/archivers/ocaml-zip/buildlink3.mk b/archivers/ocaml-zip/buildlink3.mk
index 31a8415eb96..a4977ec822e 100644
--- a/archivers/ocaml-zip/buildlink3.mk
+++ b/archivers/ocaml-zip/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2018/01/07 13:03:53 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2018/01/10 16:53:07 jaapb Exp $
BUILDLINK_TREE+= ocaml-zip
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-zip
OCAML_ZIP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-zip+= ocaml-zip>=1.05nb6
-BUILDLINK_ABI_DEPENDS.ocaml-zip+= ocaml-zip>=1.07
+BUILDLINK_ABI_DEPENDS.ocaml-zip+= ocaml-zip>=1.07nb2
BUILDLINK_PKGSRCDIR.ocaml-zip?= ../../archivers/ocaml-zip
.include "../../devel/zlib/buildlink3.mk"