Here is an update for Test::Corpus::Audio::MPD. You'll need the new devel/p5-File-ShareDir-PathClass port i've mailed just earlier.
What's new upstream (partial, see [1]): - now listens on ipv6 too - using a software mixer Port-wise, i've enabled more tests, only QA tests are skipped because we are missing some modules in the ports tree. Testing: - 'make test' passes - The sole consumer is audio/p5-Audio-MPD, it passes as well. Comments and feedback are welcome, Charlène. [1] https://metacpan.org/changes/release/JQUELIN/Test-Corpus-Audio-MPD-1.120990 Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Test-Corpus-Audio-MPD/Makefile,v retrieving revision 1.7 diff -u -p -u -p -r1.7 Makefile --- Makefile 20 Mar 2016 19:56:36 -0000 1.7 +++ Makefile 21 Feb 2019 20:26:19 -0000 @@ -2,7 +2,7 @@ COMMENT= automate launching of fake mpd for testing purposes -DISTNAME= Test-Corpus-Audio-MPD-1.110710 +DISTNAME= Test-Corpus-Audio-MPD-1.120990 CATEGORIES= devel audio # perl @@ -13,9 +13,12 @@ PKG_ARCH= * CONFIGURE_STYLE= modbuild -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= devel/p5-File-ShareDir \ +RUN_DEPENDS= devel/p5-File-ShareDir>=1.0 \ + devel/p5-File-ShareDir-PathClass \ devel/p5-Path-Class \ devel/p5-Readonly + +MAKE_ENV += TEST_POD=Yes RELEASE_TESTING=Yes + .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Test-Corpus-Audio-MPD/distinfo,v retrieving revision 1.3 diff -u -p -u -p -r1.3 distinfo --- distinfo 18 Jan 2015 03:13:36 -0000 1.3 +++ distinfo 21 Feb 2019 20:26:19 -0000 @@ -1,2 +1,2 @@ -SHA256 (Test-Corpus-Audio-MPD-1.110710.tar.gz) = Wu/WYEuD4kiNeRGVn3P86UO/HVvSqpeuBoshxgiQ0RU= -SIZE (Test-Corpus-Audio-MPD-1.110710.tar.gz) = 33366 +SHA256 (Test-Corpus-Audio-MPD-1.120990.tar.gz) = 3tulmtGbGYkLlMxto7n2HHaKmIkcSdPky+/rEcfpGAU= +SIZE (Test-Corpus-Audio-MPD-1.120990.tar.gz) = 32794 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/p5-Test-Corpus-Audio-MPD/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 PLIST --- pkg/PLIST 29 Sep 2010 17:17:26 -0000 1.1.1.1 +++ pkg/PLIST 21 Feb 2019 20:26:19 -0000 @@ -11,6 +11,7 @@ ${P5SITE}/auto/share/dist/Test-Corpus-Au ${P5SITE}/auto/share/dist/Test-Corpus-Audio-MPD/music/dir1/title-artist.ogg ${P5SITE}/auto/share/dist/Test-Corpus-Audio-MPD/music/dir2/ ${P5SITE}/auto/share/dist/Test-Corpus-Audio-MPD/music/dir2/album.ogg +${P5SITE}/auto/share/dist/Test-Corpus-Audio-MPD/music/title-artist-album-genre.ogg ${P5SITE}/auto/share/dist/Test-Corpus-Audio-MPD/music/title.ogg ${P5SITE}/auto/share/dist/Test-Corpus-Audio-MPD/playlists/ ${P5SITE}/auto/share/dist/Test-Corpus-Audio-MPD/playlists/test.m3u
