Hi,

Here is a quick update for MusicBrainz::DiscID.

There are only 2 changes in this version: the license changed to MIT,
and one test has been removed (undocumented). And that's all [0].

Port-wise, i changed my maintainer email address and enabled POD
testing. 

It builds and passes tests fine on macppc and amd64. The only consumer
is audio/abcde, and it still works fine as well.

Comments/feedback are welcome,


Charlène. 


[0]
https://fastapi.metacpan.org/diff/file/t4vwwCj3W81JDCVeDmYPRSGtWTM/zcsXgU8HuAjS_d_MmlXTAcAJ3ic?content-type=text/plain


Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/p5-MusicBrainz-DiscID/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- Makefile    12 Jul 2019 20:43:38 -0000      1.2
+++ Makefile    8 Feb 2020 21:55:10 -0000
@@ -1,12 +1,12 @@
 # $OpenBSD: Makefile,v 1.2 2019/07/12 20:43:38 sthen Exp $
 
 COMMENT =      Perl interface for the MusicBrainz libdiscid library
-DISTNAME =     MusicBrainz-DiscID-0.04
+DISTNAME =     MusicBrainz-DiscID-0.06
 CATEGORIES =   audio
 
-MAINTAINER =   Charlene Wendling <juliana...@posteo.jp>
+MAINTAINER =   Charlene Wendling <c...@openbsd.org>
 
-# GPLv2+
+# MIT
 PERMIT_PACKAGE =       Yes
 
 WANTLIB += c discid perl
@@ -14,5 +14,7 @@ WANTLIB += c discid perl
 MODULES =      cpan
 
 LIB_DEPENDS =  audio/libdiscid>=0.2.2
+
+MAKE_ENV +=    TEST_POD=Yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/p5-MusicBrainz-DiscID/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo    29 Aug 2018 21:18:39 -0000      1.1.1.1
+++ distinfo    8 Feb 2020 21:55:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (MusicBrainz-DiscID-0.04.tar.gz) = 
MvRuboruEObjwyCVz+QWZH6Bm8xZOj/xiq1X5nCYmMQ=
-SIZE (MusicBrainz-DiscID-0.04.tar.gz) = 6907
+SHA256 (MusicBrainz-DiscID-0.06.tar.gz) = 
ugtu0JiX/1Y7pZhy7pNxW+83FXUVsZt8bW8obmVI7Ks=
+SIZE (MusicBrainz-DiscID-0.06.tar.gz) = 6663

Reply via email to