Hi ports@,
This is a small diff on audio/beets needed because of the updates made
to audio/py-musicbrainzngs. On that update I made it py3 only, so this
patch needs to be applied to beets.
I bumped REVISION. Not sure if it's needed in this case.
CCd maintainer.
Cheers,
Paco
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/beets/Makefile,v
retrieving revision 1.43
diff -u -p -r1.43 Makefile
--- Makefile 19 Nov 2019 21:21:10 -0000 1.43
+++ Makefile 4 Feb 2020 09:18:05 -0000
@@ -5,7 +5,7 @@ COMMENT= CLI tools to manage music colle
MODPY_EGG_VERSION= 1.4.9
DISTNAME= beets-${MODPY_EGG_VERSION}
CATEGORIES= audio
-REVISION= 2
+REVISION= 3
MAINTAINER= Stuart Henderson <[email protected]>
@@ -23,7 +23,7 @@ MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3
RUN_DEPENDS+= audio/py-discogs-client${MODPY_FLAVOR}>=2.0.2 \
audio/py-last${MODPY_FLAVOR} \
- audio/py-musicbrainzngs${MODPY_FLAVOR} \
+ audio/py-musicbrainzngs \
audio/py-mutagen${MODPY_FLAVOR} \
devel/py-algorithm-munkres \
devel/py-pathlib${MODPY_FLAVOR} \
--
Paco Esteban.
5818130B8A6DBC03