From hsn@sendmail.cz  Mon Nov  9 00:10:28 2009
Return-Path: <hsn@sendmail.cz>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AFBB61065676
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Nov 2009 00:10:28 +0000 (UTC)
	(envelope-from hsn@sendmail.cz)
Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92])
	by mx1.freebsd.org (Postfix) with ESMTP id 431C98FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Nov 2009 00:10:28 +0000 (UTC)
Received: from antivir6.iol.cz (unknown [192.168.30.215])
	by smtp-out4.iol.cz (Postfix) with ESMTP id BD22FCE4918;
	Mon,  9 Nov 2009 00:10:25 +0000 (UTC)
Received: from localhost (antivir6.iol.cz [127.0.0.1])
	by antivir6.iol.cz (Postfix) with ESMTP id A9B77720057;
	Mon,  9 Nov 2009 01:10:25 +0100 (CET)
Received: from antivir6.iol.cz ([127.0.0.1])
	by localhost (antivir6.iol.cz [127.0.0.1]) (amavisd-new, port 10224)
	with LMTP id iaisygxZbfSr; Mon,  9 Nov 2009 01:10:25 +0100 (CET)
Received: from port3.iol.cz (unknown [192.168.30.93])
	by antivir6.iol.cz (Postfix) with ESMTP id 8733C720055;
	Mon,  9 Nov 2009 01:10:25 +0100 (CET)
Received: from 205.83.broadband7.iol.cz (HELO sanatana.dharma) ([88.102.83.205])
  by port3.iol.cz with ESMTP; 09 Nov 2009 01:10:25 +0100
Received: from hsn-sf@localhost
	by sanatana.dharma (Exim 4.69_4 FreeBSD) id 1N7Hpu-0007LL-2A
	; Mon, 09 Nov 2009 01:10:22 +0100
Message-Id: <E1N7Hpu-0007LL-2A@sanatana.dharma>
Date: Mon, 09 Nov 2009 01:10:22 +0100
From: Radim Kolar SF.NET <hsn@sendmail.cz>
Sender: "Radim Kolar SF.NET" <hsn-sf@sanatana.iol.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: bg1tpt@gmail.com, hsn-sf@sd.iol.cz
Subject: [PATCH] net/fspd: update to 2.8.1.26
X-Send-Pr-Version: 3.113
X-GNATS-Notify: bg1tpt@gmail.com

>Number:         140398
>Category:       ports
>Synopsis:       [PATCH] net/fspd: update to 2.8.1.26
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    yzlin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 09 00:20:01 UTC 2009
>Closed-Date:    Thu Dec 31 14:26:27 UTC 2009
>Last-Modified:  Thu Dec 31 14:30:01 UTC 2009
>Originator:     Radim Kolar SF.NET
>Release:        FreeBSD 6.4-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD sanatana.dharma 6.4-RELEASE-p4 FreeBSD 6.4-RELEASE-p4 #1: Tue Jun  9 11:43:11 CEST
>Description:
- Update to 2.8.1.26
portability fixes for crosscompiling for non Intel architectures
fixed problems with uploads
error codes sent from server now follow enhanced error codes standard used
 by some embedded devices.
scons now checks if compiler works

Port maintainer (bg1tpt@gmail.com) is cc'd.

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

--- fspd-2.8.1.26.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/fspd/Makefile /home/hsn/hacked/fspd/Makefile
--- /usr/ports/net/fspd/Makefile	2009-11-08 12:07:46.000000000 +0100
+++ /home/hsn/hacked/fspd/Makefile	2009-11-08 23:02:05.000000000 +0100
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	fspd
-PORTVERSION=	2.8.1.25
+PORTVERSION=	2.8.1.26
 CATEGORIES=	net
-MASTER_SITES=	SF/fsp/fsp/2.8.1b25
-DISTNAME=	fsp-2.8.1b25
+MASTER_SITES=	SF/fsp/fsp/2.8.1b26
+DISTNAME=	fsp-2.8.1b26
 
 MAINTAINER=	bg1tpt@gmail.com
 COMMENT=	FSP daemon, clients and scanner
diff -ruN --exclude=CVS /usr/ports/net/fspd/distinfo /home/hsn/hacked/fspd/distinfo
--- /usr/ports/net/fspd/distinfo	2009-11-08 12:07:46.000000000 +0100
+++ /home/hsn/hacked/fspd/distinfo	2009-11-08 23:02:40.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (fsp-2.8.1b25.tar.bz2) = e6e4efd1fe005485b08813499c741f00
-SHA256 (fsp-2.8.1b25.tar.bz2) = 90c5142dbbca129a7fbbf150aa4a26e138a6abc441fd56df5370170883d43f85
-SIZE (fsp-2.8.1b25.tar.bz2) = 149377
+MD5 (fsp-2.8.1b26.tar.bz2) = ca3c1573d08e96f86aa0b0db98e180d8
+SHA256 (fsp-2.8.1b26.tar.bz2) = b3196931502e375e5389cf6a0fc2d0610d3f83433c9e390bd4615e284aad2fdd
+SIZE (fsp-2.8.1b26.tar.bz2) = 151814
--- fspd-2.8.1.26.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Nov 9 00:20:13 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bg1tpt@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/140398: [PATCH] net/fspd: update to 2.8.1.26
Date: Mon, 9 Nov 2009 00:20:10 UT

 Maintainer of net/fspd,
 
 Please note that PR ports/140398 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140398
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->yzlin 
Responsible-Changed-By: yzlin 
Responsible-Changed-When: Mon Nov 9 09:26:13 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140398 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Tue Dec 1 17:38:02 UTC 2009 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140398 
State-Changed-From-To: open->closed 
State-Changed-By: yzlin 
State-Changed-When: Thu Dec 31 14:26:25 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140398: commit references a PR
Date: Thu, 31 Dec 2009 14:25:18 +0000 (UTC)

 yzlin       2009-12-31 14:25:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/fspd             Makefile distinfo 
   Log:
   - Update to 2.8.1.26
   
   PR:             ports/140398
   Submitted by:   Radim Kolar SF.NET <hsn AT sendmail.cz>
   Approved by:    <bg1tpt AT gmail.com> (maintainer), lwhsu/rafan (mentors, implicit)
   
   Revision  Changes    Path
   1.21      +3 -3      ports/net/fspd/Makefile
   1.7       +3 -3      ports/net/fspd/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:
