diff options
author | koobs <koobs@FreeBSD.org> | 2014-01-27 20:14:09 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-01-27 20:14:09 +0800 |
commit | 61e75b1e390fa9e971b753884aceff03b2b8f49c (patch) | |
tree | b1bb1c176225a4b62f24333e9a712df67acae7fe /audio | |
parent | 96a3f078fd12bafcc8e0ae084f88132761a4f68d (diff) | |
download | freebsd-ports-gnome-61e75b1e390fa9e971b753884aceff03b2b8f49c.tar.gz freebsd-ports-gnome-61e75b1e390fa9e971b753884aceff03b2b8f49c.tar.zst freebsd-ports-gnome-61e75b1e390fa9e971b753884aceff03b2b8f49c.zip |
Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.
Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.
PR: ports/185631
Diffstat (limited to 'audio')
-rw-r--r-- | audio/beets/Makefile | 3 | ||||
-rw-r--r-- | audio/py-discogs-client/Makefile | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/audio/py-discogs-client/Makefile b/audio/py-discogs-client/Makefile index c5a61a2ba172..0d66b418d04a 100644 --- a/audio/py-discogs-client/Makefile +++ b/audio/py-discogs-client/Makefile @@ -3,6 +3,7 @@ PORTNAME= discogs-client PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Python interface to Discogs website LICENSE= BSD -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:${PORTSDIR}/www/py-requests +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests1>=1.0.0:${PORTSDIR}/www/py-requests1 USE_PYTHON= yes NO_STAGE= yes |