aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/lftp
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-12-29 19:02:58 +0800
committermiwi <miwi@FreeBSD.org>2009-12-29 19:02:58 +0800
commit2e899f53d80736631b30da7faa4d0f749c0e8d57 (patch)
treee3724b76e9ecc16ad3f787a409f2e0bd048f8d18 /ftp/lftp
parent3708450bb42400f54c31b8a452a6bbfe12f2e374 (diff)
downloadfreebsd-ports-gnome-2e899f53d80736631b30da7faa4d0f749c0e8d57.tar.gz
freebsd-ports-gnome-2e899f53d80736631b30da7faa4d0f749c0e8d57.tar.zst
freebsd-ports-gnome-2e899f53d80736631b30da7faa4d0f749c0e8d57.zip
- Update to 4.0.5
PR: 142100 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Diffstat (limited to 'ftp/lftp')
-rw-r--r--ftp/lftp/Makefile2
-rw-r--r--ftp/lftp/distinfo6
-rw-r--r--ftp/lftp/files/patch-lib-Makefile.in14
3 files changed, 11 insertions, 11 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index ed69d4fb8b95..8e532aa8a4fa 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lftp
-PORTVERSION= 4.0.4
+PORTVERSION= 4.0.5
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 0016ea772665..72de04af20e4 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -1,3 +1,3 @@
-MD5 (lftp-4.0.4.tar.bz2) = 2fce67be564213a9193162033439e81b
-SHA256 (lftp-4.0.4.tar.bz2) = 07ce35fb629340d425a14decd1b25950cd40dc0a9409279b00bad0ef2f96cc76
-SIZE (lftp-4.0.4.tar.bz2) = 1605030
+MD5 (lftp-4.0.5.tar.bz2) = 5400cad5f91e131ac2ded7c24aea594c
+SHA256 (lftp-4.0.5.tar.bz2) = 5c1f94f5780ed3cb51fe00439fbfa4e8b4bd28564c3248cb21f6ee9fd794c473
+SIZE (lftp-4.0.5.tar.bz2) = 1604028
diff --git a/ftp/lftp/files/patch-lib-Makefile.in b/ftp/lftp/files/patch-lib-Makefile.in
index ac69c16ee15e..0c04b4c8857f 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-05-31 16:43:31.478158732 +0000
-+++ lib/Makefile.in 2009-05-31 16:47:08.255450539 +0000
-@@ -886,8 +886,6 @@
- libgnu_la_LDFLAGS = $(AM_LDFLAGS)
+--- 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 @@
+ ARG_NONNULL_H = arg-nonnull.h
GPERF = gperf
- LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h
+ LINK_WARNING_H = link-warning.h
-charset_alias = $(DESTDIR)$(libdir)/charset.alias
-charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
all: $(BUILT_SOURCES) config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
-@@ -1626,31 +1624,10 @@
+@@ -1877,31 +1875,10 @@
fi ; \
if $$need_charset_alias; then \
$(mkinstalldirs) $(DESTDIR)$(libdir) ; \
@@ -40,4 +40,4 @@
- fi
charset.alias: config.charset
- rm -f t-$@ $@
+ $(AM_V_GEN)rm -f t-$@ $@ && \