diff options
author | jaapb <jaapb@pkgsrc.org> | 2012-10-08 15:18:20 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2012-10-08 15:18:20 +0000 |
commit | be0a6937d1d4d8afe95a4c561478fcf402169c83 (patch) | |
tree | b98494fb517027acfc13afe9768f5ce4bcf2e14b /archivers/ocaml-bz2 | |
parent | eabd0884ded03a2dc5785de5cc8f3a3a23e808fb (diff) | |
download | pkgsrc-be0a6937d1d4d8afe95a4c561478fcf402169c83.tar.gz |
Revision bump associated with the update of lang/ocaml to version 4.
Diffstat (limited to 'archivers/ocaml-bz2')
-rw-r--r-- | archivers/ocaml-bz2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/ocaml-bz2/Makefile b/archivers/ocaml-bz2/Makefile index 7ac491d727e..fd39b2959d9 100644 --- a/archivers/ocaml-bz2/Makefile +++ b/archivers/ocaml-bz2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2012/10/02 23:47:56 asau Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/08 15:18:20 jaapb Exp $ PKGNAME= ocaml-bz2-${VERSION} DISTNAME= camlbz2-${VERSION} VERSION= 0.6.0 +PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/72/ |