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: ports/128919: [PATCH] ftp/lftp: update to 3.7.5 Message-ID: <200811161747.mAGHlK8l053663@stucgi.cs.nctu.edu.tw> Resent-Message-ID: <200811161750.mAGHo4jp065682@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128919 >Category: ports >Synopsis: [PATCH] ftp/lftp: update to 3.7.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 16 17:50:03 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811161747.mAGHlK8l053663>