Bugfix update to 1.6.1 - Fixes un-quoted player paths containing

backslashes being broken.
While here, add NO_TEST=Yes. PyPi sources do not include the tests.
This commit is contained in:
bcallah 2013-10-11 00:46:06 +00:00
parent 26f524a63b
commit 45fecb2f8f
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.4 2013/10/03 16:37:17 dcoppa Exp $
# $OpenBSD: Makefile,v 1.5 2013/10/11 00:46:06 bcallah Exp $
MODPY_EGG_VERSION = 1.6.0
MODPY_EGG_VERSION = 1.6.1
COMMENT = pipe video streams into a video player
DISTNAME = livestreamer-${MODPY_EGG_VERSION}
CATEGORIES = multimedia net
@ -23,4 +23,6 @@ RUN_DEPENDS = net/rtmpdump \
security/py-crypto \
www/py-requests
NO_TEST = Yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (livestreamer-1.6.0.tar.gz) = 0+mul8V/hGVxLGzAlL6loYwe+t3qARkp5Hf90mWg7Zk=
SIZE (livestreamer-1.6.0.tar.gz) = 80631
SHA256 (livestreamer-1.6.1.tar.gz) = bDP7EflOS85u7KHMLZ6mIu9zHGvga3yqKBD3GcRRQQM=
SIZE (livestreamer-1.6.1.tar.gz) = 80687