Hi ports,

Here is an update for WebService::MusicBrainz.

The only change is that our test patch got upstreamed [0] (CHANGES
hasn't been updated upstream [1]).

Port-wise, i've changed my MAINTAINER address and dropped the patch.

Testing: 

- 'make test' passes 
- the only consumer is audio/abcde, it works

Comments/feedback are welcome!

Charlène. 


[0] http://0x0.st/zcOs.diff
[1]
https://metacpan.org/source/BFAIST/WebService-MusicBrainz-1.0.5/Changes

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-WebService-MusicBrainz/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- Makefile    29 Aug 2018 21:26:17 -0000      1.13
+++ Makefile    1 May 2019 13:20:36 -0000
@@ -1,10 +1,10 @@
 # $OpenBSD: Makefile,v 1.13 2018/08/29 21:26:17 bcallah Exp $
 
 COMMENT=               interface to the MusicBrainz v2.0 API
-DISTNAME=              WebService-MusicBrainz-1.0.4
+DISTNAME=              WebService-MusicBrainz-1.0.5
 CATEGORIES=            www
 
-MAINTAINER=            Charlene Wendling <juliana...@posteo.jp>
+MAINTAINER=            Charlene Wendling <c...@openbsd.org>
 
 # perl
 PERMIT_PACKAGE_CDROM=  Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-WebService-MusicBrainz/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo    29 Aug 2018 21:26:17 -0000      1.8
+++ distinfo    1 May 2019 13:20:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (WebService-MusicBrainz-1.0.4.tar.gz) = 
asArvM8oAVUhMQg5gu3ComM4vNR6jtrLPNpMqWQfX6A=
-SIZE (WebService-MusicBrainz-1.0.4.tar.gz) = 9937
+SHA256 (WebService-MusicBrainz-1.0.5.tar.gz) = 
UjuDmWggbFdR6p7mcMeJLIw74PWTqlkaAMAxVGjQkJk=
+SIZE (WebService-MusicBrainz-1.0.5.tar.gz) = 10029
Index: patches/patch-t_Area_t
===================================================================
RCS file: patches/patch-t_Area_t
diff -N patches/patch-t_Area_t
--- patches/patch-t_Area_t      29 Aug 2018 21:26:17 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-t_Area_t,v 1.1 2018/08/29 21:26:17 bcallah Exp $
-Fix tests as ext:score is non existent in the xml returned.
-Index: t/Area.t
---- t/Area.t.orig
-+++ t/Area.t
-@@ -42,7 +42,7 @@ sleep(1);
- my $s5_res = $ws->search(area => { iso => 'US-CA', fmt => 'xml' });
- exit_if_mb_busy($s5_res);
- ok($s5_res->find('name')->first->text eq 'California');
--ok($s5_res->at('area')->attr('ext:score') == 100);
-+ok($s5_res->at('area')->attr('ns2:score') == 100);
- sleep(1);
- 
- done_testing();



Reply via email to