Received: by mail.netbsd.org (Postfix, from userid 605) id B4DE784DA5; Wed, 11 Oct 2017 12:47:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4792D84D5D for ; Wed, 11 Oct 2017 12:47:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1gYMZezbwSTJ for ; Wed, 11 Oct 2017 12:47:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A926B84CE3 for ; Wed, 11 Oct 2017 12:47:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A04F5FBC7; Wed, 11 Oct 2017 12:47:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507726028243680" MIME-Version: 1.0 Date: Wed, 11 Oct 2017 12:47:08 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/multimedia/streamlink To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20171011124708.A04F5FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1507726028243680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Wed Oct 11 12:47:08 UTC 2017 Modified Files: pkgsrc/multimedia/streamlink: Makefile Log Message: Fix dependency. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/multimedia/streamlink/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507726028243680 Content-Disposition: inline Content-Length: 930 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/streamlink/Makefile diff -u pkgsrc/multimedia/streamlink/Makefile:1.11 pkgsrc/multimedia/streamlink/Makefile:1.12 --- pkgsrc/multimedia/streamlink/Makefile:1.11 Sat Oct 7 19:04:42 2017 +++ pkgsrc/multimedia/streamlink/Makefile Wed Oct 11 12:47:08 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/10/07 19:04:42 maya Exp $ +# $NetBSD: Makefile,v 1.12 2017/10/11 12:47:08 joerg Exp $ DISTNAME= streamlink-0.8.1 CATEGORIES= multimedia @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.4 DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-iso-639-[0-9]*:../../devel/py-iso-639 DEPENDS+= ${PYPKGPREFIX}-iso3166-[0-9]*:../../devel/py-iso3166 -DEPENDS+= ${PYPKGPREFIX}-websocket_client-[0-9]*:../../www/py-websocket-client +DEPENDS+= ${PYPKGPREFIX}-websocket-client-[0-9]*:../../www/py-websocket-client EGG_NAME= ${PKGNAME_NOREV} --_----------=_1507726028243680--