On 2015/09/11 06:31, J. Scott Heppler wrote: > I mangled the prior patch - this one should apply cleanly
nope, this doesn't have spaces in the first column. > Index: Makefile > =================================================================== > RCS file: /systems/cvs/ports/devel/quirks/Makefile,v > retrieving revision 1.276 > diff -u -p -u -p -r1.276 Makefile > --- Makefile 28 Aug 2015 14:48:05 -0000 1.276 > +++ Makefile 9 Sep 2015 20:21:06 -0000 > @@ -5,7 +5,7 @@ CATEGORIES = devel databases > DISTFILES = > > # API.rev > -PKGNAME = quirks-2.121 > +PKGNAME = quirks-2.122 > PKG_ARCH = * > MAINTAINER = Marc Espie <es...@openbsd.org> > Index: files/Quirks.pm > =================================================================== > RCS file: /systems/cvs/ports/devel/quirks/files/Quirks.pm,v > retrieving revision 1.286 > diff -u -p -u -p -r1.286 Quirks.pm > --- files/Quirks.pm 28 Aug 2015 14:48:05 -0000 1.286 > +++ files/Quirks.pm 9 Sep 2015 20:20:52 -0000 > @@ -377,6 +377,7 @@ my $stem_extensions = { > 'mirall' => 'owncloudclient', > # 5.9 > 'consolekit' => 'consolekit2', > + 'tint' => 'tint2', > }; > > # reasons for obsolete packages > > >