aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-10-14 21:27:18 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-10-14 21:27:18 +0000
commita5536c1ac9e950d8d3f1dde6fab37523f355c44a (patch)
treecdc947a09371ad81940bc35d4d26209d8e859546 /audio
parent26c895681b53192df1945bdb5567f10e1a6a9e1a (diff)
downloadports-a5536c1ac9e950d8d3f1dde6fab37523f355c44a.tar.gz
ports-a5536c1ac9e950d8d3f1dde6fab37523f355c44a.zip
audio/puddletag: Remove unused dependency
audio/py-musicbrainz2 is DEPRECATED and will be removed soon. The code requiring it was removed in 2012. https://github.com/keithgg/puddletag/commit/3da2d0d
Notes
Notes: svn path=/head/; revision=482119
Diffstat (limited to 'audio')
-rw-r--r--audio/puddletag/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/puddletag/Makefile b/audio/puddletag/Makefile
index 6459ad22dc89..749b1f7b7dca 100644
--- a/audio/puddletag/Makefile
+++ b/audio/puddletag/Makefile
@@ -3,7 +3,7 @@
PORTNAME= puddletag
PORTVERSION= 1.2.0
DISTVERSIONPREFIX=v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio python
MAINTAINER= multimedia@FreeBSD.org
@@ -13,7 +13,6 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= chromaprint>=0.4:audio/chromaprint \
- ${PYTHON_PKGNAMEPREFIX}musicbrainz2>=0:audio/py-musicbrainz2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mutagen>=1.14:audio/py-mutagen@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}configobj>=4.5.0:devel/py-configobj@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.1:devel/py-pyparsing@${PY_FLAVOR}