Date: Wed, 29 Apr 2020 15:47:54 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533347 - head/multimedia/libcec Message-ID: <202004291547.03TFlsHk094863@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004291547.03TFlsHk094863>