diff options
author | nox <nox@FreeBSD.org> | 2014-08-20 01:25:16 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-08-20 01:25:16 +0800 |
commit | be2a2eb80c24557e29752a2e90382c28648d8728 (patch) | |
tree | 29846910f6fbb4cf7672680c6725aea16dc16003 /multimedia | |
parent | 7e8d5ca2ea5dbb9161f0a03f80d02964559b2227 (diff) | |
download | freebsd-ports-gnome-be2a2eb80c24557e29752a2e90382c28648d8728.tar.gz freebsd-ports-gnome-be2a2eb80c24557e29752a2e90382c28648d8728.tar.zst freebsd-ports-gnome-be2a2eb80c24557e29752a2e90382c28648d8728.zip |
Update to 1.10.0 - changelog is here:
http://livestreamer.tanuki.se/en/latest/changelog.html#changelog
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/livestreamer/Makefile | 4 | ||||
-rw-r--r-- | multimedia/livestreamer/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/livestreamer/Makefile b/multimedia/livestreamer/Makefile index 05e881bd8c99..66185dc008e9 100644 --- a/multimedia/livestreamer/Makefile +++ b/multimedia/livestreamer/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= livestreamer -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,8 @@ LICENSE_COMB= multi RUN_DEPENDS= rtmpdump:${PORTSDIR}/multimedia/rtmpdump \ ${PYTHON_PKGNAMEPREFIX}requests1>=0:${PORTSDIR}/www/py-requests1 \ + ${PYTHON_PKGNAMEPREFIX}futures>=0:${PORTSDIR}/devel/py-futures \ + ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ ${PYTHON_PKGNAMEPREFIX}librtmp>=0:${PORTSDIR}/multimedia/py-librtmp USES= python diff --git a/multimedia/livestreamer/distinfo b/multimedia/livestreamer/distinfo index 70eb373f48b9..c8a14a1602c3 100644 --- a/multimedia/livestreamer/distinfo +++ b/multimedia/livestreamer/distinfo @@ -1,2 +1,2 @@ -SHA256 (livestreamer-1.9.0.tar.gz) = d450f1352fe8f9c65cbecf6415c6d404c45334870321224253b4c1a3dac4e28c -SIZE (livestreamer-1.9.0.tar.gz) = 408892 +SHA256 (livestreamer-1.10.0.tar.gz) = 8012c418a4fbc6f031fcb44d0bab20561958da934461777485dae4df51b3f4f6 +SIZE (livestreamer-1.10.0.tar.gz) = 415179 |