On Mon, Apr 27, 2020 at 11:49:31AM +0100, Anil Madhavapeddy wrote:
> looks good; ok avsm
>
Opam 2.0.7 seems to work fine on my amd64 laptop. Not installed from
the port, rather upgraded in place. But still.
I did not see anything in the Changelog that struck me as critical, so
I'm not sure how the ports powers that be would feel since they
announced the pre-release slowdown. If they are ok then I'm ok. :-)
.... Ken
> > On 27 Apr 2020, at 10:26, Christopher Zimmermann <chrisz@openbsd.org> wrote:
> >
> > Hi,
> >
> > this is a pretty straightforward update. OK?
> >
> > Christopher
> >
> >
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/sysutils/opam/Makefile,v
> > retrieving revision 1.18
> > diff -u -p -r1.18 Makefile
> > --- Makefile 28 Mar 2020 17:56:44 -0000 1.18
> > +++ Makefile 27 Apr 2020 09:24:05 -0000
> > @@ -4,8 +4,7 @@ COMMENT = OCaml source-based package ma
> > CATEGORIES = sysutils devel
> > -V = 2.0.5
> > -REVISION = 1
> > +V = 2.0.7
> > PKGNAME = opam-${V}
> > DISTNAME = opam-full-${V}
> > @@ -39,16 +38,13 @@ CONFIGURE_ENV += CFLAGS="${CFLAGS}" \
> > LDFLAGS="${LDFLAGS}"
> > CONFIGURE_STYLE = gnu
> > -ALL_TARGET = lib-ext all man #doc requires odoc
> > +ALL_TARGET = lib-ext all
> > INSTALL_TARGET = install
> > TEST_TARGET = tests
> > docdir = ${PREFIX}/share/doc/opam
> > post-install:
> > - mv ${PREFIX}/doc/opam-installer \
> > - ${PREFIX}/share/doc/
> > - rm -R ${PREFIX}/lib/opam-installer
> > ${INSTALL_DATA_DIR} ${docdir}
> > ${INSTALL_DATA} \
> > ${WRKSRC}/{CHANGES,README.md} \
> > Index: distinfo
> > ===================================================================
> > RCS file: /cvs/ports/sysutils/opam/distinfo,v
> > retrieving revision 1.6
> > diff -u -p -r1.6 distinfo
> > --- distinfo 16 Jul 2019 18:02:07 -0000 1.6
> > +++ distinfo 27 Apr 2020 09:24:05 -0000
> > @@ -1,2 +1,2 @@
> > -SHA256 (opam-full-2.0.5.tar.gz) = d2x+ZNbiTC7x79Hmpx024AdkXvrpTq+GDAXBkp7/x28=
> > -SIZE (opam-full-2.0.5.tar.gz) = 7922459
> > +SHA256 (opam-full-2.0.7.tar.gz) = nA2sEJTtYkFY//EwAM36jtvJZ5jTK5+rQLC1Mw+UkKI=
> > +SIZE (opam-full-2.0.7.tar.gz) = 7929123
> > Index: pkg/PLIST
> > ===================================================================
> > RCS file: /cvs/ports/sysutils/opam/pkg/PLIST,v
> > retrieving revision 1.1
> > diff -u -p -r1.1 PLIST
> > --- pkg/PLIST 4 Mar 2019 12:51:16 -0000 1.1
> > +++ pkg/PLIST 27 Apr 2020 09:24:05 -0000
> > @@ -2,12 +2,16 @@
> > @pkgpath sysutils/opam,-main
> > @bin bin/opam
> > @bin bin/opam-installer
> > -doc/
> > +@man man/man1/opam-admin-add-constraint.1
> > +@man man/man1/opam-admin-add-hashes.1
> > @man man/man1/opam-admin-cache.1
> > +@man man/man1/opam-admin-check.1
> > @man man/man1/opam-admin-filter.1
> > +@man man/man1/opam-admin-help.1
> > @man man/man1/opam-admin-index.1
> > @man man/man1/opam-admin-lint.1
> > @man man/man1/opam-admin-list.1
> > +@man man/man1/opam-admin-make.1
> > @man man/man1/opam-admin-upgrade.1
> > @man man/man1/opam-admin.1
> > @man man/man1/opam-clean.1
> > @@ -37,10 +41,6 @@ doc/
> > @man man/man1/opam-var.1
> > @man man/man1/opam.1
> > share/doc/opam/
> > -share/doc/opam-installer/
> > -share/doc/opam-installer/CHANGES
> > -share/doc/opam-installer/LICENSE
> > -share/doc/opam-installer/README.md
> > share/doc/opam/CHANGES
> > share/doc/opam/README.md
> > share/doc/opam/depexts-plugins
> >
> >
> > --
> > http://gmerlin.de
> > OpenPGP: http://gmerlin.de/christopher.pub
> > CB07 DA40 B0B6 571D 35E2 0DEF 87E2 92A7 13E5 DEE1
> >
>
No comments:
Post a Comment