- Update to 3.7.6

PR:		129056
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
This commit is contained in:
Martin Wilke 2008-11-23 13:35:54 +00:00
parent bd69cad67e
commit 5e189e8edd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223241
3 changed files with 4 additions and 14 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= lftp
PORTVERSION= 3.7.5
PORTVERSION= 3.7.6
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \
ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \

View File

@ -1,3 +1,3 @@
MD5 (lftp-3.7.5.tar.bz2) = 08f577dc1fac96bcf24a847e8ce64554
SHA256 (lftp-3.7.5.tar.bz2) = a4d4960a1679939785849b2179013bca09b08ffb6f04a3737519add64261c2cb
SIZE (lftp-3.7.5.tar.bz2) = 1339331
MD5 (lftp-3.7.6.tar.bz2) = eed9891b8c2d034f296af5eb86898935
SHA256 (lftp-3.7.6.tar.bz2) = 027bd8b4097030b533fc1541cf45a59efe7e271b0ca22770f0ac0d98837d414f
SIZE (lftp-3.7.6.tar.bz2) = 1339266

View File

@ -1,10 +0,0 @@
--- 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