Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2012 05:21:13 GMT
From:      Jason Harmening <jason.harmening@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167192: Update port multimedia/libtuner to 1.0.9
Message-ID:  <201204220521.q3M5LDhX048367@red.freebsd.org>
Resent-Message-ID: <201204220530.q3M5UAQa017174@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167192
>Category:       ports
>Synopsis:       Update port multimedia/libtuner to 1.0.9
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 22 05:30:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jason Harmening
>Release:        9.0-STABLE
>Organization:
>Environment:
FreeBSD corona.austin.rr.com 9.0-STABLE FreeBSD 9.0-STABLE #1 r231833M: Thu Feb 16 17:25:13 CST 2012     jason@corona.austin.rr.com:/usr/obj/usr/src/sys/CUSTOM  amd64
>Description:
--eliminate unnecessary firmware loading for NXT2004
--fix FM tuning bug for XC5000
--add support for per-device configuration
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN libtuner.orig/Makefile libtuner/Makefile
--- libtuner.orig/Makefile	2012-03-03 14:43:29.000000000 -0600
+++ libtuner/Makefile	2012-04-22 00:23:54.000000000 -0500
@@ -2,11 +2,11 @@
 # Date created:        7 September 2008
 # Whom:                jah
 #
-# $FreeBSD: ports/multimedia/libtuner/Makefile,v 1.8 2012/03/03 20:43:29 jgh Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	libtuner
-PORTVERSION=	1.0.8
+PORTVERSION=	1.0.9
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://corona.homeunix.net/ports/libtuner/
 
@@ -15,7 +15,7 @@
 
 LICENSE=	BSD
 
-MAKE_ARGS+=	LIBTUNER_MAJOR=1 LIBTUNER_MINOR=0 LIBTUNER_REV=${PORTVERSION:E} INSTALLDIR=${PREFIX}
+MAKE_ARGS+=	LIBTUNER_MAJOR=1 LIBTUNER_MINOR=0 LIBTUNER_REV=9 INSTALLDIR=${PREFIX}
 USE_LDCONFIG=	${PREFIX}/lib/libtuner
 
 .include <bsd.port.mk>
diff -ruN libtuner.orig/distinfo libtuner/distinfo
--- libtuner.orig/distinfo	2012-03-03 14:43:29.000000000 -0600
+++ libtuner/distinfo	2012-04-22 00:23:54.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (libtuner-1.0.8.tar.gz) = 1a880ab2aa633c0e524a3e2c29bbd6cc08543616c03a27292ed28c4d2f5afebb
-SIZE (libtuner-1.0.8.tar.gz) = 74941
+SHA256 (libtuner-1.0.9.tar.gz) = e8823df715103299f93418c446d44123748e3c75e8bb7656c9580c2cb896a1f8
+SIZE (libtuner-1.0.9.tar.gz) = 75281


>Release-Note:
>Audit-Trail:
>Unformatted:



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