diff options
author | jhale <jhale@FreeBSD.org> | 2018-10-15 05:27:18 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-10-15 05:27:18 +0800 |
commit | 3dbcb2334e4565b9914aaf9426b041e3a74f24ce (patch) | |
tree | cdc947a09371ad81940bc35d4d26209d8e859546 /audio | |
parent | 8cb4c88e86d8bd912a9052132da05f7266d2ee7e (diff) | |
download | freebsd-ports-gnome-3dbcb2334e4565b9914aaf9426b041e3a74f24ce.tar.gz freebsd-ports-gnome-3dbcb2334e4565b9914aaf9426b041e3a74f24ce.tar.zst freebsd-ports-gnome-3dbcb2334e4565b9914aaf9426b041e3a74f24ce.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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/puddletag/Makefile | 3 |
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} |