diff options
author | kwm <kwm@FreeBSD.org> | 2011-04-21 17:06:26 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-04-21 17:06:26 +0800 |
commit | 53194bb12e8422b66944b39bf023d477a0a67a83 (patch) | |
tree | 92c351848b1c0f86095f4aa98b572bc6aa5ec363 /multimedia/webcamd | |
parent | 9d49aa7e6a232f5d857fa6c78dc708b0b241a918 (diff) | |
download | freebsd-ports-gnome-53194bb12e8422b66944b39bf023d477a0a67a83.tar.gz freebsd-ports-gnome-53194bb12e8422b66944b39bf023d477a0a67a83.tar.zst freebsd-ports-gnome-53194bb12e8422b66944b39bf023d477a0a67a83.zip |
Update webcamd to 0.1.24.
*) fix remote controls due to wrong initialisation order.
*) fix some reported regression issues.
*) character devices created by webcamd are now chowned to webcamd:webcamd and
chmodded to 0660. Add a small UPDATING blob about this.
Submitted by: hselasky@ (maintainer)
Diffstat (limited to 'multimedia/webcamd')
-rw-r--r-- | multimedia/webcamd/Makefile | 5 | ||||
-rw-r--r-- | multimedia/webcamd/distinfo | 4 | ||||
-rw-r--r-- | multimedia/webcamd/files/webcamd.in | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/multimedia/webcamd/Makefile b/multimedia/webcamd/Makefile index f5f423eff040..f67e1063f7f3 100644 --- a/multimedia/webcamd/Makefile +++ b/multimedia/webcamd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webcamd -PORTVERSION= 0.1.23 +PORTVERSION= 0.1.24 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/video4bsd/releases/ @@ -43,6 +43,9 @@ LIBDIR= ${PREFIX}/lib OPTIONS= HAL "Build with HAL and DBUS support" On \ DEBUG "Build with debugging support" Off +USERS= webcamd +GROUPS= webcamd + .include <bsd.port.pre.mk> LIBCUSE=${LIBDIR}/libcuse4bsd.so diff --git a/multimedia/webcamd/distinfo b/multimedia/webcamd/distinfo index e287f13c097f..1ee2b802aab9 100644 --- a/multimedia/webcamd/distinfo +++ b/multimedia/webcamd/distinfo @@ -1,2 +1,2 @@ -SHA256 (webcamd-0.1.23.tar.bz2) = 570199b408162ba594564aead80fce5282cbf6d1e14f98893d1989b3119d973f -SIZE (webcamd-0.1.23.tar.bz2) = 3615716 +SHA256 (webcamd-0.1.24.tar.bz2) = 070233586e458d6fb9b28db36436f1f04086558155e6fbb962967d45a5a74483 +SIZE (webcamd-0.1.24.tar.bz2) = 3616911 diff --git a/multimedia/webcamd/files/webcamd.in b/multimedia/webcamd/files/webcamd.in index db1859b5c2ff..11414484ff99 100644 --- a/multimedia/webcamd/files/webcamd.in +++ b/multimedia/webcamd/files/webcamd.in @@ -17,7 +17,7 @@ hald_enable=${hald_enable-"NO"} name=webcamd rcvar=`set_rcvar` command=%%PREFIX%%/sbin/webcamd -command_args="-B" +command_args="-B -U webcamd -G webcamd" start_precmd="${name}_prestart" |