mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 3.1.0.4 .
Submitted by: hselasky (maintainer) Feature safe: yes
This commit is contained in:
parent
1e011ae748
commit
fe99668fc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287325
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= webcamd
|
||||
PORTVERSION= 3.0.0.2
|
||||
PORTVERSION= 3.1.0.4
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
||||
http://hselasky.homeunix.org:8192/distfiles/
|
||||
@ -42,7 +42,9 @@ MAN8= webcamd.8
|
||||
LIBDIR= ${PREFIX}/lib
|
||||
|
||||
OPTIONS= HAL "Build with HAL and DBUS support" On \
|
||||
DEBUG "Build with debugging support" Off
|
||||
DEBUG "Build with debugging support" Off \
|
||||
VT_CLIENT "Build with vTuner client support" Off \
|
||||
VT_SERVER "Build with vTuner server support" Off
|
||||
|
||||
USERS= webcamd
|
||||
GROUPS= webcamd
|
||||
@ -62,6 +64,14 @@ LIB_DEPENDS+=dbus-1:${PORTSDIR}/devel/dbus
|
||||
LIBHAL=
|
||||
.endif
|
||||
|
||||
.if defined(WITH_VT_CLIENT)
|
||||
MAKE_ARGS+=" HAVE_VTUNER_CLIENT=YES"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_VT_SERVER)
|
||||
MAKE_ARGS+=" HAVE_VTUNER_SERVER=YES"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
MAKE_ARGS+=" HAVE_DEBUG=YES"
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (webcamd-3.0.0.2.tar.bz2) = c0a1a84ceed778b3f9b6e6ff6778fce2d85b8de25e7428b412bfc8c3177089f2
|
||||
SIZE (webcamd-3.0.0.2.tar.bz2) = 8034500
|
||||
SHA256 (webcamd-3.1.0.4.tar.bz2) = 05c6ed8027ca9c458e0bda042ec50b4696d3b0d6328cf522101d73cfe00616a2
|
||||
SIZE (webcamd-3.1.0.4.tar.bz2) = 8510595
|
||||
|
Loading…
Reference in New Issue
Block a user