From clsung@dragon2.net  Thu Jul 22 07:18:54 2004
Return-Path: <clsung@dragon2.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C343016A4CE; Thu, 22 Jul 2004 07:18:54 +0000 (GMT)
Received: from mail.dragon2.net (sungsung.csie.nctu.edu.tw [140.113.215.201])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 597A043D4C; Thu, 22 Jul 2004 07:18:54 +0000 (GMT)
	(envelope-from clsung@dragon2.net)
Received: from localhost (unknown [127.0.0.1])
	by mail.dragon2.net (Postfix) with ESMTP id 16F4715238;
	Thu, 22 Jul 2004 15:20:16 +0800 (CST)
Received: from mail.dragon2.net ([127.0.0.1])
 by localhost (sungsung.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 83318-01; Thu, 22 Jul 2004 15:20:15 +0800 (CST)
Received: by mail.dragon2.net (Postfix, from userid 1022)
	id 6CB0015236; Thu, 22 Jul 2004 15:20:15 +0800 (CST)
Message-Id: <20040722072015.6CB0015236@mail.dragon2.net>
Date: Thu, 22 Jul 2004 15:20:15 +0800 (CST)
From: Cheng-Lung Sung <clsung@dragon2.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: petef@FreeBSD.org
Subject: [PATCH] net/File-Rsync: update to 0.33
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69415
>Category:       ports
>Synopsis:       [PATCH] net/File-Rsync: update to 0.33
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    petef
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 22 07:20:24 GMT 2004
>Closed-Date:    Fri Aug 06 10:31:51 CDT 2004
>Last-Modified:  Fri Aug 06 10:31:51 CDT 2004
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Wed Jun  9 11:27:45 CST
>Description:
- Update to 0.33
- Copy from Chagelog
    * version 0.33: Fixed a type-o in parsing of quote-dst tag.
	Peter teStrake (peter dot testrake at tradingscreen dot com)
	pointed out that the exec method did not protect itself from a
	user-defined SIGCHLD handler and could miss the exit of rsync and
	report a false error.  A local reset of the handler should protect
	it and still leave the handler in place for the rest of the user
	code.

Port maintainer (petef@FreeBSD.org) is cc'd.

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

--- p5-File-Rsync-0.33.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/p5-File-Rsync/Makefile /home/clsung/p5-File-Rsync/Makefile
--- /usr/ports/net/p5-File-Rsync/Makefile	Sun Jan 11 22:47:19 2004
+++ /home/clsung/p5-File-Rsync/Makefile	Thu Jul 22 15:16:54 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	File-Rsync
-PORTVERSION=	0.32
+PORTVERSION=	0.33
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	File
diff -ruN --exclude=CVS /usr/ports/net/p5-File-Rsync/distinfo /home/clsung/p5-File-Rsync/distinfo
--- /usr/ports/net/p5-File-Rsync/distinfo	Thu Apr  1 16:40:28 2004
+++ /home/clsung/p5-File-Rsync/distinfo	Thu Jul 22 15:17:08 2004
@@ -1,2 +1,2 @@
-MD5 (File-Rsync-0.32.tar.gz) = 171e3626d928d08d58c83a3fe6928bc3
-SIZE (File-Rsync-0.32.tar.gz) = 17142
+MD5 (File-Rsync-0.33.tar.gz) = a7dd8d50fd42910333917280f39f670e
+SIZE (File-Rsync-0.33.tar.gz) = 17520
--- p5-File-Rsync-0.33.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->petef  
Responsible-Changed-By: krion 
Responsible-Changed-When: Thu Jul 22 07:34:22 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69415 
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Fri Aug 6 10:31:50 CDT 2004 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69415 
>Unformatted:
