Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 01:57:32 GMT
From:      Jason A Harmening <jason.harmening@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180047: Update multimedia/libtuner to 1.1.0
Message-ID:  <201306280157.r5S1vWB4086542@oldred.freebsd.org>
Resent-Message-ID: <201306280200.r5S200Ni078221@freefall.freebsd.org>

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

>Number:         180047
>Category:       ports
>Synopsis:       Update multimedia/libtuner to 1.1.0
>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:   Fri Jun 28 02:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jason A Harmening
>Release:        9.1-STABLE
>Organization:
>Environment:
FreeBSD corona.austin.rr.com 9.1-STABLE FreeBSD 9.1-STABLE #1 r248589M: Thu Mar 21 15:33:44 CDT 2013     root@corona.austin.rr.com:/usr/obj/usr/src/sys/CUSTOM  amd64
>Description:
--Add static library
--Prototype xc3028 support
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNb libtuner.orig/Makefile libtuner/Makefile
--- libtuner.orig/Makefile	2012-11-16 23:59:50.000000000 -0600
+++ libtuner/Makefile	2013-06-27 21:07:52.000000000 -0500
@@ -1,12 +1,8 @@
-# New ports collection makefile for:   libtuner
-# Date created:        7 September 2008
-# Whom:                jah
-#
-# $FreeBSD: ports/multimedia/libtuner/Makefile,v 1.10 2012/11/17 05:59:50 svnexp Exp $
-#
+# Created by: Jason Harmening <jason.harmening@gmail.com>
+# $FreeBSD$
 
 PORTNAME=	libtuner
-PORTVERSION=	1.0.9
+PORTVERSION=	1.1.0
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://corona.homeunix.net/ports/libtuner/
 
@@ -15,7 +11,7 @@
 
 LICENSE=	BSD
 
-MAKE_ARGS+=	LIBTUNER_MAJOR=1 LIBTUNER_MINOR=0 LIBTUNER_REV=9 INSTALLDIR=${PREFIX}
+MAKE_ARGS+=	INSTALLDIR=${PREFIX}
 USE_LDCONFIG=	${PREFIX}/lib/libtuner
 
 .include <bsd.port.mk>
diff -ruNb libtuner.orig/distinfo libtuner/distinfo
--- libtuner.orig/distinfo	2012-04-26 11:19:50.000000000 -0500
+++ libtuner/distinfo	2013-06-27 21:07:52.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (libtuner-1.0.9.tar.gz) = e8823df715103299f93418c446d44123748e3c75e8bb7656c9580c2cb896a1f8
-SIZE (libtuner-1.0.9.tar.gz) = 75281
+SHA256 (libtuner-1.1.0.tar.gz) = da6ec826dd64515ddd84e61722855bd76030ff5d78f9851ca0f793278ed5f7eb
+SIZE (libtuner-1.1.0.tar.gz) = 97383
diff -ruNb libtuner.orig/pkg-plist libtuner/pkg-plist
--- libtuner.orig/pkg-plist	2012-03-03 14:43:29.000000000 -0600
+++ libtuner/pkg-plist	2013-06-27 21:07:52.000000000 -0500
@@ -26,6 +26,7 @@
 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


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



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