Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2013 21:18:33 GMT
From:      Jason Harmening <jason.harmening@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182128: update multimedia/libtuner to 1.1.1
Message-ID:  <201309152118.r8FLIXnB044087@oldred.freebsd.org>
Resent-Message-ID: <201309152120.r8FLK0Ko099869@freefall.freebsd.org>

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

>Number:         182128
>Category:       ports
>Synopsis:       update multimedia/libtuner to 1.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 15 21:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jason Harmening
>Release:        9.1-STABLE
>Organization:
>Environment:
FreeBSD corona.austin.rr.com 9.1-STABLE FreeBSD 9.1-STABLE #0 r253105: Tue Jul  9 16:18:42 CDT 2013     jason@corona.austin.rr.com:/usr/obj/usr/src/sys/CUSTOM 
>Description:
--fix build on recent HEAD: add missing unistd.h includes
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNb libtuner.orig/Makefile libtuner/Makefile
--- libtuner.orig/Makefile	2013-06-29 06:21:42.983797000 -0500
+++ libtuner/Makefile	2013-09-15 16:32:35.000000000 -0500
@@ -1,9 +1,8 @@
 # Created by: Jason Harmening <jason.harmening@gmail.com>
-# $FreeBSD: head/multimedia/libtuner/Makefile 322044 2013-06-29 11:21:42Z wg $
+# $FreeBSD$
 
 PORTNAME=	libtuner
-PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTVERSION=	1.1.1
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://corona.homeunix.net/ports/libtuner/
 
diff -ruNb libtuner.orig/distinfo libtuner/distinfo
--- libtuner.orig/distinfo	2013-06-29 06:21:42.983797000 -0500
+++ libtuner/distinfo	2013-09-15 16:32:35.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (libtuner-1.1.0.tar.gz) = 58d005fb5c7021798686021903c19ac36201482778afce61b16dd1eea6c9236c
-SIZE (libtuner-1.1.0.tar.gz) = 96913
+SHA256 (libtuner-1.1.1.tar.gz) = 6d39f58814805db2b06f5d0df0912f9f69bab2bd0dea91399d2055eece7edf03
+SIZE (libtuner-1.1.1.tar.gz) = 96926
diff -ruNb libtuner.orig/pkg-plist libtuner/pkg-plist
--- libtuner.orig/pkg-plist	2013-06-29 06:21:42.983797000 -0500
+++ libtuner/pkg-plist	2013-09-15 16:32:35.000000000 -0500
@@ -27,12 +27,12 @@
 include/libtuner/tuv1236d.h
 include/libtuner/xc3028.h
 include/libtuner/xc5000.h
-%%DATADIR%%/xc3028-v27.fw
 %%DATADIR%%/license.txt
 %%DATADIR%%/xc5000-1.6.114.fw
 %%DATADIR%%/or51132_vsb.fw
 %%DATADIR%%/or51132_qam.fw
 %%DATADIR%%/nxt2004.fw
+%%DATADIR%%/xc3028-v27.fw
 @dirrm lib/libtuner
 @dirrm include/libtuner
 @dirrm %%DATADIR%%


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



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