diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 13:35:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 13:35:54 +0000 |
commit | 5e189e8edd4ddd161877610c355b787ca2e59825 (patch) | |
tree | dd643e54559f2701d88536c0f14fc92f20b98d6f /ftp/lftp | |
parent | bd69cad67e1b474ce47926505aeb098a9ef45f4c (diff) |
Notes
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 6 | ||||
-rw-r--r-- | ftp/lftp/files/patch-src-commands.cc | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 638757ed3d5c..ad25fa7a368e 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -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/ \ diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index bea7cf1d7027..fefadee06e68 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -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 diff --git a/ftp/lftp/files/patch-src-commands.cc b/ftp/lftp/files/patch-src-commands.cc deleted file mode 100644 index 5df69bef75da..000000000000 --- a/ftp/lftp/files/patch-src-commands.cc +++ /dev/null @@ -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 |