aboutsummaryrefslogtreecommitdiff
path: root/multimedia/webcamd
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-03-01 13:19:16 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-03-01 13:19:16 +0000
commit51667864381a50d721bf9c7124754901663d1276 (patch)
treef58b2cc60a88b96f0c602daa56013f4b8a5fc361 /multimedia/webcamd
parent346150abab84ef8cb193d1badf221aaf02a50d1c (diff)
downloadports-51667864381a50d721bf9c7124754901663d1276.tar.gz
ports-51667864381a50d721bf9c7124754901663d1276.zip
Notes
Diffstat (limited to 'multimedia/webcamd')
-rw-r--r--multimedia/webcamd/Makefile1
-rw-r--r--multimedia/webcamd/files/webcamd.conf.in3
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/webcamd/Makefile b/multimedia/webcamd/Makefile
index 47e464d5d602..1c6fa5fb829e 100644
--- a/multimedia/webcamd/Makefile
+++ b/multimedia/webcamd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= webcamd
PORTVERSION= 0.1.20
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://www.selasky.org/hans_petter/video4bsd/releases/
diff --git a/multimedia/webcamd/files/webcamd.conf.in b/multimedia/webcamd/files/webcamd.conf.in
index 0a21c0353dce..3436c6c63f92 100644
--- a/multimedia/webcamd/files/webcamd.conf.in
+++ b/multimedia/webcamd/files/webcamd.conf.in
@@ -7,12 +7,11 @@ notify 100 {
action "env LD_PRELOAD=%%LIBHAL%%%%LIBCUSE%% %%PREFIX%%/etc/rc.d/webcamd start $cdev";
};
-# Logitech USB webcams.
+# Vendor specific USB webcams and DVB devices.
notify 100 {
match "system" "USB";
match "subsystem" "INTERFACE";
match "type" "ATTACH";
- match "vendor" "0x046d";
match "intclass" "0xff";
action "env LD_PRELOAD=%%LIBHAL%%%%LIBCUSE%% %%PREFIX%%/etc/rc.d/webcamd start $cdev";
};