From owner-svn-ports-head@freebsd.org Fri Oct 11 13:28:21 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A2EC314ED48; Fri, 11 Oct 2019 13:28:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46qTKx3mnrz4Y0q; Fri, 11 Oct 2019 13:28:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6105B1ACB5; Fri, 11 Oct 2019 13:28:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9BDSLIh067488; Fri, 11 Oct 2019 13:28:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9BDSK09067486; Fri, 11 Oct 2019 13:28:20 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201910111328.x9BDSK09067486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 11 Oct 2019 13:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514276 - head/devel/py-aiortc X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-aiortc X-SVN-Commit-Revision: 514276 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2019 13:28:21 -0000 Author: swills Date: Fri Oct 11 13:28:20 2019 New Revision: 514276 URL: https://svnweb.freebsd.org/changeset/ports/514276 Log: devel/py-aiortc: update to 0.9.22 Modified: head/devel/py-aiortc/Makefile (contents, props changed) head/devel/py-aiortc/distinfo (contents, props changed) Modified: head/devel/py-aiortc/Makefile ============================================================================== --- head/devel/py-aiortc/Makefile Fri Oct 11 13:23:18 2019 (r514275) +++ head/devel/py-aiortc/Makefile Fri Oct 11 13:28:20 2019 (r514276) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= aiortc -PORTVERSION= 0.9.21 -PORTREVISION= 1 +PORTVERSION= 0.9.22 CATEGORIES= devel multimedia python www MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,15 +15,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libopus.so:audio/opus \ libvpx.so:multimedia/libvpx BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} -RUN_DEPENDS= \ - ${PYTHON_PKGNAMEPREFIX}aioice>=0.6.12:devel/py-aioice@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioice>=0.6.15:devel/py-aioice@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}av>=6.1.0:multimedia/py-av@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}crcmod>0:devel/py-crcmod@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}av>=6.2.0:multimedia/py-av@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}crc32c>0:devel/py-crc32c@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=2.2:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyee>0:devel/py-pyee@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyee>=6.0.0:devel/py-pyee@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pylibsrtp>=0.5.6:devel/py-pylibsrtp@${PY_FLAVOR} USES= localbase python:3.5+ Modified: head/devel/py-aiortc/distinfo ============================================================================== --- head/devel/py-aiortc/distinfo Fri Oct 11 13:23:18 2019 (r514275) +++ head/devel/py-aiortc/distinfo Fri Oct 11 13:28:20 2019 (r514276) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557342629 -SHA256 (aiortc-0.9.21.tar.gz) = 0119d85ba4131c195cb0ff0cd412da13617f30e6da0dd7964f8981def0813b31 -SIZE (aiortc-0.9.21.tar.gz) = 1144683 +TIMESTAMP = 1570757730 +SHA256 (aiortc-0.9.22.tar.gz) = cdee4cf3798145bc157e0400787c36d76ff2b82079688b631b16858685ffa1e0 +SIZE (aiortc-0.9.22.tar.gz) = 1146975