From yuri.pankov@gmail.com  Sun Jan 25 04:02:32 2009
Return-Path: <yuri.pankov@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7FD9C1065673
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Jan 2009 04:02:32 +0000 (UTC)
	(envelope-from yuri.pankov@gmail.com)
Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21])
	by mx1.freebsd.org (Postfix) with ESMTP id 066FE8FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Jan 2009 04:02:31 +0000 (UTC)
	(envelope-from yuri.pankov@gmail.com)
Received: by ewy14 with SMTP id 14so268221ewy.19
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jan 2009 20:02:31 -0800 (PST)
Received: by 10.210.10.8 with SMTP id 8mr3375688ebj.169.1232856151176;
        Sat, 24 Jan 2009 20:02:31 -0800 (PST)
Received: from darklight.homeunix.org ([85.175.87.173])
        by mx.google.com with ESMTPS id k9sm36107213nfh.57.2009.01.24.20.02.27
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 24 Jan 2009 20:02:30 -0800 (PST)
Received: from darklight.homeunix.org (yuri@darklight.homeunix.org [127.0.0.1])
	by darklight.homeunix.org (8.14.3/8.14.3) with ESMTP id n0P42MM2029659
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Jan 2009 07:02:23 +0300 (MSK)
	(envelope-from yuri.pankov@gmail.com)
Received: (from yuri@localhost)
	by darklight.homeunix.org (8.14.3/8.14.3/Submit) id n0P42MMT029658;
	Sun, 25 Jan 2009 07:02:22 +0300 (MSK)
	(envelope-from yuri.pankov@gmail.com)
Message-Id: <200901250402.n0P42MMT029658@darklight.homeunix.org>
Date: Sun, 25 Jan 2009 07:02:22 +0300 (MSK)
From: Yuri Pankov <yuri.pankov@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] emulators/fuse: update to 0.10.0.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         130971
>Category:       ports
>Synopsis:       [MAINTAINER] emulators/fuse: update to 0.10.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 25 04:10:03 UTC 2009
>Closed-Date:    Wed Jan 28 15:29:13 UTC 2009
>Last-Modified:  Wed Jan 28 15:30:08 UTC 2009
>Originator:     Yuri Pankov
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD darklight.homeunix.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Dec  3 06:14:28 UTC
>Description:
- Update to 0.10.0.2
* Due to a coding error, "loading acceleration" did not work with some
  compilers. My thanks to Carlos Almeida, Alberto Garcia and Alexander
  Yurchenko for helping track down this issue.
* Make the "Don't Save" option in the widget UI do the right thing
* Allow both +3 disk drives to be used at once
* Allow both +D disk drives to be used at once
* Make .dsk code handle missing newline on "Track-Info" header
* Remove unnecessary 'use' directive when building widget options header
 file; fixes some build issues

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fuse-0.10.0.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/fuse/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	6 Jan 2009 13:01:07 -0000	1.17
+++ Makefile	25 Jan 2009 03:57:42 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	fuse
-PORTVERSION=	0.10.0.1
-PORTREVISION=	1
+PORTVERSION=	0.10.0.2
 CATEGORIES=	emulators
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	fuse-emulator
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/emulators/fuse/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	25 Dec 2008 18:10:14 -0000	1.8
+++ distinfo	25 Jan 2009 03:57:42 -0000
@@ -1,3 +1,3 @@
-MD5 (fuse-0.10.0.1.tar.gz) = 9e3b8109cbbf8ea17b02407479bd7190
-SHA256 (fuse-0.10.0.1.tar.gz) = 02698c58be222d29ba5f56ffc1ae3d93d92dc0b859e27e199b156a459d67cef6
-SIZE (fuse-0.10.0.1.tar.gz) = 1573554
+MD5 (fuse-0.10.0.2.tar.gz) = f6e44ad9d3ef6668cbfa60cd4647e024
+SHA256 (fuse-0.10.0.2.tar.gz) = 843d5a17b7956d81741f3280910252a29f543a02cf99a177ab78bdb7dc778672
+SIZE (fuse-0.10.0.2.tar.gz) = 1579106
--- fuse-0.10.0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sun Jan 25 04:38:46 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130971 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Wed Jan 28 15:29:12 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/130971: commit references a PR
Date: Wed, 28 Jan 2009 15:26:30 +0000 (UTC)

 rafan       2009-01-28 15:26:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     emulators/fuse       Makefile distinfo 
   Log:
   - Update to 0.10.0.2
   
   PR:             ports/130971
   Submitted by:   Yuri Pankov <yuri.pankov at gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.18      +1 -2      ports/emulators/fuse/Makefile
   1.9       +3 -3      ports/emulators/fuse/distinfo
 _______________________________________________
 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:
