ok avsm, but doesn't this require bumping the REVISIONs of everything that depends on cmdliner as well?
Anil > On 5 Jul 2016, at 14:29, Kenneth R Westerback <[email protected]> wrote: > > Trivial (?) update to latest ocaml-cmdliner, an opam dependency. > > This brings cmdliner up to the version that opam itself installs, if you > use opam to install cmdliner. > > ok? > > .... Ken > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/ocaml-cmdliner/Makefile,v > retrieving revision 1.3 > diff -u -p -r1.3 Makefile > --- Makefile 23 Jun 2016 19:23:53 -0000 1.3 > +++ Makefile 3 Jul 2016 12:22:02 -0000 > @@ -3,13 +3,12 @@ > 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} > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/ocaml-cmdliner/distinfo,v > retrieving revision 1.2 > diff -u -p -r1.2 distinfo > --- distinfo 30 Aug 2015 15:57:25 -0000 1.2 > +++ distinfo 2 Jul 2016 19:08:24 -0000 > @@ -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 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/devel/ocaml-cmdliner/pkg/PLIST,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 PLIST > --- pkg/PLIST 25 Oct 2014 16:50:30 -0000 1.1.1.1 > +++ pkg/PLIST 2 Jul 2016 19:08:42 -0000 > @@ -19,6 +19,7 @@ share/doc/ocaml-cmdliner/api/index_attri > 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 >
