aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-16 22:55:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-16 22:55:26 +0000
commitf19a98628c2a9d93d3c3c0b18c9f9126d26bcfb7 (patch)
tree0056f85ff1d48fb3d66e431ed642dd256b9a0965 /audio
parentda15da0965a32f063c9d447c9d67d1dc9b612344 (diff)
downloadports-f19a98628c2a9d93d3c3c0b18c9f9126d26bcfb7.tar.gz
ports-f19a98628c2a9d93d3c3c0b18c9f9126d26bcfb7.zip
Change RUN_DEPENDS from py-munkres to py-munkres10
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=493126
Diffstat (limited to 'audio')
-rw-r--r--audio/beets/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/beets/Makefile b/audio/beets/Makefile
index e78a73eaa18f..abebfe3271c0 100644
--- a/audio/beets/Makefile
+++ b/audio/beets/Makefile
@@ -3,7 +3,7 @@
PORTNAME= beets
PORTVERSION= 1.4.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
@@ -14,7 +14,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jellyfish>=0:devel/py-jellyfish@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}munkres>=0:math/py-munkres@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}munkres10>=0:math/py-munkres10@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0.4:audio/py-musicbrainzngs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mutagen>=1.33:audio/py-mutagen@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR} \