Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Jun 2014 11:15:28 +0000
From:      no-reply-bugzilla-daemon@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190498] New: Update multimedia/libtuner to 1.1.2
Message-ID:  <bug-190498-13@http.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190498

            Bug ID: 190498
           Summary: Update multimedia/libtuner to 1.1.2
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jason.harmening@gmail.com

--Add support for runtime logging configuration
--Staging

Fix:
Patch attached with submission follows:

diff -ruNb libtuner.orig/Makefile libtuner/Makefile
--- libtuner.orig/Makefile    2014-01-22 11:00:46.251448000 -0600
+++ libtuner/Makefile    2014-06-02 06:33:40.000000000 -0500
@@ -1,8 +1,8 @@
 # Created by: Jason Harmening <jason.harmening@gmail.com>
-# $FreeBSD: head/multimedia/libtuner/Makefile 340722 2014-01-22 17:00:46Z mat
$
+# $FreeBSD$

 PORTNAME=    libtuner
-PORTVERSION=    1.1.1
+PORTVERSION=    1.1.2
 CATEGORIES=    multimedia
 MASTER_SITES=    ftp://corona.homeunix.net/ports/libtuner/

@@ -11,8 +11,7 @@

 LICENSE=    BSD

-MAKE_ARGS+=    INSTALLDIR=${PREFIX}
+MAKE_ARGS+=        INSTALLDIR=${STAGEDIR}${PREFIX}
 USE_LDCONFIG=    ${PREFIX}/lib/libtuner

-NO_STAGE=    yes
 .include <bsd.port.mk>
diff -ruNb libtuner.orig/distinfo libtuner/distinfo
--- libtuner.orig/distinfo    2014-01-22 09:30:13.980828000 -0600
+++ libtuner/distinfo    2014-06-02 06:33:40.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (libtuner-1.1.1.tar.gz) =
6d39f58814805db2b06f5d0df0912f9f69bab2bd0dea91399d2055eece7edf03
-SIZE (libtuner-1.1.1.tar.gz) = 96926
+SHA256 (libtuner-1.1.2.tar.gz) =
155803499e4974ae1fd25d2910078f0bfeb3511f2852ec4f23cdcf5ead3e110d
+SIZE (libtuner-1.1.2.tar.gz) = 97770
diff -ruNb libtuner.orig/pkg-plist libtuner/pkg-plist
--- libtuner.orig/pkg-plist    2014-01-22 09:16:56.751599000 -0600
+++ libtuner/pkg-plist    2014-06-02 06:33:40.000000000 -0500
@@ -27,12 +27,12 @@
 include/libtuner/tuv1236d.h
 include/libtuner/xc3028.h
 include/libtuner/xc5000.h
+%%DATADIR%%/or51132_qam.fw
+%%DATADIR%%/nxt2004.fw
 %%DATADIR%%/xc3028-v27.fw
 %%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%%

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190498-13>