ports/167192: Update port multimedia/libtuner to 1.0.9
Jason Harmening
jason.harmening at gmail.com
Sun Apr 22 05:30:11 UTC 2012
>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 at 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:
More information about the freebsd-ports-bugs
mailing list