From nobody@FreeBSD.org  Tue Jun 15 18:30:12 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8B38A1065678
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Jun 2010 18:30:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 7AEA18FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Jun 2010 18:30:12 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o5FIUCMP045538
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Jun 2010 18:30:12 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o5FIUCiu045537;
	Tue, 15 Jun 2010 18:30:12 GMT
	(envelope-from nobody)
Message-Id: <201006151830.o5FIUCiu045537@www.freebsd.org>
Date: Tue, 15 Jun 2010 18:30:12 GMT
From: Lars Engels <lme@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: multimedia/w_scan: Update to 20100529
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         147885
>Category:       ports
>Synopsis:       multimedia/w_scan: Update to 20100529
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nox
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 15 18:40:00 UTC 2010
>Closed-Date:    Tue Jun 15 20:09:17 UTC 2010
>Last-Modified:  Tue Jun 15 20:10:03 UTC 2010
>Originator:     Lars Engels
>Release:        9-CURRENT
>Organization:
>Environment:
FreeBSD maggie.bsd-geek.de 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r209168: Mon Jun 14 22:10:41 CEST 2010     lars@maggie.bsd-geek.de:/usr/obj/usr/src2/sys/MAGGIE  i386

>Description:
 The attached patch updates w_scan to version 20100529.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/w_scan/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	23 May 2010 18:59:54 -0000	1.1
+++ Makefile	15 Jun 2010 17:54:30 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	w_scan
-PORTVERSION=	20100316
+PORTVERSION=	20100529
 CATEGORIES=	multimedia
 MASTER_SITES=	http://wirbel.htpc-forum.de/w_scan/
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/multimedia/w_scan/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	23 May 2010 18:59:54 -0000	1.1
+++ distinfo	15 Jun 2010 17:54:30 -0000
@@ -1,3 +1,3 @@
-MD5 (w_scan-20100316.tar.bz2) = 82b87d182156e838830878643ecfc171
-SHA256 (w_scan-20100316.tar.bz2) = 843123a81c81a25481f2c0c235ea98f0caaa53a130dd51c3f501816d69e549ad
-SIZE (w_scan-20100316.tar.bz2) = 438008
+MD5 (w_scan-20100529.tar.bz2) = e0826ea2fb237b5f8049e18c9a125045
+SHA256 (w_scan-20100529.tar.bz2) = 2adaae5728f645c253fb493f1fe15c828456fe1c11703153e12c1624b1e2258b
+SIZE (w_scan-20100529.tar.bz2) = 438511
Index: files/patch-scan.c
===================================================================
RCS file: /home/pcvs/ports/multimedia/w_scan/files/patch-scan.c,v
retrieving revision 1.1
diff -u -r1.1 patch-scan.c
--- files/patch-scan.c	23 May 2010 18:59:54 -0000	1.1
+++ files/patch-scan.c	15 Jun 2010 17:54:30 -0000
@@ -1,11 +1,11 @@
---- a/scan.c
-+++ b/scan.c
-@@ -1640,6 +1640,8 @@ static int set_frontend(int frontend_fd,
+--- ./scan.c.orig	2010-06-15 19:51:25.756718892 +0200
++++ ./scan.c	2010-06-15 19:52:33.390532187 +0200
+@@ -1641,6 +1641,8 @@
  		case 0x0302:
  			verbose("%s: using DVB API 3.2\n", __FUNCTION__);
  			copy_fe_params_new_to_old(&p, &t->param);
 +			if (t->type == FE_QPSK)
 +				p.frequency = intermediate_freq;
- 			if (ioctl(frontend_fd, FE_SET_FRONTEND, &p) == -1) {
- 				errorn("Setting frontend parameters failed (API v3.2)\n");
- 				return -1;
+ 			switch (t->type) {
+ 				case FE_QPSK:
+ 					p.frequency = intermediate_freq;


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nox 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jun 15 18:40:41 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147885 
State-Changed-From-To: open->closed 
State-Changed-By: nox 
State-Changed-When: Tue Jun 15 20:09:16 UTC 2010 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147885 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147885: commit references a PR
Date: Tue, 15 Jun 2010 20:05:42 +0000 (UTC)

 nox         2010-06-15 20:04:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/w_scan    Makefile distinfo 
   Removed files:
     multimedia/w_scan/files patch-scan.c 
   Log:
   Update to 20100529.
   
   PR:             ports/147885
   Submitted by:   lme
   
   Revision  Changes    Path
   1.2       +1 -1      ports/multimedia/w_scan/Makefile
   1.2       +3 -3      ports/multimedia/w_scan/distinfo
   1.2       +0 -11     ports/multimedia/w_scan/files/patch-scan.c (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
