diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-23 21:35:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-23 21:35:54 +0800 |
commit | a76670c62d83ccb2e6ae986126c4e058c2266d32 (patch) | |
tree | 6376457061e724a0108dfb5555c392952437bf18 | |
parent | b1015af6690bb55cc3c83b02010706deac4910d0 (diff) | |
download | freebsd-ports-gnome-a76670c62d83ccb2e6ae986126c4e058c2266d32.tar.gz freebsd-ports-gnome-a76670c62d83ccb2e6ae986126c4e058c2266d32.tar.zst freebsd-ports-gnome-a76670c62d83ccb2e6ae986126c4e058c2266d32.zip |
- Update to 3.7.6
PR: 129056
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
-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 |