From: Stuart Henderson Subject: Re: [maintainer update] devel/reuse to 6.2.0 To: Alvar Penning Cc: ports@openbsd.org Date: Sat, 1 Nov 2025 14:40:27 +0000 thanks; committed. I made a couple of small tweaks, just adding a comment with the github url (easier for finding changelogs etc when reviewing), and a check before running tests (every time I test updates to this it confuses me when they all fail, then I eventually remember that they don't work if 'make fake' was run first). On 2025/11/01 14:20, Alvar Penning wrote: > Hi ports@, > > A diff to update devel/reuse to 6.2.0 follows. > > https://github.com/fsfe/reuse-tool/releases/tag/v6.2.0 > > Best, > Alvar > > > diff --git Makefile Makefile > index e049074002f..c6f8ec0dfbd 100644 > --- Makefile > +++ Makefile > @@ -1,6 +1,6 @@ > COMMENT= tool for compliance with the REUSE recommendations > > -MODPY_DISTV= 6.1.2 > +MODPY_DISTV= 6.2.0 > DISTNAME= reuse-${MODPY_DISTV} > > CATEGORIES= devel > diff --git distinfo distinfo > index 437939736e7..0ee18597038 100644 > --- distinfo > +++ distinfo > @@ -1,2 +1,2 @@ > -SHA256 (reuse-6.1.2.tar.gz) = YBmnX0yhitWyUG4PPsG5JrJ7ps3J2ohJLn/GXj/xLDk= > -SIZE (reuse-6.1.2.tar.gz) = 453827 > +SHA256 (reuse-6.2.0.tar.gz) = T+rgV6IzTJpRPmkzzbm+gZ2Lgi87W0NaNhOL0hiJfSM= > +SIZE (reuse-6.2.0.tar.gz) = 1615611 >