diff options
author | jaapb <jaapb@pkgsrc.org> | 2015-01-20 14:24:34 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2015-01-20 14:24:34 +0000 |
commit | 62cf69bd4d4da2413c85dde74557fc56494ef13a (patch) | |
tree | e0c3468f31cc60f6d7baa4e286795c6e5d383520 /misc | |
parent | 68208b755c5f0115de34096584418ae268e2f9cf (diff) | |
download | pkgsrc-62cf69bd4d4da2413c85dde74557fc56494ef13a.tar.gz |
Revbump associated with update of lang/ocaml.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ocaml-opam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/ocaml-opam/Makefile b/misc/ocaml-opam/Makefile index 1e52f669843..df8b8e55278 100644 --- a/misc/ocaml-opam/Makefile +++ b/misc/ocaml-opam/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2014/11/06 15:30:24 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2015/01/20 14:24:36 jaapb Exp $ VERSION= 1.2.0 PKGNAME= ocaml-opam-${VERSION} DISTNAME= ${VERSION} DIST_SUBDIR= ocaml-opam +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= https://github.com/ocaml/opam/archive/ |