summaryrefslogtreecommitdiff
path: root/math/ocaml-zarith
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2018-04-13 13:55:27 +0000
committerjaapb <jaapb@pkgsrc.org>2018-04-13 13:55:27 +0000
commit2814131d01db177a0277b70ad0f439825129a973 (patch)
tree3cfe3d3d10bd1f251a4caecb634193f8e7df7fa8 /math/ocaml-zarith
parentb1dc091037c8cf86a0302937c61b564483c5258b (diff)
downloadpkgsrc-2814131d01db177a0277b70ad0f439825129a973.tar.gz
Revbump associated with the upgrade of lang/ocaml
(this is the upgrade from 4.06 to 4.06.1)
Diffstat (limited to 'math/ocaml-zarith')
-rw-r--r--math/ocaml-zarith/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile
index 7ac0ae62c42..7963cfd131f 100644
--- a/math/ocaml-zarith/Makefile
+++ b/math/ocaml-zarith/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/01/10 16:53:11 jaapb Exp $
+# $NetBSD: Makefile,v 1.11 2018/04/13 13:55:34 jaapb Exp $
#
VERSION= 1.4.1
@@ -6,7 +6,7 @@ GITHUB_PROJECT= Zarith
GITHUB_TAG= release-${VERSION}
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
PKGNAME= ocaml-${DISTNAME:tl}
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/}