diff options
author | jaapb <jaapb@pkgsrc.org> | 2017-09-08 09:51:18 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2017-09-08 09:51:18 +0000 |
commit | de8c339b27a51b2d89a97d1e3d8c5af80eb0edab (patch) | |
tree | 7ea87780bbf062244d845fd514b071100ff1a2a5 /math/ocaml-zarith | |
parent | 618c5c5426abcf081e16b39a44f0bcdfe534a9b2 (diff) | |
download | pkgsrc-de8c339b27a51b2d89a97d1e3d8c5af80eb0edab.tar.gz |
Recursive revbump associated with update of ocaml to 4.05
Diffstat (limited to 'math/ocaml-zarith')
-rw-r--r-- | math/ocaml-zarith/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile index a4e1fa41e33..e2c35224426 100644 --- a/math/ocaml-zarith/Makefile +++ b/math/ocaml-zarith/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/07/30 22:32:19 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/08 09:51:23 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= 6 +PKGREVISION= 7 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} |