diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-29 11:02:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-29 11:02:58 +0000 |
commit | 0b9c7d56c1ba7ae3476ec18f24a0f25c94f75b1b (patch) | |
tree | b774e8371d62864a0d343538953f1ef0da90c405 /ftp | |
parent | 8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e (diff) | |
download | ports-0b9c7d56c1ba7ae3476ec18f24a0f25c94f75b1b.tar.gz ports-0b9c7d56c1ba7ae3476ec18f24a0f25c94f75b1b.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 6 | ||||
-rw-r--r-- | ftp/lftp/files/patch-lib-Makefile.in | 14 |
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-$@ $@ && \ |