diff options
author | martymac <martymac@FreeBSD.org> | 2011-09-13 17:44:57 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2011-09-13 17:44:57 +0800 |
commit | cfb55671b6dfdaf73c52b2161a82b4871548b515 (patch) | |
tree | 76944cd5a4784efe3cf6fea42d4327a179dfa52e | |
parent | 1e497ba71f67bf0f67f8d4b333b0f90f590df742 (diff) | |
download | freebsd-ports-gnome-cfb55671b6dfdaf73c52b2161a82b4871548b515.tar.gz freebsd-ports-gnome-cfb55671b6dfdaf73c52b2161a82b4871548b515.tar.zst freebsd-ports-gnome-cfb55671b6dfdaf73c52b2161a82b4871548b515.zip |
- 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 <jason.harmening@gmail.com> (maintainer) [1]
Approved by: Jason Harmening <jason.harmening@gmail.com> (maintainer) [2]
-rw-r--r-- | multimedia/libtuner/Makefile | 7 | ||||
-rw-r--r-- | multimedia/libtuner/distinfo | 4 | ||||
-rw-r--r-- | multimedia/libtuner/pkg-descr | 9 | ||||
-rw-r--r-- | 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 <bsd.port.mk> 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 |