From cfb55671b6dfdaf73c52b2161a82b4871548b515 Mon Sep 17 00:00:00 2001 From: martymac Date: Tue, 13 Sep 2011 09:44:57 +0000 Subject: - Update to 1.0.7 [1] - Remove useless EXTRACT_ONLY [2] - Reformat pkg-descr [2] - Add missing LICENSE [2] PR: ports/160665 Submitted by: Jason Harmening (maintainer) [1] Approved by: Jason Harmening (maintainer) [2] --- multimedia/libtuner/Makefile | 7 ++++--- multimedia/libtuner/distinfo | 4 ++-- multimedia/libtuner/pkg-descr | 9 ++++----- multimedia/libtuner/pkg-plist | 3 --- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/multimedia/libtuner/Makefile b/multimedia/libtuner/Makefile index 818fc457a287..947ce06cefcc 100644 --- a/multimedia/libtuner/Makefile +++ b/multimedia/libtuner/Makefile @@ -6,15 +6,16 @@ # PORTNAME= libtuner -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= multimedia MASTER_SITES= ftp://corona.homeunix.net/ports/libtuner/ -EXTRACT_ONLY= libtuner-${PORTVERSION}.tar.gz MAINTAINER= jason.harmening@gmail.com COMMENT= Userspace drivers for various TV/radio tuner ICs -MAKE_ARGS+= LIBTUNER_MAJOR=1 LIBTUNER_MINOR=0 LIBTUNER_REV=6 INSTALLDIR=${PREFIX} +LICENSE= BSD + +MAKE_ARGS+= LIBTUNER_MAJOR=1 LIBTUNER_MINOR=0 LIBTUNER_REV=7 INSTALLDIR=${PREFIX} USE_LDCONFIG= ${PREFIX}/lib/libtuner .include diff --git a/multimedia/libtuner/distinfo b/multimedia/libtuner/distinfo index 3d74b9519cdc..ff1cf888d53f 100644 --- a/multimedia/libtuner/distinfo +++ b/multimedia/libtuner/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtuner-1.0.6.tar.gz) = 692965302f0f0cf39375865bf4e2a2717f85780adc9e62a1c43bba9c41cfb3a0 -SIZE (libtuner-1.0.6.tar.gz) = 64753 +SHA256 (libtuner-1.0.7.tar.gz) = c61ee9ff3e7ce861fc0e998cbe71a12f827ecd9c47e6aaf87e274dddcf75aae2 +SIZE (libtuner-1.0.7.tar.gz) = 64496 diff --git a/multimedia/libtuner/pkg-descr b/multimedia/libtuner/pkg-descr index e6d17ea47f1e..973b801418a4 100644 --- a/multimedia/libtuner/pkg-descr +++ b/multimedia/libtuner/pkg-descr @@ -1,5 +1,4 @@ -libtuner provides userspace drivers and support routines for -a variety of TV and radio tuner ICs. These ICs are usually -attached to a peripheral bus (such as an I2C bus) embedded -on a tuner card, and "stub" device nodes for the ICs will -be exported by a card-specific driver. +libtuner provides userspace drivers and support routines for a variety of TV +and radio tuner ICs. These ICs are usually attached to a peripheral bus (such +as an I2C bus) embedded on a tuner card, and "stub" device nodes for the ICs +will be exported by a card-specific driver. diff --git a/multimedia/libtuner/pkg-plist b/multimedia/libtuner/pkg-plist index 031822f80d79..725455bbf892 100644 --- a/multimedia/libtuner/pkg-plist +++ b/multimedia/libtuner/pkg-plist @@ -1,8 +1,5 @@ -@comment $FreeBSD$ lib/libtuner/libtuner.so lib/libtuner/libtuner.so.1 -lib/libtuner/libtuner.so.1.0 -lib/libtuner/libtuner.so.1.0.6 include/libtuner/avb_driver.h include/libtuner/cx22702.h include/libtuner/cx24227.h -- cgit