On 2019/02/16 22:15, Klemens Nanni wrote: > https://irssi.org/2019/02/11/irssi-1.2.0-released/ > > OTR is now integrated upstream, so net/irssi-otr is obsolete; I've > enabled support as module. For this, CONFIGURE_ENV is now set > regardless of the socks flavour, otherwise the build won't find libotr. > > Bump REVISION for net/irssi-{icb,xmpp} to cope with the new > version/API. irssi-icb still works om amd64, irssi-xmpp is only build > tested - further feedback welcome here.
No need to bump irssi-icb/irssi-xmpp, PKGSPEC in net/irssi takes care of that. > Index: devel/quirks/Makefile > =================================================================== > RCS file: /cvs/ports/devel/quirks/Makefile,v > retrieving revision 1.708 > diff -u -p -r1.708 Makefile > --- devel/quirks/Makefile 12 Feb 2019 21:57:34 -0000 1.708 > +++ devel/quirks/Makefile 16 Feb 2019 20:55:57 -0000 > @@ -5,7 +5,7 @@ CATEGORIES = devel databases > DISTFILES = > > # API.rev > -PKGNAME = quirks-3.101 > +PKGNAME = quirks-3.102 > PKG_ARCH = * > MAINTAINER = Marc Espie <es...@openbsd.org> > > Index: devel/quirks/files/Quirks.pm > =================================================================== > RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v > retrieving revision 1.722 > diff -u -p -r1.722 Quirks.pm > --- devel/quirks/files/Quirks.pm 12 Feb 2019 21:57:34 -0000 1.722 > +++ devel/quirks/files/Quirks.pm 16 Feb 2019 21:00:49 -0000 > @@ -1152,6 +1152,7 @@ my $obsolete_reason = { > 'py-nevow' => 5, > 'gupnp-ui' => 3, > 'suricata-update' => 6, > + 'irssi-otr' => 5, > }; > > # reasons for obsolete packages > Skip the quirk please, it can just be seamlessly merged - add "@pkgpath net/irssi-otr" to irssi's PLIST. Otherwise reads OK but no time to test right now.