diff options
author | jaapb <jaapb@pkgsrc.org> | 2018-11-12 16:10:16 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2018-11-12 16:10:16 +0000 |
commit | fe2799bea85c73f75e2898b34b0c039a3a9b873a (patch) | |
tree | 9e744199ee6d5802740a1055f645751d24302cb2 /misc/ocaml-opam-file-format | |
parent | 55ef9340e10a687ab382888d21257a145893785d (diff) | |
download | pkgsrc-fe2799bea85c73f75e2898b34b0c039a3a9b873a.tar.gz |
Revbumps associated with update of lang/ocaml.
Diffstat (limited to 'misc/ocaml-opam-file-format')
-rw-r--r-- | misc/ocaml-opam-file-format/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ocaml-opam-file-format/Makefile b/misc/ocaml-opam-file-format/Makefile index 08f85355040..c66ade7f919 100644 --- a/misc/ocaml-opam-file-format/Makefile +++ b/misc/ocaml-opam-file-format/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2018/07/19 15:15:27 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2018/11/12 16:10:25 jaapb Exp $ VERSION= 2.0.0_beta3 GITHUB_PROJECT= opam-file-format GITHUB_TAG= ${VERSION:S/_/-/} DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} MAKE_JOBS_SAFE= no |