On Sat, Jul 30, 2016 at 07:45:32PM +0200, Sebastien Marie wrote: > Hi, > > Here a diff for updating sysclean to 1.9 version. > > It adds /ofwboot file to expected list, as it is found on sparc64 machines. > > I also updated the maintainer mail. > > Thanks to commit it.
Committed, thank you. > -- > Sebastien Marie > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/sysutils/sysclean/Makefile,v > retrieving revision 1.8 > diff -u -p -r1.8 Makefile > --- Makefile 5 Jun 2016 04:45:30 -0000 1.8 > +++ Makefile 30 Jul 2016 17:42:59 -0000 > @@ -2,7 +2,7 @@ > > COMMENT = help removing obsolete files between OpenBSD upgrades > > -V = 1.8 > +V = 1.9 > DISTNAME = sysclean-${V} > > CATEGORIES = sysutils > @@ -11,7 +11,7 @@ HOMEPAGE = https://github.com/semarie/sy > MASTER_SITES = https://github.com/semarie/sysclean/archive/ > DISTFILES = sysclean-${V}.tar.gz{${V}.tar.gz} > > -MAINTAINER = Sebastien Marie <sema...@openbsd.org> > +MAINTAINER = Sebastien Marie <sema...@online.fr> > > # BSD > PERMIT_PACKAGE_CDROM = Yes > Index: distinfo > =================================================================== > RCS file: /cvs/ports/sysutils/sysclean/distinfo,v > retrieving revision 1.8 > diff -u -p -r1.8 distinfo > --- distinfo 5 Jun 2016 04:45:30 -0000 1.8 > +++ distinfo 30 Jul 2016 17:42:59 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (sysclean-1.8.tar.gz) = lZXa0it4qLCQUGYfMxFQuyaF657zGpWYuOn3HV4NTIU= > -SIZE (sysclean-1.8.tar.gz) = 5650 > +SHA256 (sysclean-1.9.tar.gz) = kT++KIi+ULZThCesXZ+yrsuAf/nTPDnVN6LbLoc07TI= > +SIZE (sysclean-1.9.tar.gz) = 5651 > -- Antoine