Bug 190498 - Update multimedia/libtuner to 1.1.2
Summary: Update multimedia/libtuner to 1.1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Olivier Duchateau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-02 11:15 UTC by jason.harmening
Modified: 2014-06-10 16:07 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jason.harmening 2014-06-02 11:15:28 UTC
--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 <jason.harmening@gmail.com>
-# $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 <bsd.port.mk>
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%%
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-06-10 16:04:29 UTC
A commit references this bug:

Author: olivierd
Date: Tue Jun 10 16:04:03 UTC 2014
New revision: 357340
URL: http://svnweb.freebsd.org/changeset/ports/357340

Log:
  - Update to 1.1.2
  - Stagify

  PR:		190498
  Submitted by:	Jason Harmening <jason.harmening@gmail.com> (maintainer)

Changes:
  head/multimedia/libtuner/Makefile
  head/multimedia/libtuner/distinfo
  head/multimedia/libtuner/pkg-plist