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 /multimedia/livestreamer | |
parent | www/py-requests1: Copy from www/requests so we can upgrade to 2.x (diff) |
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
Notes
Notes:
svn path=/head/; revision=341385
Diffstat (limited to 'multimedia/livestreamer')
-rw-r--r-- | multimedia/livestreamer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/livestreamer/Makefile b/multimedia/livestreamer/Makefile index b8d55d651b24..4d13f8bd086b 100644 --- a/multimedia/livestreamer/Makefile +++ b/multimedia/livestreamer/Makefile @@ -3,6 +3,7 @@ PORTNAME= livestreamer PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE= BSD2CLAUSE MIT APACHE20 LICENSE_COMB= multi RUN_DEPENDS= rtmpdump:${PORTSDIR}/multimedia/rtmpdump \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests1>=0:${PORTSDIR}/www/py-requests1 \ ${PYTHON_PKGNAMEPREFIX}librtmp>=0:${PORTSDIR}/multimedia/py-librtmp USE_PYTHON= yes |