Here is an update for Audio::MPD::Common. You'll need the new devel/p5-String-Formatter i've mailed earlier.
What's new upstream (partial, see [1]): - Accounting changes to the mpd API - Various bug fixes Port-wise, i've just dropped the unneeded CPAN_AUTHOR and cleaned RUN_DEPENDS. Testing: - 'make test' passes. We don't have Pod::Coverage::TrustPod, so qa tests would fail. - There are 2 consumers, audio/p5-Audio-MPD and audio/p5-POE-Component-Client-MPD, they pass as well. Any comment? Charlène. [1] https://metacpan.org/changes/release/JQUELIN/Audio-MPD-Common-2.003 Index: Makefile =================================================================== RCS file: /cvs/ports/audio/p5-Audio-MPD-Common/Makefile,v retrieving revision 1.14 diff -u -p -u -p -r1.14 Makefile --- Makefile 20 Mar 2016 19:56:06 -0000 1.14 +++ Makefile 21 Feb 2019 20:57:42 -0000 @@ -2,8 +2,7 @@ COMMENT= bunch of common helper classes for MPD -DISTNAME= Audio-MPD-Common-1.110550 -REVISION= 2 +DISTNAME= Audio-MPD-Common-2.003 CATEGORIES= audio # perl @@ -11,13 +10,13 @@ PERMIT_PACKAGE_CDROM= Yes MODULES= cpan PKG_ARCH= * -CPAN_AUTHOR= JQUELIN CONFIGURE_STYLE= modbuild -RUN_DEPENDS= devel/p5-Class-Accessor \ +RUN_DEPENDS= devel/p5-Moose>=0.92 \ devel/p5-MooseX-Has-Sugar \ devel/p5-MooseX-Types \ - devel/p5-Readonly + devel/p5-Readonly \ + devel/p5-String-Formatter .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/audio/p5-Audio-MPD-Common/distinfo,v retrieving revision 1.7 diff -u -p -u -p -r1.7 distinfo --- distinfo 18 Jan 2015 03:12:46 -0000 1.7 +++ distinfo 21 Feb 2019 20:57:42 -0000 @@ -1,2 +1,2 @@ -SHA256 (Audio-MPD-Common-1.110550.tar.gz) = tTOzDvncQW7A66e9w9/t3c9WvAwP58iTUojehPau1d4= -SIZE (Audio-MPD-Common-1.110550.tar.gz) = 19418 +SHA256 (Audio-MPD-Common-2.003.tar.gz) = 0bWc1ni7FJwlkVh7SPSlJbK0DTtcBH3eyKn1fP7atqQ= +SIZE (Audio-MPD-Common-2.003.tar.gz) = 22569
