On Tue, Jan 29, 2019 at 10:44:14AM +0100, Sebastien Marie wrote: > Hi, > > The following diff update sysclean to 2.8 version. > > It includes support for unwind(8) (/etc/unwind/trustanchor/root.key > file) when activated. > > Comments or ok ?
OK > -- > Sebastien Marie > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/sysutils/sysclean/Makefile,v > retrieving revision 1.18 > diff -u -p -r1.18 Makefile > --- Makefile 15 Sep 2018 08:00:06 -0000 1.18 > +++ Makefile 29 Jan 2019 09:36:57 -0000 > @@ -2,7 +2,7 @@ > > COMMENT = list obsolete files between OpenBSD upgrades > > -V = 2.7 > +V = 2.8 > DISTNAME = sysclean-${V} > > CATEGORIES = sysutils > Index: distinfo > =================================================================== > RCS file: /cvs/ports/sysutils/sysclean/distinfo,v > retrieving revision 1.16 > diff -u -p -r1.16 distinfo > --- distinfo 15 Sep 2018 08:00:06 -0000 1.16 > +++ distinfo 29 Jan 2019 09:41:32 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (sysclean-2.7.tar.gz) = 4Ga47353LKWMVodxVYfm85SyZye3ulhcmUZW04LQD0g= > -SIZE (sysclean-2.7.tar.gz) = 5945 > +SHA256 (sysclean-2.8.tar.gz) = tGxrFW1VSnEieVyKb1spzwpUA+uXs3iehpCLzzAxc9s= > +SIZE (sysclean-2.8.tar.gz) = 5962 > -- Antoine