On Tue, Dec 16, 2014 at 05:36:38PM +0000, [email protected] wrote: > Also need an updated quirks makes installed p5-IO-Scoket-IP disappear...
The net/p5-IO-Socket-IP port is gone. You can put in your quirks diff now. bluhm > > Index: Makefile > =================================================================== > RCS file: /home/cvs/ports/devel/quirks/Makefile,v > retrieving revision 1.199 > diff -u -p -r1.199 Makefile > --- Makefile 16 Dec 2014 10:43:56 -0000 1.199 > +++ Makefile 16 Dec 2014 16:43:37 -0000 > @@ -5,7 +5,7 @@ CATEGORIES = devel databases > DISTFILES = > > # API.rev > -PKGNAME = quirks-2.45 > +PKGNAME = quirks-2.46 > PKG_ARCH = * > MAINTAINER = Marc Espie <[email protected]> > > Index: files/Quirks.pm > =================================================================== > RCS file: /home/cvs/ports/devel/quirks/files/Quirks.pm,v > retrieving revision 1.206 > diff -u -p -r1.206 Quirks.pm > --- files/Quirks.pm 16 Dec 2014 10:43:56 -0000 1.206 > +++ files/Quirks.pm 16 Dec 2014 16:42:27 -0000 > @@ -96,6 +96,8 @@ my $base_exceptions = { > 'sqlite3' => '/usr/bin/sqlite3', > # 5.6 > 'unbound' => '/usr/sbin/unbound', > +# 5.7 > + 'p5-IO-Socket-IP' => "$p5/IO/Socket/IP.pm", > }; > > my $stem_extensions = { > > > I also cleaned out all the old Perl 5.18.2. > > > > >
