- Update to 4.0.8
PR: 146791 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
This commit is contained in:
parent
044c29766d
commit
0313c443b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255845
@ -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/ \
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
;;
|
||||
|
@ -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) ; \
|
||||
|
Loading…
Reference in New Issue
Block a user