diff options
author | miwi <miwi@FreeBSD.org> | 2010-06-06 05:30:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-06-06 05:30:39 +0800 |
commit | d955ce21a0d96c5a78083cf1beef9407a80bbdc0 (patch) | |
tree | 9f489624b951f4d5e2b8da87fc1bfc0eae63327b /ftp | |
parent | 9b5c370847a4041a5bcd0e5b18843acd05785ae7 (diff) | |
download | freebsd-ports-gnome-d955ce21a0d96c5a78083cf1beef9407a80bbdc0.tar.gz freebsd-ports-gnome-d955ce21a0d96c5a78083cf1beef9407a80bbdc0.tar.zst freebsd-ports-gnome-d955ce21a0d96c5a78083cf1beef9407a80bbdc0.zip |
- Update to 4.0.8
PR: 146791
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Diffstat (limited to 'ftp')
-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 | 22 | ||||
-rw-r--r-- | ftp/lftp/files/patch-lib-Makefile.in | 12 |
4 files changed, 21 insertions, 22 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index f8bd83c1319f..fe0e32596cdd 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 4.0.5 -PORTREVISION= 1 +PORTVERSION= 4.0.8 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \ diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index 3212c33ebdf2..8a138e4a1cbe 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1,3 +1,3 @@ -MD5 (lftp-4.0.5.tar.lzma) = 07803bc69f5f78538e2534a484af174f -SHA256 (lftp-4.0.5.tar.lzma) = 6492bcc546e16f8fdef92733fddbcde67dc7397b660e26b5168753bb05d15f26 -SIZE (lftp-4.0.5.tar.lzma) = 1239821 +MD5 (lftp-4.0.8.tar.lzma) = a8900b3481b1f8e2be7f01e6acfedbae +SHA256 (lftp-4.0.8.tar.lzma) = 60ce21ea3b118d3cdc7417b90a4965b21d278d10e68a82295a2aaeda9c98dab4 +SIZE (lftp-4.0.8.tar.lzma) = 1269518 diff --git a/ftp/lftp/files/patch-build-aux-ltmain.sh b/ftp/lftp/files/patch-build-aux-ltmain.sh index 1fe00f4f1880..1ea6abd7262f 100644 --- a/ftp/lftp/files/patch-build-aux-ltmain.sh +++ b/ftp/lftp/files/patch-build-aux-ltmain.sh @@ -1,15 +1,15 @@ ---- build-aux/ltmain.sh.orig 2008-12-15 18:04:37.000000000 +0100 -+++ build-aux/ltmain.sh 2008-12-15 18:07:52.000000000 +0100 -@@ -2077,10 +2077,12 @@ +--- build-aux/ltmain.sh.orig 2010-05-20 17:09:31.539282017 +0000 ++++ build-aux/ltmain.sh 2010-05-20 17:10:11.971297050 +0000 +@@ -2076,12 +2076,6 @@ + func_execute_cmds "$postinstall_cmds" 'exit $?' fi - # Install the pseudo-library for information purposes. -+ if false; then - func_basename "$file" - name="$func_basename_result" - instname="$dir/$name"i - func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' -+ fi - +- # Install the pseudo-library for information purposes. +- func_basename "$file" +- name="$func_basename_result" +- instname="$dir/$name"i +- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' +- # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" + ;; diff --git a/ftp/lftp/files/patch-lib-Makefile.in b/ftp/lftp/files/patch-lib-Makefile.in index 0c04b4c8857f..7ee9cdb7961b 100644 --- a/ftp/lftp/files/patch-lib-Makefile.in +++ b/ftp/lftp/files/patch-lib-Makefile.in @@ -1,15 +1,15 @@ ---- lib/Makefile.in.orig 2009-12-21 16:27:02.000000000 +0000 -+++ lib/Makefile.in 2009-12-28 07:11:54.582266810 +0000 -@@ -1063,8 +1063,6 @@ +--- lib/Makefile.in.orig 2010-05-20 17:06:32.285300994 +0000 ++++ lib/Makefile.in 2010-05-20 17:08:39.765460763 +0000 +@@ -1127,8 +1127,6 @@ ARG_NONNULL_H = arg-nonnull.h + CXXDEFS_H = c++defs.h GPERF = gperf - LINK_WARNING_H = link-warning.h -charset_alias = $(DESTDIR)$(libdir)/charset.alias -charset_tmp = $(DESTDIR)$(libdir)/charset.tmp + WARN_ON_USE_H = warn-on-use.h all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive - -@@ -1877,31 +1875,10 @@ +@@ -1981,31 +1979,10 @@ fi ; \ if $$need_charset_alias; then \ $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ |