Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 12:18:20 GMT
From:      Jason A Harmening <jason.harmening@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180056: Bump multimedia/libtuner to fix incorrect checksum
Message-ID:  <201306281218.r5SCIK5Q089520@oldred.freebsd.org>
Resent-Message-ID: <201306281220.r5SCK0kM098476@freefall.freebsd.org>

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

>Number:         180056
>Category:       ports
>Synopsis:       Bump multimedia/libtuner to fix incorrect checksum
>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 12:20: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:
Follow-up to 1.1.0 to fix plist caused distfile re-export with different checksum
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNb libtuner.orig/Makefile libtuner/Makefile
--- libtuner.orig/Makefile	2013-06-28 06:51:08.965256000 -0500
+++ libtuner/Makefile	2013-06-28 07:27:59.000000000 -0500
@@ -1,8 +1,9 @@
 # Created by: Jason Harmening <jason.harmening@gmail.com>
-# $FreeBSD: Makefile 321958 2013-06-28 11:51:08Z wg $
+# $FreeBSD$
 
 PORTNAME=	libtuner
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://corona.homeunix.net/ports/libtuner/
 
diff -ruNb libtuner.orig/distinfo libtuner/distinfo
--- libtuner.orig/distinfo	2013-06-28 06:51:08.965256000 -0500
+++ libtuner/distinfo	2013-06-28 07:27:59.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (libtuner-1.1.0.tar.gz) = da6ec826dd64515ddd84e61722855bd76030ff5d78f9851ca0f793278ed5f7eb
-SIZE (libtuner-1.1.0.tar.gz) = 97383
+SHA256 (libtuner-1.1.0.tar.gz) = 58d005fb5c7021798686021903c19ac36201482778afce61b16dd1eea6c9236c
+SIZE (libtuner-1.1.0.tar.gz) = 96913
diff -ruNb libtuner.orig/pkg-plist libtuner/pkg-plist
--- libtuner.orig/pkg-plist	2013-06-28 06:51:08.965256000 -0500
+++ libtuner/pkg-plist	2013-06-28 07:27:59.000000000 -0500
@@ -1,6 +1,6 @@
-lib/libtuner/libtuner_static.a
 lib/libtuner/libtuner.so
 lib/libtuner/libtuner.so.1
+lib/libtuner/libtuner_static.a
 include/libtuner/avb_driver.h
 include/libtuner/cx22702.h
 include/libtuner/cx24227.h


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



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