diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-08-19 17:25:16 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-08-19 17:25:16 +0000 |
commit | b3e8e89f1de77869c6ea6c63e4e2ce0637e848f2 (patch) | |
tree | 29846910f6fbb4cf7672680c6725aea16dc16003 | |
parent | 695fc2439070dadf7badb5837067d286f21b1423 (diff) | |
download | freebsd-ports-b3e8e89f1de77869c6ea6c63e4e2ce0637e848f2.zip |
Update to 1.10.0 - changelog is here:
http://livestreamer.tanuki.se/en/latest/changelog.html#changelog
-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 |