On Fri, Feb 22, 2019 at 09:10:57AM +0100, Landry Breuil wrote:
> On Thu, Feb 21, 2019 at 11:23:15PM +0100, Charlene Wendling wrote:
> >
> > Here is an update for Audio::MPD.
> >
> > What's new upstream (partial, see [1]):
> >
> > - support for mpd on a Unix socket
> > - syncing with mpd changes, especially allow dumping song ratings
> > - ipv6 support
> >
> > What's new in the port:
>
> audio/p5-Audio-MPD/patches/patch-lib_Audio_MPD_Types_pm should be
> removed, applied upstream.
>
> > - Dropped CPAN_AUTHOR, it's unneeded here
> > - Really install examples thanks to MODCPAN_EXAMPLES_DIST
> > - When tested in the ports tree, mpd isn't in PATH, so i've symlinked
> > it in ${WRKDIR}/bin to enable them. If mpd isn't installed it skips
> > tests gracefully anyway.
>
> If there's an already running mpd it fails to start one, but that's a
> corner case :)
running tests on current yields this:
t/00-report-prereqs.t .... ok
Could not create socket: No route to host
# Looks like you planned 20 tests but ran 3.
t/20-connection.t ........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 17/20 subtests
(less 1 skipped subtest: 2 okay)
(and the other tests pass)