From owner-svn-ports-all@freebsd.org Thu May 21 18:28:08 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 46CFF2F0B07; Thu, 21 May 2020 18:28:08 +0000 (UTC) (envelope-from hselasky@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49SdQw18Mjz46V2; Thu, 21 May 2020 18:28:08 +0000 (UTC) (envelope-from hselasky@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 229F811CE3; Thu, 21 May 2020 18:28:08 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04LIS8uT077858; Thu, 21 May 2020 18:28:08 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04LIS7FH077857; Thu, 21 May 2020 18:28:07 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <202005211828.04LIS7FH077857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Thu, 21 May 2020 18:28:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536141 - in head/multimedia/webcamd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: hselasky X-SVN-Commit-Paths: in head/multimedia/webcamd: . files X-SVN-Commit-Revision: 536141 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.33 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: Thu, 21 May 2020 18:28:08 -0000 Author: hselasky Date: Thu May 21 18:28:07 2020 New Revision: 536141 URL: https://svnweb.freebsd.org/changeset/ports/536141 Log: Add more attach rules for webcamd(8). Submitted by: Jos'e P'erez Approved by: pi (implicit) Modified: head/multimedia/webcamd/Makefile head/multimedia/webcamd/files/webcamd.conf.in Modified: head/multimedia/webcamd/Makefile ============================================================================== --- head/multimedia/webcamd/Makefile Thu May 21 18:18:10 2020 (r536140) +++ head/multimedia/webcamd/Makefile Thu May 21 18:28:07 2020 (r536141) @@ -3,6 +3,7 @@ PORTNAME= webcamd PORTVERSION= 5.7.1.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org/distfiles/ Modified: head/multimedia/webcamd/files/webcamd.conf.in ============================================================================== --- head/multimedia/webcamd/files/webcamd.conf.in Thu May 21 18:18:10 2020 (r536140) +++ head/multimedia/webcamd/files/webcamd.conf.in Thu May 21 18:28:07 2020 (r536141) @@ -25,6 +25,17 @@ notify 100 { action "%%PREFIX%%/etc/rc.d/webcamd start $cdev"; }; +# Logitech webcams +notify 100 { + match "system" "USB"; + match "subsystem" "INTERFACE"; + match "type" "ATTACH"; + match "vendor" "0x046d"; + match "intclass" "0x0a"; + match "intsubclass" "0xff"; + action "%%PREFIX%%/etc/rc.d/webcamd start $cdev"; +}; + # Generic USB input devices. notify 100 { match "system" "USB";