From owner-svn-ports-head@freebsd.org Thu May 4 01:50:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEF58D5A4A4; Thu, 4 May 2017 01:50:13 +0000 (UTC) (envelope-from cpm@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 mx1.freebsd.org (Postfix) with ESMTPS id C116917E1; Thu, 4 May 2017 01:50:13 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v441oCvV085784; Thu, 4 May 2017 01:50:12 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v441oCQW085783; Thu, 4 May 2017 01:50:12 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705040150.v441oCQW085783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 4 May 2017 01:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440078 - head/multimedia/libcec X-SVN-Group: ports-head 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.23 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: Thu, 04 May 2017 01:50:14 -0000 Author: cpm Date: Thu May 4 01:50:12 2017 New Revision: 440078 URL: https://svnweb.freebsd.org/changeset/ports/440078 Log: - Enable RPI option and exclude X11 support on armv6 [1] - Pass maintainership to submitter [2] PR: 212195 [1] Submitted by: Mikael Urankar Approved by: rene (portmgr) via email [2], Manuel Creach (maintainer timeout, 8 months) Modified: head/multimedia/libcec/Makefile Modified: head/multimedia/libcec/Makefile ============================================================================== --- head/multimedia/libcec/Makefile Thu May 4 01:49:21 2017 (r440077) +++ head/multimedia/libcec/Makefile Thu May 4 01:50:12 2017 (r440078) @@ -6,7 +6,7 @@ PORTVERSION= 4.0.2 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= multimedia -MAINTAINER= manuel.creach@icloud.com +MAINTAINER= mikael.urankar@gmail.com COMMENT= Library to control Pulse-Eight's HDMI-CEC adapter LICENSE= GPLv2 @@ -29,7 +29,8 @@ PLIST_SUB= PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= PYTHON X11 OPTIONS_DEFAULT= PYTHON X11 OPTIONS_DEFINE_armv6= RPI -OPTIONS_DEFAULT_armv6= +OPTIONS_DEFAULT_armv6= RPI +OPTIONS_EXCLUDE_armv6= X11 OPTIONS_SUB= yes PYTHON_DESC= build python wrapper