1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Update to 1.0.8

PR:	ports/165646
Submitted by:	maintainer, jason.harmening@gmail.com
This commit is contained in:
Jason Helfman 2012-03-03 20:43:29 +00:00
parent f5b0637c2d
commit c48f9afb18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292616
3 changed files with 7 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= libtuner
PORTVERSION= 1.0.7
PORTVERSION= 1.0.8
CATEGORIES= multimedia
MASTER_SITES= ftp://corona.homeunix.net/ports/libtuner/
@ -15,7 +15,7 @@ COMMENT= Userspace drivers for various TV/radio tuner ICs
LICENSE= BSD
MAKE_ARGS+= LIBTUNER_MAJOR=1 LIBTUNER_MINOR=0 LIBTUNER_REV=7 INSTALLDIR=${PREFIX}
MAKE_ARGS+= LIBTUNER_MAJOR=1 LIBTUNER_MINOR=0 LIBTUNER_REV=${PORTVERSION:E} INSTALLDIR=${PREFIX}
USE_LDCONFIG= ${PREFIX}/lib/libtuner
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (libtuner-1.0.7.tar.gz) = c61ee9ff3e7ce861fc0e998cbe71a12f827ecd9c47e6aaf87e274dddcf75aae2
SIZE (libtuner-1.0.7.tar.gz) = 64496
SHA256 (libtuner-1.0.8.tar.gz) = 1a880ab2aa633c0e524a3e2c29bbd6cc08543616c03a27292ed28c4d2f5afebb
SIZE (libtuner-1.0.8.tar.gz) = 74941

View File

@ -11,6 +11,7 @@ include/libtuner/fmd1216me.h
include/libtuner/lg3303.h
include/libtuner/lgh064f.h
include/libtuner/mt2131.h
include/libtuner/nxt2004.h
include/libtuner/or51132.h
include/libtuner/pll_driver.h
include/libtuner/s5h1411.h
@ -22,12 +23,14 @@ include/libtuner/tuner_device.h
include/libtuner/tuner_devnode_device.h
include/libtuner/tuner_driver.h
include/libtuner/tuner_firmware.h
include/libtuner/tuv1236d.h
include/libtuner/xc3028.h
include/libtuner/xc5000.h
%%DATADIR%%/license.txt
%%DATADIR%%/xc5000-1.6.114.fw
%%DATADIR%%/or51132_vsb.fw
%%DATADIR%%/or51132_qam.fw
%%DATADIR%%/nxt2004.fw
@dirrm lib/libtuner
@dirrm include/libtuner
@dirrm %%DATADIR%%