- 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)
This commit is contained in:
Li-Wen Hsu 2008-11-16 21:28:18 +00:00
parent fc0113ce8a
commit 618de781a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222938
3 changed files with 14 additions and 4 deletions

View file

@ -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/ \

View file

@ -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

View file

@ -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