mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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)
This commit is contained in:
parent
1899d3cfb8
commit
bfc47e8d84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272988
1
GIDs
1
GIDs
@ -75,6 +75,7 @@ amanda:*:140:operator
|
||||
ladvd:*:142:
|
||||
dovecot:*:143:
|
||||
dovenull:*:144:
|
||||
webcamd:*:145:
|
||||
rbldns:*:153:
|
||||
sfs:*:171:
|
||||
agk:*:172:
|
||||
|
1
UIDs
1
UIDs
@ -84,6 +84,7 @@ cricket:*:141:80::0:0:Cricket Monitoring User:/usr/local/cricket:/usr/sbin/nolog
|
||||
ladvd:*:142:142::0:0:Ladvd User:/var/empty:/usr/sbin/nologin
|
||||
dovecot:*:143:143::0:0:Dovecot User:/var/empty:/usr/sbin/nologin
|
||||
dovenull:*:144:144::0:0:Dovecot login User:/var/empty:/usr/sbin/nologin
|
||||
webcamd:*:145:145::0:0:Webcamd user:/var/empty:/usr/sbin/nologin
|
||||
rbldns:*:153:153::0:0:rbldnsd pseudo-user:/nonexistent:/usr/sbin/nologin
|
||||
sfs:*:171:171::0:0:Self-Certifying File System:/nonexistent:/usr/sbin/nologin
|
||||
agk:*:172:172::0:0:AquaGateKeeper:/nonexistent:/nonexistent
|
||||
|
8
UPDATING
8
UPDATING
@ -5,6 +5,14 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20110421:
|
||||
AFFECTS: users of multimedia/webcamd
|
||||
AUTHOR: kwm@FreeBSD.org
|
||||
|
||||
Webcamd now creates device nodes with 0660 permission and webcamd:webcamd
|
||||
ownership. To get access to the webcamd devices just add yourself to the
|
||||
webcamd group.
|
||||
|
||||
20110409:
|
||||
AFFECTS: users of japanese/asterisk-sounds
|
||||
AUTHOR: tota@FreeBSD.org
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user