From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 2 11:15:29 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0E66B31 for ; Mon, 2 Jun 2014 11:15:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADB7F26A0 for ; Mon, 2 Jun 2014 11:15:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s52BFS0K067834 for ; Mon, 2 Jun 2014 12:15:28 +0100 (BST) (envelope-from no-reply-bugzilla-daemon@freebsd.org) From: no-reply-bugzilla-daemon@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 190498] New: Update multimedia/libtuner to 1.1.2 Date: Mon, 02 Jun 2014 11:15:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jason.harmening@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 11:15:29 -0000 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 -# $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 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.