On 2020/04/27 22:19, Christopher Zimmermann wrote: > Hi, > > the last update to 2.18.10 did not actually use 2.18.10 code, but stayed at > 2.18.8, as a closer look at distinfo could have revealed. > This is to actually do the update. OK? > > Christopher > > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/x11/lablgtk2/Makefile,v > retrieving revision 1.49 > diff -u -p -r1.49 Makefile > --- Makefile 18 Feb 2020 05:22:21 -0000 1.49 > +++ Makefile 27 Apr 2020 20:12:25 -0000 > @@ -3,6 +3,7 @@ > COMMENT = OCaml interface to GTK+2 > V = 2.18.10 > +REVISION = 0 > DISTNAME = lablgtk-$V > PKGNAME = lablgtk2-$V > CATEGORIES = x11 devel > @@ -10,7 +11,7 @@ CATEGORIES = x11 devel > HOMEPAGE = http://lablgtk.forge.ocamlcore.org/ > GH_ACCOUNT = garrigue > GH_PROJECT = lablgtk > -GH_TAGNAME = lablgtk2188 > +GH_TAGNAME = $V > # LGPL > PERMIT_PACKAGE = Yes > Index: distinfo > =================================================================== > RCS file: /cvs/ports/x11/lablgtk2/distinfo,v > retrieving revision 1.13 > diff -u -p -r1.13 distinfo > --- distinfo 18 Feb 2020 05:22:21 -0000 1.13 > +++ distinfo 27 Apr 2020 20:12:25 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (lablgtk-2.18.10.tar.gz) = > kRbunRcouV/AA/pZgXixaLo8uDxTb+B1Wcz4RnLPyZA= > -SIZE (lablgtk-2.18.10.tar.gz) = 1068307 > +SHA256 (lablgtk-2.18.10.tar.gz) = > bwD2sxFLRo6550PSdRGmBjk29nmPiQ5EtJT3Glz5VHA= > +SIZE (lablgtk-2.18.10.tar.gz) = 1068504
changing contents with the same filename causes problems for bulks, please rename the distfile. i think this would do the trick (would end up with a distfile name lablgtk2-2.18.10.tar.gz) DISTNAME = lablgtk2-${GH_TAGNAME} GH_ACCOUNT = garrigue GH_PROJECT = lablgtk GH_TAGNAME = 2.18.10 REVISION = 0 Since release notes only talk about changes for compat with newer versions of ocaml than we have, this does not seem release critical so I think should be deferred until after.