diff options
author | kwm <kwm@FreeBSD.org> | 2011-03-27 21:33:42 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-03-27 21:33:42 +0800 |
commit | c85fb947a321e8ef5c6d927898cca041f8f5756f (patch) | |
tree | a6304c6794d91af462776c5201eeed48d1d2a34e /multimedia/webcamd | |
parent | afeba6094c2161df826d94ebd42133f3eebd1964 (diff) | |
download | freebsd-ports-gnome-c85fb947a321e8ef5c6d927898cca041f8f5756f.tar.gz freebsd-ports-gnome-c85fb947a321e8ef5c6d927898cca041f8f5756f.tar.zst freebsd-ports-gnome-c85fb947a321e8ef5c6d927898cca041f8f5756f.zip |
Update to 0.1.23.
Add support for setting and getting linux module parameters.
Some minor improvements regarding the jiffies computation.
Submitted by: hselasky@ (maintainer)
Diffstat (limited to 'multimedia/webcamd')
-rw-r--r-- | multimedia/webcamd/Makefile | 4 | ||||
-rw-r--r-- | multimedia/webcamd/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/webcamd/Makefile b/multimedia/webcamd/Makefile index 1c6fa5fb829e..f5f423eff040 100644 --- a/multimedia/webcamd/Makefile +++ b/multimedia/webcamd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= webcamd -PORTVERSION= 0.1.20 -PORTREVISION= 1 +PORTVERSION= 0.1.23 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/video4bsd/releases/ @@ -69,7 +68,6 @@ IGNORE= requires FreeBSD 8.0-RELEASE or later post-patch: @cd ${WRKSRC}/patches; ${SH} ./do_patch.sh - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile post-install: @${MKDIR} ${PREFIX}/etc/devd diff --git a/multimedia/webcamd/distinfo b/multimedia/webcamd/distinfo index fd8d371154d7..e287f13c097f 100644 --- a/multimedia/webcamd/distinfo +++ b/multimedia/webcamd/distinfo @@ -1,2 +1,2 @@ -SHA256 (webcamd-0.1.20.tar.bz2) = 8a95758ffa79541e1c53e7ed19be6d0c12ba39a40c1221cdb4e0ddfbdfb33cd9 -SIZE (webcamd-0.1.20.tar.bz2) = 3564033 +SHA256 (webcamd-0.1.23.tar.bz2) = 570199b408162ba594564aead80fce5282cbf6d1e14f98893d1989b3119d973f +SIZE (webcamd-0.1.23.tar.bz2) = 3615716 |