diff options
author | jaapb <jaapb@pkgsrc.org> | 2018-07-19 15:15:20 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2018-07-19 15:15:20 +0000 |
commit | 54b786790c485419304ba3a36c2e7e6121a82276 (patch) | |
tree | cd4f7b7d724c9e30968d7a50a9eb4853c23c0b08 /textproc/ocaml-expat | |
parent | 13f52d6afeeedb7d75ebb66aa986eba1f34f5738 (diff) | |
download | pkgsrc-54b786790c485419304ba3a36c2e7e6121a82276.tar.gz |
Recursive revbump associated with the update of lang/ocaml to 4.07.
Diffstat (limited to 'textproc/ocaml-expat')
-rw-r--r-- | textproc/ocaml-expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ocaml-expat/Makefile b/textproc/ocaml-expat/Makefile index aa26f503e61..1afb45e0420 100644 --- a/textproc/ocaml-expat/Makefile +++ b/textproc/ocaml-expat/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2018/04/13 13:55:38 jaapb Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/19 15:15:29 jaapb Exp $ # VERSION= 1.0.0 GITHUB_PROJECT= ocaml-expat GITHUB_TAG= v${VERSION} DISTNAME= ${GITHUB_PROJECT}-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=whitequark/} |