aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2012-11-06 11:03:27 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2012-11-06 11:03:27 +0000
commitf3e664875719420b91f158699d4526e9157da1ea (patch)
tree6f0f5e24c234ef5c3b144854c831655cd46c5d32 /ftp
parent4dee036b29378df04b65830e08f7640a2fc011b6 (diff)
downloadports-f3e664875719420b91f158699d4526e9157da1ea.tar.gz
ports-f3e664875719420b91f158699d4526e9157da1ea.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile2
-rw-r--r--ftp/lftp/distinfo4
-rw-r--r--ftp/lftp/files/patch-configure2
3 files changed, 4 insertions, 4 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 1447d748b935..1371ffa1f311 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lftp
-PORTVERSION= 4.3.8
+PORTVERSION= 4.4.0
CATEGORIES= ftp ipv6
MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
http://ftp.yars.free.net/pub/source/lftp/old/ \
diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index 7e60af378e02..c63c6aa8368c 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lftp-4.3.8.tar.gz) = cb56e29f9ecb677aefcc58600b2350b1cd207e0e36f0b621d07ac4e65d87a673
-SIZE (lftp-4.3.8.tar.gz) = 2460707
+SHA256 (lftp-4.4.0.tar.gz) = 27f9698804428e619f45f6ced829f016d11ac6015feea7eb08a0fa508b017dd7
+SIZE (lftp-4.4.0.tar.gz) = 2487662
diff --git a/ftp/lftp/files/patch-configure b/ftp/lftp/files/patch-configure
index 884918f3700a..3445d28861e9 100644
--- a/ftp/lftp/files/patch-configure
+++ b/ftp/lftp/files/patch-configure
@@ -1,6 +1,6 @@
lftp 4.3.3 checked for _Bool using C, not C++ ; keep this behaviour here because
a failure to detect _Bool here would lead to try to re-define it in lftp's
-stdbool.h also included by C files, C having this thype is already defined.
+stdbool.h also included by C files, C having this type already defined.
See HAVE__BOOL, "stdbool.h" and <stdbool.h>.
--- configure.orig 2012-01-05 18:27:42.780415913 +0100