Update to latest (0.9.8), the same that opam installs.

Bump opam REVISION.

ok anil@ chrisz@
This commit is contained in:
krw 2016-07-05 16:24:46 +00:00
parent 17b134e289
commit 7e4ab16422
4 changed files with 8 additions and 8 deletions

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.3 2016/06/23 19:23:53 krw Exp $
# $OpenBSD: Makefile,v 1.4 2016/07/05 16:24:46 krw Exp $
COMMENT = declarative definition of command line interfaces
CATEGORIES = devel
V = 0.9.7
V = 0.9.8
NAME = cmdliner
DISTNAME = ${NAME}-${V}
EXTRACT_SUFX = .tbz
PKGNAME = ocaml-${DISTNAME}
MASTER_SITES = http://erratique.ch/software/${NAME}/releases/
REVISION = 0
HOMEPAGE = http://erratique.ch/software/${NAME}

View File

@ -1,2 +1,2 @@
SHA256 (cmdliner-0.9.7.tbz) = nBmJPP+108NGnuDM6F4+7roX0wmzO5rOMaugb2jwv3o=
SIZE (cmdliner-0.9.7.tbz) = 50343
SHA256 (cmdliner-0.9.8.tbz) = ffqv3YjsnZar+N7UwOpxEZSBlEACIKVuS7RKHt+kvUE=
SIZE (cmdliner-0.9.8.tbz) = 53249

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/10/25 16:50:30 chrisz Exp $
@comment $OpenBSD: PLIST,v 1.2 2016/07/05 16:24:46 krw Exp $
%%native%%
lib/ocaml/cmdliner/
lib/ocaml/cmdliner/META
@ -19,6 +19,7 @@ share/doc/ocaml-cmdliner/api/index_attributes.html
share/doc/ocaml-cmdliner/api/index_class_types.html
share/doc/ocaml-cmdliner/api/index_classes.html
share/doc/ocaml-cmdliner/api/index_exceptions.html
share/doc/ocaml-cmdliner/api/index_extensions.html
share/doc/ocaml-cmdliner/api/index_methods.html
share/doc/ocaml-cmdliner/api/index_module_types.html
share/doc/ocaml-cmdliner/api/index_modules.html

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2016/06/23 19:23:54 krw Exp $
# $OpenBSD: Makefile,v 1.8 2016/07/05 16:24:46 krw Exp $
MULTI_PACKAGES = -main -lib
@ -12,7 +12,7 @@ GH_ACCOUNT = ocaml
GH_PROJECT = opam
GH_TAGNAME = ${V}
DISTNAME = ${GH_PROJECT}-${V}
REVISION = 0
REVISION = 1
PKGNAME-main = opam-${V}
PKGNAME-lib = opam-lib-${V}