From yzlin@cs.nctu.edu.tw  Sun Nov 16 17:47:23 2008
Return-Path: <yzlin@cs.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 154B6106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Nov 2008 17:47:23 +0000 (UTC)
	(envelope-from yzlin@cs.nctu.edu.tw)
Received: from csmailgate.cs.nctu.edu.tw (csmailgate.cs.nctu.edu.tw [140.113.235.103])
	by mx1.freebsd.org (Postfix) with ESMTP id DC3CB8FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Nov 2008 17:47:22 +0000 (UTC)
	(envelope-from yzlin@cs.nctu.edu.tw)
Received: from stucgi.cs.nctu.edu.tw (stucgi [140.113.235.130])
	by csmailgate.cs.nctu.edu.tw (Postfix) with ESMTP id D213B1047F6;
	Mon, 17 Nov 2008 01:47:21 +0800 (CST)
Received: (from yzlin@localhost)
	by stucgi.cs.nctu.edu.tw (8.14.2/8.14.2/Submit) id mAGHlK8l053663;
	Mon, 17 Nov 2008 01:47:20 +0800 (CST)
	(envelope-from yzlin)
Message-Id: <200811161747.mAGHlK8l053663@stucgi.cs.nctu.edu.tw>
Date: Mon, 17 Nov 2008 01:47:20 +0800 (CST)
From: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ganael.laplanche@martymac.com
Subject: [PATCH] ftp/lftp: update to 3.7.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ganael.laplanche@martymac.com

>Number:         128919
>Category:       ports
>Synopsis:       [PATCH] ftp/lftp: update to 3.7.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 16 17:50:03 UTC 2008
>Closed-Date:    Sun Nov 16 21:28:35 UTC 2008
>Last-Modified:  Sun Nov 16 21:30:02 UTC 2008
>Originator:     Yi-Jheng Lin
>Release:        FreeBSD 7.0-RELEASE-p4 amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD stucgi 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Fri Sep  5 14:56:26 CST
>Description:
- Update to 3.7.5

Added file(s):
- files/patch-src-commands.cc

Port maintainer (ganael.laplanche@martymac.com) is cc'd.

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

--- lftp-3.7.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/lftp/Makefile,v
retrieving revision 1.127
diff -u -r1.127 Makefile
--- Makefile	22 Aug 2008 05:04:46 -0000	1.127
+++ Makefile	16 Nov 2008 17:46:30 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	lftp
-PORTVERSION=	3.7.4
+PORTVERSION=	3.7.5
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \
 		ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/ftp/lftp/distinfo,v
retrieving revision 1.85
diff -u -r1.85 distinfo
--- distinfo	22 Aug 2008 05:04:46 -0000	1.85
+++ distinfo	16 Nov 2008 17:46:30 -0000
@@ -1,3 +1,3 @@
-MD5 (lftp-3.7.4.tar.bz2) = 56f3b47f13788f4d97ed288857e4282a
-SHA256 (lftp-3.7.4.tar.bz2) = e84e0dec0e1b0abd0cb50427085bff878e9dc44cad0bc3fc3b91f500f9afc4da
-SIZE (lftp-3.7.4.tar.bz2) = 1330956
+MD5 (lftp-3.7.5.tar.bz2) = 08f577dc1fac96bcf24a847e8ce64554
+SHA256 (lftp-3.7.5.tar.bz2) = a4d4960a1679939785849b2179013bca09b08ffb6f04a3737519add64261c2cb
+SIZE (lftp-3.7.5.tar.bz2) = 1339331
Index: files/patch-src-commands.cc
===================================================================
RCS file: files/patch-src-commands.cc
diff -N files/patch-src-commands.cc
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src-commands.cc	16 Nov 2008 17:46:30 -0000
@@ -0,0 +1,10 @@
+--- src/commands.cc.orig	2008-11-17 01:34:09.000000000 +0800
++++ src/commands.cc	2008-11-17 01:34:19.000000000 +0800
+@@ -31,6 +31,7 @@
+ #include <pwd.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#include <sys/wait.h>
+ #include <fcntl.h>
+ #include <assert.h>
+ #ifdef HAVE_DLFCN_H
--- lftp-3.7.5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Nov 16 17:50:13 UTC 2008 
Responsible-Changed-Why:  
lwhsu@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128919 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Nov 16 17:50:17 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ganael.laplanche@martymac.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/128919: [PATCH] ftp/lftp: update to 3.7.5
Date: Sun, 16 Nov 2008 17:50:16 UT

 Maintainer of ftp/lftp,
 
 Please note that PR ports/128919 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/128919
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Ganael LAPLANCHE" <ganael.laplanche@martymac.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128919: [PATCH] ftp/lftp: update to 3.7.5
Date: Sun, 16 Nov 2008 20:00:13 +0100 (CET)

 On Sun, 16 Nov 2008 17:50:16 UT, Edwin Groothuis wrote
 
 Hi,
 
 > Please note that PR ports/128919 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 patch is OK for me and can be committed. Thanks for your report !
 
 Ganal LAPLANCHE
 ganael.laplanche@martymac.com
 http://www.martymac.com
 
State-Changed-From-To: feedback->closed 
State-Changed-By: lwhsu 
State-Changed-When: Sun Nov 16 21:28:34 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128919: commit references a PR
Date: Sun, 16 Nov 2008 21:28:31 +0000 (UTC)

 lwhsu       2008-11-16 21:28:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ftp/lftp             Makefile distinfo 
   Added files:
     ftp/lftp/files       patch-src-commands.cc 
   Log:
   - Update to 3.7.5
   
   PR:             ports/128919
   Submitted by:   Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
   Approved by:    "Ganael LAPLANCHE" <ganael.laplanche AT martymac.com> (maintainer)
   
   Revision  Changes    Path
   1.128     +1 -1      ports/ftp/lftp/Makefile
   1.86      +3 -3      ports/ftp/lftp/distinfo
   1.1       +10 -0     ports/ftp/lftp/files/patch-src-commands.cc (new)
 _______________________________________________
 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:
