From owner-svn-ports-all@freebsd.org Sun Nov 17 02:44:34 2019 Return-Path: Delivered-To: svn-ports-all@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 99CB71B4695; Sun, 17 Nov 2019 02:44:34 +0000 (UTC) (envelope-from vanilla@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 47FxJ23GlDz4tJ4; Sun, 17 Nov 2019 02:44:34 +0000 (UTC) (envelope-from vanilla@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 50AA5B26B; Sun, 17 Nov 2019 02:44:34 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAH2iYvA036320; Sun, 17 Nov 2019 02:44:34 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAH2iXeS036317; Sun, 17 Nov 2019 02:44:33 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201911170244.xAH2iXeS036317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 17 Nov 2019 02:44:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517795 - head/multimedia/py-cec X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/multimedia/py-cec X-SVN-Commit-Revision: 517795 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2019 02:44:34 -0000 Author: vanilla Date: Sun Nov 17 02:44:33 2019 New Revision: 517795 URL: https://svnweb.freebsd.org/changeset/ports/517795 Log: Update to 0.2.7. Modified: head/multimedia/py-cec/Makefile head/multimedia/py-cec/distinfo head/multimedia/py-cec/pkg-descr Modified: head/multimedia/py-cec/Makefile ============================================================================== --- head/multimedia/py-cec/Makefile Sun Nov 17 02:42:10 2019 (r517794) +++ head/multimedia/py-cec/Makefile Sun Nov 17 02:44:33 2019 (r517795) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cec -PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTVERSION= 0.2.7 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/multimedia/py-cec/distinfo ============================================================================== --- head/multimedia/py-cec/distinfo Sun Nov 17 02:42:10 2019 (r517794) +++ head/multimedia/py-cec/distinfo Sun Nov 17 02:44:33 2019 (r517795) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509802845 -SHA256 (cec-0.2.6.tar.gz) = ebd8aaa3ac3c55d15bb40595eefc114a88fd98e9495e2fe919b40713ae570e81 -SIZE (cec-0.2.6.tar.gz) = 16933 +TIMESTAMP = 1573958556 +SHA256 (cec-0.2.7.tar.gz) = dab092aa5ff15b64c4965ab6dea351dead565173022f589e9fd1bc2ff47f6adb +SIZE (cec-0.2.7.tar.gz) = 17882 Modified: head/multimedia/py-cec/pkg-descr ============================================================================== --- head/multimedia/py-cec/pkg-descr Sun Nov 17 02:42:10 2019 (r517794) +++ head/multimedia/py-cec/pkg-descr Sun Nov 17 02:44:33 2019 (r517795) @@ -1,4 +1,4 @@ Python-cec allows you to control your TV, reciever and other CEC-compliant -HDMI devices from a python script on a computer. +HDMI devices from a python script on a computer. WWW: https://github.com/trainman419/python-cec