diff options
author | beech <beech@FreeBSD.org> | 2008-08-22 13:04:47 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-08-22 13:04:47 +0800 |
commit | 2e8cf0fa60b2b3c2610cc1d985527095cfc935b5 (patch) | |
tree | 008c417d807f8c912c996d34bf97e0d9a08b4fba /ftp/lftp | |
parent | 994593af512fe3fbe894517137944f950ab0aebf (diff) | |
download | freebsd-ports-graphics-2e8cf0fa60b2b3c2610cc1d985527095cfc935b5.tar.gz freebsd-ports-graphics-2e8cf0fa60b2b3c2610cc1d985527095cfc935b5.tar.zst freebsd-ports-graphics-2e8cf0fa60b2b3c2610cc1d985527095cfc935b5.zip |
- Update lftp to v3.7.4.
* fix a coredump in `kill all'.
* fix compilation problems on some systems.
* use getdate from gnulib.
PR: ports/126374
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 3 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 6 | ||||
-rw-r--r-- | ftp/lftp/files/patch-build-aux-ltmain.sh (renamed from ftp/lftp/files/patch-ltmain.sh) | 0 | ||||
-rw-r--r-- | ftp/lftp/files/patch-src-Makefile.in (renamed from ftp/lftp/files/patch-src_Makefile.in) | 0 |
4 files changed, 4 insertions, 5 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 1742fd12b42..4c9847bcdba 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 3.7.3 -PORTREVISION= 1 +PORTVERSION= 3.7.4 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 90ff2462c93..3bd5831a704 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1,3 +1,3 @@ -MD5 (lftp-3.7.3.tar.bz2) = fc98506620b059d712341d624eb720d6 -SHA256 (lftp-3.7.3.tar.bz2) = f81d70b148d1f460658dad8a48b21b8ed918f60211770299151b64c8e49edfcf -SIZE (lftp-3.7.3.tar.bz2) = 1315201 +MD5 (lftp-3.7.4.tar.bz2) = 56f3b47f13788f4d97ed288857e4282a +SHA256 (lftp-3.7.4.tar.bz2) = e84e0dec0e1b0abd0cb50427085bff878e9dc44cad0bc3fc3b91f500f9afc4da +SIZE (lftp-3.7.4.tar.bz2) = 1330956 diff --git a/ftp/lftp/files/patch-ltmain.sh b/ftp/lftp/files/patch-build-aux-ltmain.sh index c1bb71f5de0..c1bb71f5de0 100644 --- a/ftp/lftp/files/patch-ltmain.sh +++ b/ftp/lftp/files/patch-build-aux-ltmain.sh diff --git a/ftp/lftp/files/patch-src_Makefile.in b/ftp/lftp/files/patch-src-Makefile.in index 2d641d7252c..2d641d7252c 100644 --- a/ftp/lftp/files/patch-src_Makefile.in +++ b/ftp/lftp/files/patch-src-Makefile.in |