From owner-svn-ports-all@freebsd.org Wed Apr 29 15:47:58 2020 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 5193D2B903D; Wed, 29 Apr 2020 15:47:58 +0000 (UTC) (envelope-from sunpoet@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 49C2wF4KXGz4Npt; Wed, 29 Apr 2020 15:47:57 +0000 (UTC) (envelope-from sunpoet@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 7F9787DF9; Wed, 29 Apr 2020 15:47:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03TFltKE094867; Wed, 29 Apr 2020 15:47:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03TFlsHk094863; Wed, 29 Apr 2020 15:47:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202004291547.03TFlsHk094863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Apr 2020 15:47:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533347 - head/multimedia/libcec X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/multimedia/libcec X-SVN-Commit-Revision: 533347 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: Wed, 29 Apr 2020 15:47:58 -0000 Author: sunpoet Date: Wed Apr 29 15:47:54 2020 New Revision: 533347 URL: https://svnweb.freebsd.org/changeset/ports/533347 Log: Update to 5.0.0 - Reformat pkg-descr Changes: https://github.com/Pulse-Eight/libcec/releases Modified: head/multimedia/libcec/Makefile head/multimedia/libcec/distinfo head/multimedia/libcec/pkg-descr head/multimedia/libcec/pkg-plist Modified: head/multimedia/libcec/Makefile ============================================================================== --- head/multimedia/libcec/Makefile Wed Apr 29 15:47:48 2020 (r533346) +++ head/multimedia/libcec/Makefile Wed Apr 29 15:47:54 2020 (r533347) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= libcec -PORTVERSION= 4.0.4 +PORTVERSION= 5.0.0 DISTVERSIONPREFIX= libcec- -PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= sunpoet@FreeBSD.org Modified: head/multimedia/libcec/distinfo ============================================================================== --- head/multimedia/libcec/distinfo Wed Apr 29 15:47:48 2020 (r533346) +++ head/multimedia/libcec/distinfo Wed Apr 29 15:47:54 2020 (r533347) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561426370 -SHA256 (Pulse-Eight-libcec-libcec-4.0.4_GH0.tar.gz) = 4382a964bf8c511c22c03cdab5ba2d81c241536e6479072a61516966804f400a -SIZE (Pulse-Eight-libcec-libcec-4.0.4_GH0.tar.gz) = 344976 +TIMESTAMP = 1588163953 +SHA256 (Pulse-Eight-libcec-libcec-5.0.0_GH0.tar.gz) = 7c6ef02f39918ac88a3dac8ea35021f6c4b4b695df9204b3ac9faca673c706cc +SIZE (Pulse-Eight-libcec-libcec-5.0.0_GH0.tar.gz) = 365304 Modified: head/multimedia/libcec/pkg-descr ============================================================================== --- head/multimedia/libcec/pkg-descr Wed Apr 29 15:47:48 2020 (r533346) +++ head/multimedia/libcec/pkg-descr Wed Apr 29 15:47:54 2020 (r533347) @@ -1,8 +1,8 @@ -libCEC allows you in combination with the right hardware to control your -device with your TV remote control utilising your existing HDMI cabling. -This library is an enabling platform for the CEC bus in HDMI, it allows -developers to interact with other HDMI devices without having to worry -about the communication overhead, handshaking, and the various ways of -sending a message for each vendor. +libCEC allows you in combination with the right hardware to control your device +with your TV remote control utilising your existing HDMI cabling. This library +is an enabling platform for the CEC bus in HDMI, it allows developers to +interact with other HDMI devices without having to worry about the communication +overhead, handshaking, and the various ways of sending a message for each +vendor. -WWW: http://libcec.pulse-eight.com +WWW: http://libcec.pulse-eight.com/ Modified: head/multimedia/libcec/pkg-plist ============================================================================== --- head/multimedia/libcec/pkg-plist Wed Apr 29 15:47:48 2020 (r533346) +++ head/multimedia/libcec/pkg-plist Wed Apr 29 15:47:54 2020 (r533347) @@ -10,7 +10,7 @@ include/libcec/cecloader.h include/libcec/cectypes.h include/libcec/version.h lib/libcec.so -lib/libcec.so.4 +lib/libcec.so.5 lib/libcec.so.%%PORTVERSION%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/_cec.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/cec.py