From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 25 04:10:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B52F10656CC for ; Sun, 25 Jan 2009 04:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2D2D98FC19 for ; Sun, 25 Jan 2009 04:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0P4A3S2051985 for ; Sun, 25 Jan 2009 04:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0P4A30P051984; Sun, 25 Jan 2009 04:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 25 Jan 2009 04:10:03 GMT Resent-Message-Id: <200901250410.n0P4A30P051984@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yuri Pankov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FD9C1065673 for ; 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 ; Sun, 25 Jan 2009 04:02:31 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by ewy14 with SMTP id 14so268221ewy.19 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/130971: [MAINTAINER] emulators/fuse: update to 0.10.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2009 04:10:05 -0000 >Number: 130971 >Category: ports >Synopsis: [MAINTAINER] emulators/fuse: update to 0.10.0.2 >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: Sun Jan 25 04:10:03 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted: