diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-01-27 12:14:09 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-01-27 12:14:09 +0000 |
commit | 8942de43ff37708a3f9800b135f642590367931e (patch) | |
tree | b1bb1c176225a4b62f24333e9a712df67acae7fe /audio/beets | |
parent | 6e178f3944579e918c4f4e784a41bb9a0688c216 (diff) | |
download | ports-8942de43ff37708a3f9800b135f642590367931e.tar.gz ports-8942de43ff37708a3f9800b135f642590367931e.zip |
Notes
Diffstat (limited to 'audio/beets')
-rw-r--r-- | audio/beets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/beets/Makefile b/audio/beets/Makefile index 2b5f13a32a8e..ab42e216c02b 100644 --- a/audio/beets/Makefile +++ b/audio/beets/Makefile @@ -3,6 +3,7 @@ PORTNAME= beets PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP @@ -34,7 +35,7 @@ REPLAYGAIN_DESC= Normalize Audio Loudness WEB_DESC= Webserver Music Player Plugin CHROMA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyacoustid>=0:${PORTSDIR}/audio/py-pyacoustid -BEATPORT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests +BEATPORT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests1>=0:${PORTSDIR}/www/py-requests1 DISCOGS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}discogs-client>=0:${PORTSDIR}/audio/py-discogs-client FFMPEG_RUN_DEPENDS= ffmpeg>=2:${PORTSDIR}/multimedia/ffmpeg LASTFM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylast>=0:${PORTSDIR}/audio/py-pylast |